Line 164... |
Line 164... |
164 |
void AssignPackageNumbers();
|
164 |
void AssignPackageNumbers();
|
165 |
int GetChildPackages(CBaseFile *package, CLinkList<CBaseFile> *children, bool recursive = false);
|
165 |
int GetChildPackages(CBaseFile *package, CLinkList<CBaseFile> *children, bool recursive = false);
|
166 |
int GetAllPackageFiles(CBaseFile *package, CLinkList<C_File> *fileList, bool includeChild);
|
166 |
int GetAllPackageFiles(CBaseFile *package, CLinkList<C_File> *fileList, bool includeChild);
|
167 |
int GetAllPackageFiles(CLinkList<CBaseFile> *list, CLinkList<C_File> *fileList, bool includeChild);
|
167 |
int GetAllPackageFiles(CLinkList<CBaseFile> *list, CLinkList<C_File> *fileList, bool includeChild);
|
168 |
void addLogEntry(int type, const Utils::String &args, Utils::CStringList* errors);
|
168 |
void addLogEntry(int type, const Utils::String &args, Utils::CStringList* errors);
|
169 |
Utils::String findDataDir(const Utils::String &dir, const Utils::String &file);
|
169 |
Utils::WString findDataDir(const Utils::WString &dir, const Utils::WString &file);
|
170 |
int countPackages(int type, bool onlyEnabled) const;
|
170 |
int countPackages(int type, bool onlyEnabled) const;
|
171 |
int CountBuiltInPackages(bool onlyEnabled);
|
171 |
int CountBuiltInPackages(bool onlyEnabled);
|
172 |
bool isCurrentDir(const Utils::String &dir) const;
|
172 |
bool isCurrentDir(const Utils::String &dir) const;
|
173 |
bool CheckOtherPackage(CBaseFile *package);
|
173 |
bool CheckOtherPackage(CBaseFile *package);
|
174 |
int CheckPreparedInstallRequired(CLinkList<CBaseFile> *list);
|
174 |
int CheckPreparedInstallRequired(CLinkList<CBaseFile> *list);
|