Dry
Dry::SpriteSheet2D Member List

This is the complete list of members for Dry::SpriteSheet2D, including all inherited members.

AddRef()Dry::RefCounted
BeginLoad(Deserializer &source) overrideDry::SpriteSheet2Dvirtual
BeginLoadFromJSONFile(Deserializer &source)Dry::SpriteSheet2Dprivate
BeginLoadFromPListFile(Deserializer &source)Dry::SpriteSheet2Dprivate
BeginLoadFromXMLFile(Deserializer &source)Dry::SpriteSheet2Dprivate
Cast()Dry::Objectinline
Cast() constDry::Objectinline
context_Dry::Objectprotected
DefineSprite(const String &name, const IntRect &rectangle, const Vector2 &hotSpot=Vector2(0.5f, 0.5f), const IntVector2 &offset=IntVector2::ZERO)Dry::SpriteSheet2D
DRY_OBJECT(SpriteSheet2D, Resource) (defined in Dry::SpriteSheet2D)Dry::SpriteSheet2Dprivate
EndLoad() overrideDry::SpriteSheet2Dvirtual
EndLoadFromJSONFile()Dry::SpriteSheet2Dprivate
EndLoadFromPListFile()Dry::SpriteSheet2Dprivate
EndLoadFromXMLFile()Dry::SpriteSheet2Dprivate
GetAsyncLoadState() constDry::Resourceinline
GetBlockEvents() constDry::Objectinline
GetCategory() constDry::Object
GetContext() constDry::Objectinline
GetEventDataMap() constDry::Object
GetEventHandler() constDry::Object
GetEventSender() constDry::Object
GetGlobalVar(StringHash key) constDry::Object
GetGlobalVars() constDry::Object
GetMemoryUse() constDry::Resourceinline
GetName() constDry::Resourceinline
GetNameHash() constDry::Resourceinline
GetSprite(const String &name) constDry::SpriteSheet2D
GetSpriteMapping() constDry::SpriteSheet2Dinline
GetSubsystem(StringHash type) constDry::Object
GetSubsystem() constDry::Object
GetTexture() constDry::SpriteSheet2Dinline
GetType() const =0Dry::Objectpure virtual
GetTypeInfo() const =0Dry::Objectpure virtual
GetTypeInfoStatic()Dry::Objectinlinestatic
GetTypeName() const =0Dry::Objectpure virtual
GetUseTimer()Dry::Resource
HasEventHandlers() constDry::Objectinline
HasSubscribedToEvent(StringHash eventType) constDry::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDry::Object
IsInstanceOf(StringHash type) constDry::Object
IsInstanceOf(const TypeInfo *typeInfo) constDry::Object
IsInstanceOf() constDry::Objectinline
Load(Deserializer &source)Dry::Resource
LoadFile(const String &fileName)Dry::Resource
loadJSONFile_Dry::SpriteSheet2Dprivate
loadPListFile_Dry::SpriteSheet2Dprivate
loadTextureName_Dry::SpriteSheet2Dprivate
loadXMLFile_Dry::SpriteSheet2Dprivate
Object(Context *context)Dry::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Dry::Objectvirtual
operator=(const RefCounted &rhs)=deleteDry::RefCounted
RefCounted()Dry::RefCounted
RefCounted(const RefCounted &rhs)=deleteDry::RefCounted
RefCountPtr()Dry::RefCountedinline
Refs() constDry::RefCounted
RegisterObject(Context *context)Dry::SpriteSheet2Dstatic
ReleaseRef()Dry::RefCounted
ResetUseTimer()Dry::Resource
Resource(Context *context)Dry::Resourceexplicit
Save(Serializer &dest) constDry::Resourcevirtual
SaveFile(const String &fileName) constDry::Resourcevirtual
SendEvent(StringHash eventType)Dry::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dry::Object
SendEvent(StringHash eventType, Args... args)Dry::Objectinline
SetAsyncLoadState(AsyncLoadState newState)Dry::Resource
SetBlockEvents(bool block)Dry::Objectinline
SetGlobalVar(StringHash key, const Variant &value)Dry::Object
SetMemoryUse(unsigned size)Dry::Resource
SetName(const String &name)Dry::Resource
SetTexture(Texture2D *texture)Dry::SpriteSheet2D
spriteMapping_Dry::SpriteSheet2Dprivate
SpriteSheet2D(Context *context)Dry::SpriteSheet2Dexplicit
SubscribeToEvent(StringHash eventType, EventHandler *handler)Dry::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Dry::Object
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dry::Object
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dry::Object
texture_Dry::SpriteSheet2Dprivate
UnsubscribeFromAllEvents()Dry::Object
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData)Dry::Object
UnsubscribeFromEvent(StringHash eventType)Dry::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Dry::Object
UnsubscribeFromEvents(Object *sender)Dry::Object
WeakRefs() constDry::RefCounted
~Object() overrideDry::Object
~RefCounted()Dry::RefCountedvirtual
~SpriteSheet2D() overrideDry::SpriteSheet2D