Symbol: Category
src/apps/devices/Device.cpp
55
Device::Device(Device* physicalParent, BusType busType, Category category,
src/apps/devices/Device.h
116
Category fCategory;
src/apps/devices/Device.h
79
Category category = CAT_NONE,
src/apps/devices/Device.h
90
virtual Category GetCategory() const
src/apps/devices/DeviceACPI.cpp
86
fCategory = (Category)CAT_ACPI;
src/apps/devices/DevicePCI.cpp
114
fCategory = (Category)fClassBaseId;
src/apps/devices/DeviceSCSI.cpp
63
fCategory = (Category)CAT_MASS;
src/apps/devices/DevicesView.cpp
135
Category category = fDevices[i]->GetCategory();
src/apps/devices/DevicesView.cpp
216
Category category = fDevices[i]->GetCategory();
src/apps/diskusage/PieView.cpp
683
int category = (*i)->Category();
src/apps/diskusage/PieView.cpp
685
if (category != (*i)->Category()) {
src/apps/diskusage/PieView.cpp
687
category = (*i)->Category();
src/apps/haikudepot/packagemodel/PackageFilter.cpp
366
if (!specification->Category().IsEmpty())
src/apps/haikudepot/packagemodel/PackageFilter.cpp
367
andFilter->AddFilter(CreateCategoryFilter(specification->Category()));
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
230
fCategory = value->Category();
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
285
if (!fSource.IsSet() || fSource->Category() != value) {
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
32
&& fCategory == other.Category()
src/apps/haikudepot/packagemodel/PackageFilterSpecification.h
28
BString Category() const;
src/apps/haikudepot/ui/FilterView.cpp
121
if (!_SelectCategoryCode(showMenu, model.FilterSpecification()->Category()))
src/bin/pkgman/Command.cpp
111
if (command->Category() == category)
src/bin/pkgman/Command.h
31
const BString& Category() const { return fCategory; }