Symbol: CategoryRef
src/apps/haikudepot/model/Model.cpp
688
const std::vector<CategoryRef>
src/apps/haikudepot/model/Model.cpp
697
Model::SetCategories(const std::vector<CategoryRef> value)
src/apps/haikudepot/model/Model.h
137
const std::vector<CategoryRef>
src/apps/haikudepot/model/Model.h
139
void SetCategories(const std::vector<CategoryRef> value);
src/apps/haikudepot/model/Model.h
191
std::vector<CategoryRef>
src/apps/haikudepot/packagemodel/PackageCategory.cpp
77
IsPackageCategoryRefLess(const CategoryRef& c1, const CategoryRef& c2)
src/apps/haikudepot/packagemodel/PackageCategory.h
48
extern bool IsPackageCategoryRefLess(const CategoryRef& c1, const CategoryRef& c2);
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
222
std::vector<CategoryRef>::const_iterator it;
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
265
PackageClassificationInfoBuilder::AddCategory(const CategoryRef& category)
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
55
const CategoryRef
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
63
PackageClassificationInfo::AddCategory(const CategoryRef& category)
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
65
std::vector<CategoryRef>::const_iterator itInsertionPt = std::lower_bound(fCategories.begin(),
src/apps/haikudepot/packagemodel/PackageClassificationInfo.h
38
const CategoryRef CategoryAtIndex(int32 index) const;
src/apps/haikudepot/packagemodel/PackageClassificationInfo.h
47
bool AddCategory(const CategoryRef& category);
src/apps/haikudepot/packagemodel/PackageClassificationInfo.h
52
std::vector<CategoryRef>
src/apps/haikudepot/packagemodel/PackageClassificationInfo.h
82
AddCategory(const CategoryRef& category);
src/apps/haikudepot/packagemodel/PackageClassificationInfo.h
91
std::vector<CategoryRef>
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
102
const CategoryRef& category = *it;
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
193
CategoryRef category = fCategories[categoryCode];
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
69
std::map<BString, CategoryRef>
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
98
std::vector<CategoryRef> categories = fModel->Categories();
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
99
std::vector<CategoryRef>::const_iterator it;
src/apps/haikudepot/server/ServerReferenceDataUpdateProcess.cpp
145
std::vector<CategoryRef> assembledCategories;
src/apps/haikudepot/server/ServerReferenceDataUpdateProcess.cpp
150
CategoryRef(new PackageCategory(pkgCategory->Code(), pkgCategory->Name()), true));
src/apps/haikudepot/ui/FilterView.cpp
160
std::vector<CategoryRef> categories = model.Categories();
src/apps/haikudepot/ui/FilterView.cpp
161
std::vector<CategoryRef>::const_iterator it;
src/apps/haikudepot/ui/FilterView.cpp
163
const CategoryRef& category = *it;