Urho3D::Image Member List

This is the complete list of members for Urho3D::Image, including all inherited members.

AddRef()Urho3D::RefCounted
array_Urho3D::Imageprivate
BeginLoad(Deserializer &source)Urho3D::Imagevirtual
Clear(const Color &color)Urho3D::Image
ClearInt(unsigned uintColor)Urho3D::Image
components_Urho3D::Imageprivate
compressedFormat_Urho3D::Imageprivate
context_Urho3D::Objectprotected
ConvertToRGBA() const Urho3D::Image
cubemap_Urho3D::Imageprivate
data_Urho3D::Imageprivate
depth_Urho3D::Imageprivate
EndLoad()Urho3D::Resourcevirtual
FlipHorizontal()Urho3D::Image
FlipVertical()Urho3D::Image
FreeImageData(unsigned char *pixelData)Urho3D::Imageprivatestatic
GetAsyncLoadState() const Urho3D::Resourceinline
GetCategory() const Urho3D::Object
GetComponents() const Urho3D::Imageinline
GetCompressedFormat() const Urho3D::Imageinline
GetCompressedLevel(unsigned index) const Urho3D::Image
GetContext() const Urho3D::Objectinline
GetData() const Urho3D::Imageinline
GetDepth() const Urho3D::Imageinline
GetEventDataMap() const Urho3D::Object
GetEventHandler() const Urho3D::Object
GetEventSender() const Urho3D::Object
GetGlobalVar(StringHash key) const Urho3D::Object
GetGlobalVars() const Urho3D::Object
GetHeight() const Urho3D::Imageinline
GetImageData(Deserializer &source, int &width, int &height, unsigned &components)Urho3D::Imageprivatestatic
GetMemoryUse() const Urho3D::Resourceinline
GetName() const Urho3D::Resourceinline
GetNameHash() const Urho3D::Resourceinline
GetNextLevel() const Urho3D::Image
GetNextSibling() const Urho3D::Imageinline
GetNumCompressedLevels() const Urho3D::Imageinline
GetPixel(int x, int y) const Urho3D::Image
GetPixel(int x, int y, int z) const Urho3D::Image
GetPixelBilinear(float x, float y) const Urho3D::Image
GetPixelInt(int x, int y) const Urho3D::Image
GetPixelInt(int x, int y, int z) const Urho3D::Image
GetPixelTrilinear(float x, float y, float z) const Urho3D::Image
GetSDLSurface(const IntRect &rect=IntRect::ZERO) const Urho3D::Image
GetSubimage(const IntRect &rect) const Urho3D::Image
GetSubsystem(StringHash type) const Urho3D::Object
GetSubsystem() const Urho3D::Object
GetType() const =0Urho3D::Objectpure virtual
GetTypeInfo() const =0Urho3D::Objectpure virtual
GetTypeInfoStatic()Urho3D::Objectinlinestatic
GetTypeName() const =0Urho3D::Objectpure virtual
GetUseTimer()Urho3D::Resource
GetWidth() const Urho3D::Imageinline
HasEventHandlers() const Urho3D::Objectinline
HasSubscribedToEvent(StringHash eventType) const Urho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) const Urho3D::Object
height_Urho3D::Imageprivate
Image(Context *context)Urho3D::Image
IsArray() const Urho3D::Imageinline
IsCompressed() const Urho3D::Imageinline
IsCubemap() const Urho3D::Imageinline
IsInstanceOf(StringHash type) const Urho3D::Object
IsInstanceOf(const TypeInfo *typeInfo) const Urho3D::Object
IsInstanceOf() const Urho3D::Objectinline
IsSRGB() const Urho3D::Imageinline
IsTypeOf(StringHash type)Urho3D::Objectstatic
IsTypeOf(const TypeInfo *typeInfo)Urho3D::Objectstatic
IsTypeOf()Urho3D::Objectinlinestatic
Load(Deserializer &source)Urho3D::Resource
LoadColorLUT(Deserializer &source)Urho3D::Image
nextLevel_Urho3D::Imageprivate
nextSibling_Urho3D::Imageprivate
numCompressedLevels_Urho3D::Imageprivate
Object(Context *context)Urho3D::Object
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
PrecalculateLevels()Urho3D::Image
RefCounted()Urho3D::RefCounted
RefCountPtr()Urho3D::RefCountedinline
Refs() const Urho3D::RefCounted
RegisterObject(Context *context)Urho3D::Imagestatic
ReleaseRef()Urho3D::RefCounted
ResetUseTimer()Urho3D::Resource
Resize(int width, int height)Urho3D::Image
Resource(Context *context)Urho3D::Resource
Save(Serializer &dest) const Urho3D::Imagevirtual
SaveBMP(const String &fileName) const Urho3D::Image
SaveJPG(const String &fileName, int quality) const Urho3D::Image
SavePNG(const String &fileName) const Urho3D::Image
SaveTGA(const String &fileName) const Urho3D::Image
SendEvent(StringHash eventType)Urho3D::Object
SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object
SetAsyncLoadState(AsyncLoadState newState)Urho3D::Resource
SetData(const unsigned char *pixelData)Urho3D::Image
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetMemoryUse(unsigned size)Urho3D::Resource
SetName(const String &name)Urho3D::Resource
SetPixel(int x, int y, const Color &color)Urho3D::Image
SetPixel(int x, int y, int z, const Color &color)Urho3D::Image
SetPixelInt(int x, int y, unsigned uintColor)Urho3D::Image
SetPixelInt(int x, int y, int z, unsigned uintColor)Urho3D::Image
SetSize(int width, int height, unsigned components)Urho3D::Image
SetSize(int width, int height, int depth, unsigned components)Urho3D::Image
sRGB_Urho3D::Imageprivate
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
URHO3D_OBJECT(Image, Resource) (defined in Urho3D::Image)Urho3D::Imageprivate
WeakRefs() const Urho3D::RefCounted
width_Urho3D::Imageprivate
~Image()Urho3D::Imagevirtual
~Object()Urho3D::Objectvirtual
~RefCounted()Urho3D::RefCountedvirtual