Symbol: TResourceSet
src/apps/deskbar/ResourceSet.cpp
467
TResourceSet::TResourceSet()
src/apps/deskbar/ResourceSet.cpp
472
TResourceSet::~TResourceSet()
src/apps/deskbar/ResourceSet.cpp
487
TResourceSet::AddResources(BResources* RESOURCES_ONLY(resources))
src/apps/deskbar/ResourceSet.cpp
505
TResourceSet::AddDirectory(const char* fullPath)
src/apps/deskbar/ResourceSet.cpp
527
TResourceSet::AddEnvDirectory(const char* in, const char* defaultValue)
src/apps/deskbar/ResourceSet.cpp
543
TResourceSet::ExpandString(BString* out, const char* in)
src/apps/deskbar/ResourceSet.cpp
600
TResourceSet::FindResource(type_code type, int32 id, size_t* outSize)
src/apps/deskbar/ResourceSet.cpp
612
TResourceSet::FindResource(type_code type, const char* name, size_t* outSize)
src/apps/deskbar/ResourceSet.cpp
624
TResourceSet::FindBitmap(type_code type, int32 id)
src/apps/deskbar/ResourceSet.cpp
631
TResourceSet::FindBitmap(type_code type, const char* name)
src/apps/deskbar/ResourceSet.cpp
638
TResourceSet::FindStringBlock(type_code type, int32 id)
src/apps/deskbar/ResourceSet.cpp
645
TResourceSet::FindStringBlock(type_code type, const char* name)
src/apps/deskbar/ResourceSet.cpp
652
TResourceSet::FindString(type_code type, int32 id, uint32 index)
src/apps/deskbar/ResourceSet.cpp
664
TResourceSet::FindString(type_code type, const char* name, uint32 index)
src/apps/deskbar/ResourceSet.cpp
676
TResourceSet::FindTypeList(type_code type)
src/apps/deskbar/ResourceSet.cpp
691
TResourceSet::FindItemID(type_code type, int32 id)
src/apps/deskbar/ResourceSet.cpp
707
TResourceSet::FindItemName(type_code type, const char* name)
src/apps/deskbar/ResourceSet.cpp
723
TResourceSet::LoadResource(type_code type, int32 id, const char* name,
src/apps/deskbar/ResourceSet.cpp
801
TResourceSet::ReturnBitmapItem(type_code, TypeItem* from)
src/apps/deskbar/ResourceSet.cpp
847
TResourceSet::ReturnStringBlockItem(TypeItem* from)
src/apps/deskbar/ResourceSet.cpp
886
TResourceSet* gResources = NULL;
src/apps/deskbar/ResourceSet.cpp
891
TResourceSet*
src/apps/deskbar/ResourceSet.cpp
908
gResources = new TResourceSet;
src/apps/deskbar/ResourceSet.h
118
TResourceSet* AppResSet();
src/apps/deskbar/ResourceSet.h
77
class TResourceSet {
src/apps/deskbar/ResourceSet.h
79
TResourceSet();
src/apps/deskbar/ResourceSet.h
80
virtual ~TResourceSet();