Symbol: fCategory
headers/libs/print/libprint/PrinterCap.h
134
int32 fCategory;
src/apps/devices/Device.cpp
61
fCategory(category),
src/apps/devices/Device.h
116
Category fCategory;
src/apps/devices/Device.h
91
{ return fCategory; }
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/DeviceUSB.cpp
350
fCategory = CAT_MULTIMEDIA; break;
src/apps/devices/DeviceUSB.cpp
352
fCategory = CAT_COMM; break;
src/apps/devices/DeviceUSB.cpp
354
fCategory = CAT_INPUT; break;
src/apps/devices/DeviceUSB.cpp
356
fCategory = CAT_MULTIMEDIA; break;
src/apps/devices/DeviceUSB.cpp
358
fCategory = CAT_MULTIMEDIA; break;
src/apps/devices/DeviceUSB.cpp
360
fCategory = CAT_MASS; break;
src/apps/devices/DeviceUSB.cpp
362
fCategory = CAT_GENERIC; break;
src/apps/devices/DeviceUSB.cpp
364
fCategory = CAT_COMM; break;
src/apps/devices/DeviceUSB.cpp
366
fCategory = CAT_MULTIMEDIA; break;
src/apps/devices/DeviceUSB.cpp
368
fCategory = CAT_WIRELESS; break;
src/apps/diskusage/PieView.cpp
58
{ return fCategory; }
src/apps/diskusage/PieView.cpp
65
int fCategory;
src/apps/diskusage/PieView.cpp
75
fCategory(category),
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
131
fCategory = value;
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
14
fCategory(""),
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
184
fCategory(""),
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
201
fCategory(""),
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
232
fCategory = value->Category();
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
251
info->SetCategory(fCategory);
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
289
fCategory = value;
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
34
&& fCategory == other.Category()
src/apps/haikudepot/packagemodel/PackageFilterSpecification.cpp
68
return fCategory;
src/apps/haikudepot/packagemodel/PackageFilterSpecification.h
103
BString fCategory;
src/apps/haikudepot/packagemodel/PackageFilterSpecification.h
51
BString fCategory;
src/bin/pkgman/Command.h
31
const BString& Category() const { return fCategory; }
src/bin/pkgman/Command.h
45
BString fCategory;
src/libs/print/libprint/PrinterCap.cpp
179
fCategory(category),
src/libs/print/libprint/PrinterCap.cpp
188
return fCategory;