Symbol: CategoryRef
src/apps/haikudepot/model/Model.cpp
797
const std::vector<CategoryRef>
src/apps/haikudepot/model/Model.cpp
806
Model::SetCategories(const std::vector<CategoryRef> value)
src/apps/haikudepot/model/Model.h
146
const std::vector<CategoryRef>
src/apps/haikudepot/model/Model.h
148
void SetCategories(const std::vector<CategoryRef> value);
src/apps/haikudepot/model/Model.h
209
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
185
CategoryRef category = fCategories[categoryCode];
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
61
std::map<BString, CategoryRef>
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
90
std::vector<CategoryRef> categories = fModel->Categories();
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
91
std::vector<CategoryRef>::const_iterator it;
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
94
const CategoryRef& category = *it;
src/apps/haikudepot/server/ServerReferenceDataUpdateProcess.cpp
138
std::vector<CategoryRef> assembledCategories;
src/apps/haikudepot/server/ServerReferenceDataUpdateProcess.cpp
143
CategoryRef(new PackageCategory(pkgCategory->Code(), pkgCategory->Name()), true));
src/apps/haikudepot/ui/FilterView.cpp
158
std::vector<CategoryRef> categories = model.Categories();
src/apps/haikudepot/ui/FilterView.cpp
159
std::vector<CategoryRef>::const_iterator it;
src/apps/haikudepot/ui/FilterView.cpp
161
const CategoryRef& category = *it;