Lines Matching defs:BResources

33 // Creates an unitialized BResources object.
34 BResources::BResources()
45 // Creates a BResources object that represents the resources of the
47 BResources::BResources(const BFile* file, bool clobber)
59 // Creates a BResources object that represents the resources of the
61 BResources::BResources(const char* path, bool clobber)
73 // Creates a BResources object that represents the resources of the
75 BResources::BResources(const entry_ref* ref, bool clobber)
88 BResources::~BResources()
95 // Initialized the BResources object to represent the resources of
98 BResources::SetTo(const BFile* file, bool clobber)
133 // Initialized the BResources object to represent the resources of
136 BResources::SetTo(const char* path, bool clobber)
156 // Initialized the BResources object to represent the resources of the
159 BResources::SetTo(const entry_ref* ref, bool clobber)
179 // Initialized the BResources object to represent the resources of
182 BResources::SetToImage(image_id image, bool clobber)
201 // Initialized the BResources object to represent the resources of
204 BResources::SetToImage(const void* codeOrDataPointer, bool clobber)
230 // Returns the BResources object to an uninitialized state.
232 BResources::Unset()
249 BResources::InitCheck() const
257 BResources::File() const
265 BResources::LoadResource(type_code type, int32 id, size_t* _size)
291 BResources::LoadResource(type_code type, const char* name, size_t* _size)
317 BResources::PreloadResourceType(type_code type)
342 BResources::Sync()
362 // BResources object.
364 BResources::MergeFrom(BFile* fromFile)
386 BResources::WriteTo(BFile* file)
416 BResources::AddResource(type_code type, int32 id, const void* data,
450 BResources::HasResource(type_code type, int32 id)
459 BResources::HasResource(type_code type, const char* name)
467 BResources::GetResourceInfo(int32 byIndex, type_code* typeFound,
489 BResources::GetResourceInfo(type_code byType, int32 andIndex, int32* idFound,
511 BResources::GetResourceInfo(type_code byType, int32 andID,
529 BResources::GetResourceInfo(type_code byType, const char* andName,
547 BResources::GetResourceInfo(const void* byPointer, type_code* typeFound,
569 BResources::RemoveResource(const void* resource)
590 BResources::RemoveResource(type_code type, int32 id)
613 BResources::WriteResource(type_code type, int32 id, const void* data,
649 BResources::ReadResource(type_code type, int32 id, void* data, off_t offset,
678 BResources::FindResource(type_code type, int32 id, size_t* lengthFound)
696 BResources::FindResource(type_code type, const char* name, size_t* lengthFound)
712 void BResources::_ReservedResources1() {}
713 void BResources::_ReservedResources2() {}
714 void BResources::_ReservedResources3() {}
715 void BResources::_ReservedResources4() {}
716 void BResources::_ReservedResources5() {}
717 void BResources::_ReservedResources6() {}
718 void BResources::_ReservedResources7() {}
719 void BResources::_ReservedResources8() {}