AddRef() | Urho3D::RefCounted | |
BeginLoad(Deserializer &source) | Urho3D::Sprite2D | virtual |
context_ | Urho3D::Object | protected |
edgeOffset_ | Urho3D::Sprite2D | private |
EndLoad() | Urho3D::Sprite2D | virtual |
GetAsyncLoadState() const | Urho3D::Resource | inline |
GetCategory() const | Urho3D::Object | |
GetContext() const | Urho3D::Object | inline |
GetDrawRectangle(Rect &rect, bool flipX=false, bool flipY=false) const | Urho3D::Sprite2D | |
GetDrawRectangle(Rect &rect, const Vector2 &hotSpot, bool flipX=false, bool flipY=false) const | Urho3D::Sprite2D | |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetGlobalVar(StringHash key) const | Urho3D::Object | |
GetGlobalVars() const | Urho3D::Object | |
GetHotSpot() const | Urho3D::Sprite2D | inline |
GetMemoryUse() const | Urho3D::Resource | inline |
GetName() const | Urho3D::Resource | inline |
GetNameHash() const | Urho3D::Resource | inline |
GetOffset() const | Urho3D::Sprite2D | inline |
GetRectangle() const | Urho3D::Sprite2D | inline |
GetSpriteSheet() const | Urho3D::Sprite2D | inline |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetTexture() const | Urho3D::Sprite2D | inline |
GetTextureEdgeOffset() const | Urho3D::Sprite2D | inline |
GetTextureRectangle(Rect &rect, bool flipX=false, bool flipY=false) const | Urho3D::Sprite2D | |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeInfo() const =0 | Urho3D::Object | pure virtual |
GetTypeInfoStatic() | Urho3D::Object | inlinestatic |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
GetUseTimer() | Urho3D::Resource | |
HasEventHandlers() const | Urho3D::Object | inline |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
hotSpot_ | Urho3D::Sprite2D | private |
IsInstanceOf(StringHash type) const | Urho3D::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Urho3D::Object | |
IsInstanceOf() const | Urho3D::Object | inline |
IsTypeOf(StringHash type) | Urho3D::Object | static |
IsTypeOf(const TypeInfo *typeInfo) | Urho3D::Object | static |
IsTypeOf() | Urho3D::Object | inlinestatic |
Load(Deserializer &source) | Urho3D::Resource | |
LoadFromResourceRef(Object *object, const ResourceRef &value) | Urho3D::Sprite2D | static |
loadTexture_ | Urho3D::Sprite2D | private |
Object(Context *context) | Urho3D::Object | |
offset_ | Urho3D::Sprite2D | private |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
rectangle_ | Urho3D::Sprite2D | private |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::Sprite2D | static |
ReleaseRef() | Urho3D::RefCounted | |
ResetUseTimer() | Urho3D::Resource | |
Resource(Context *context) | Urho3D::Resource | |
Save(Serializer &dest) const | Urho3D::Resource | virtual |
SaveToResourceRef(Sprite2D *sprite) | Urho3D::Sprite2D | static |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SetAsyncLoadState(AsyncLoadState newState) | Urho3D::Resource | |
SetGlobalVar(StringHash key, const Variant &value) | Urho3D::Object | |
SetHotSpot(const Vector2 &hotSpot) | Urho3D::Sprite2D | |
SetMemoryUse(unsigned size) | Urho3D::Resource | |
SetName(const String &name) | Urho3D::Resource | |
SetOffset(const IntVector2 &offset) | Urho3D::Sprite2D | |
SetRectangle(const IntRect &rectangle) | Urho3D::Sprite2D | |
SetSpriteSheet(SpriteSheet2D *spriteSheet) | Urho3D::Sprite2D | |
SetTexture(Texture2D *texture) | Urho3D::Sprite2D | |
SetTextureEdgeOffset(float offset) | Urho3D::Sprite2D | |
Sprite2D(Context *context) | Urho3D::Sprite2D | |
spriteSheet_ | Urho3D::Sprite2D | private |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
texture_ | Urho3D::Sprite2D | private |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
URHO3D_OBJECT(Sprite2D, Resource) (defined in Urho3D::Sprite2D) | Urho3D::Sprite2D | private |
WeakRefs() const | Urho3D::RefCounted | |
~Object() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |
~Sprite2D() | Urho3D::Sprite2D | virtual |