AddRef() | Urho3D::RefCounted | |
array_ | Urho3D::Image | private |
asyncLoadState_ | Urho3D::Resource | private |
BeginLoad(Deserializer &source) override | Urho3D::Image | virtual |
blockEvents_ | Urho3D::Object | private |
Cast() | Urho3D::Object | inline |
Cast() const | Urho3D::Object | inline |
CleanupLevels() | Urho3D::Image | |
Clear(const Color &color) | Urho3D::Image | |
Clear(color32 uintColor) | Urho3D::Image | |
components_ | Urho3D::Image | private |
compressedFormat_ | Urho3D::Image | private |
context_ | Urho3D::Object | protected |
ConvertToRGBA() const | Urho3D::Image | |
cubemap_ | Urho3D::Image | private |
data_ | Urho3D::Image | private |
depth_ | Urho3D::Image | private |
EndLoad() | Urho3D::Resource | virtual |
eventHandlers_ | Urho3D::Object | private |
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FlipHorizontal() | Urho3D::Image | |
FlipVertical() | Urho3D::Image | |
FreeImageData(unsigned char *pixelData) | Urho3D::Image | privatestatic |
GetAsyncLoadState() const | Urho3D::Resource | inline |
GetBlockEvents() const | Urho3D::Object | inline |
GetCategory() const | Urho3D::Object | |
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 |
GetDecompressedImage() const | Urho3D::Image | |
GetDepth() const | Urho3D::Image | inline |
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::Image | inline |
GetImageData(Deserializer &source, int &width, int &height, unsigned &components) | Urho3D::Image | privatestatic |
GetLevels(Vector< Image * > &levels) | Urho3D::Image | |
GetLevels(Vector< const Image * > &levels) const | Urho3D::Image | |
GetMemoryUse() const | Urho3D::Resource | inline |
GetName() const | Urho3D::Resource | inline |
GetNameHash() const | Urho3D::Resource | inline |
GetNextLevel() const | Urho3D::Image | |
GetNextSibling() const | Urho3D::Image | inline |
GetNumCompressedLevels() const | Urho3D::Image | inline |
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 =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 | |
GetWidth() const | Urho3D::Image | inline |
HasAlphaChannel() const | Urho3D::Image | |
HasEventHandlers() const | Urho3D::Object | inline |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
height_ | Urho3D::Image | private |
Image(Context *context) | Urho3D::Image | explicit |
IsArray() const | Urho3D::Image | inline |
IsCompressed() const | Urho3D::Image | inline |
IsCubemap() const | Urho3D::Image | inline |
IsInstanceOf(StringHash type) const | Urho3D::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Urho3D::Object | |
IsInstanceOf() const | Urho3D::Object | inline |
IsSRGB() const | Urho3D::Image | inline |
Load(Deserializer &source) | Urho3D::Resource | |
LoadColorLUT(Deserializer &source) | Urho3D::Image | |
LoadFile(const String &fileName) | Urho3D::Resource | |
memoryUse_ | Urho3D::Resource | private |
name_ | Urho3D::Resource | private |
nameHash_ | Urho3D::Resource | private |
nextLevel_ | Urho3D::Image | private |
nextSibling_ | Urho3D::Image | private |
numCompressedLevels_ | Urho3D::Image | private |
Object(Context *context) | Urho3D::Object | explicit |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
operator=(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
PrecalculateLevels() | Urho3D::Image | |
refCount_ | Urho3D::RefCounted | private |
RefCounted() | Urho3D::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::Image | static |
ReleaseRef() | Urho3D::RefCounted | |
RemoveEventSender(Object *sender) | Urho3D::Object | private |
ResetUseTimer() | Urho3D::Resource | |
Resize(int width, int height) | Urho3D::Image | |
Resource(Context *context) | Urho3D::Resource | explicit |
Save(Serializer &dest) const override | Urho3D::Image | virtual |
SaveBMP(const String &fileName) const | Urho3D::Image | |
SaveDDS(const String &fileName) const | Urho3D::Image | |
SaveFile(const String &fileName) const override | Urho3D::Image | virtual |
SaveJPG(const String &fileName, int quality) const | Urho3D::Image | |
SavePNG(const String &fileName) const | Urho3D::Image | |
SaveTGA(const String &fileName) const | Urho3D::Image | |
SaveWEBP(const String &fileName, float compression=0.0f) const | Urho3D::Image | |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SendEvent(StringHash eventType, Args... args) | Urho3D::Object | inline |
SetAsyncLoadState(AsyncLoadState newState) | Urho3D::Resource | |
SetBlockEvents(bool block) | Urho3D::Object | inline |
SetData(const unsigned char *pixelData) | Urho3D::Image | |
SetGlobalVar(StringHash key, const Variant &value) | Urho3D::Object | |
SetMemoryUse(i32 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 | |
SetSubimage(const Image *image, const IntRect &rect) | Urho3D::Image | |
sRGB_ | Urho3D::Image | private |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const Vector< 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::Image | private |
useTimer_ | Urho3D::Resource | private |
WeakRefs() const | Urho3D::RefCounted | |
width_ | Urho3D::Image | private |
~Image() override | Urho3D::Image | |
~Object() override | Urho3D::Object | |
~RefCounted() | Urho3D::RefCounted | virtual |