AddRef() | Urho3D::RefCounted | |
components_ | Urho3D::Image | private |
compressedFormat_ | Urho3D::Image | private |
context_ | Urho3D::Object | protected |
data_ | Urho3D::Image | private |
FlipVertical() | Urho3D::Image | |
FreeImageData(unsigned char *pixelData) | Urho3D::Image | privatestatic |
GetComponents() const | Urho3D::Image | inline |
GetCompressedFormat() const | Urho3D::Image | inline |
GetCompressedLevel(unsigned index) const | Urho3D::Image | |
GetContext() const | Urho3D::Object | inline |
GetData() const | Urho3D::Image | inline |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetHeight() const | Urho3D::Image | inline |
GetImageData(Deserializer &source, int &width, int &height, unsigned &components) | Urho3D::Image | privatestatic |
GetMemoryUse() const | Urho3D::Resource | inline |
GetName() const | Urho3D::Resource | inline |
GetNameHash() const | Urho3D::Resource | inline |
GetNextLevel() const | Urho3D::Image | |
GetNumCompressedLevels() const | Urho3D::Image | inline |
GetSubsystem(ShortStringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
GetUseTimer() | Urho3D::Resource | |
GetWidth() const | Urho3D::Image | inline |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
height_ | Urho3D::Image | private |
Image(Context *context) | Urho3D::Image | |
IsCompressed() const | Urho3D::Image | inline |
Load(Deserializer &source) | Urho3D::Image | virtual |
numCompressedLevels_ | Urho3D::Image | private |
Object(Context *context) | Urho3D::Object | |
OBJECT(Image) (defined in Urho3D::Image) | Urho3D::Image | private |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::Image | static |
ReleaseRef() | Urho3D::RefCounted | |
ResetUseTimer() | Urho3D::Resource | |
Resource(Context *context) | Urho3D::Resource | |
Save(Serializer &dest) | Urho3D::Resource | virtual |
SaveBMP(const String &fileName) | Urho3D::Image | |
SaveJPG(const String &fileName, int quality) | Urho3D::Image | |
SaveTGA(const String &fileName) | Urho3D::Image | |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SetData(const unsigned char *pixelData) | Urho3D::Image | |
SetMemoryUse(unsigned size) | Urho3D::Resource | |
SetName(const String &name) | Urho3D::Resource | |
SetSize(int width, int height, unsigned components) | Urho3D::Image | |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
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 | |
WeakRefs() const | Urho3D::RefCounted | |
width_ | Urho3D::Image | private |
~Image() | Urho3D::Image | virtual |
~Object() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |