AddRef() | Dviglo::RefCounted | |
array_ | Dviglo::Image | private |
asyncLoadState_ | Dviglo::Resource | private |
BeginLoad(Deserializer &source) override | Dviglo::Image | virtual |
blockEvents_ | Dviglo::Object | private |
Cast() | Dviglo::Object | inline |
Cast() const | Dviglo::Object | inline |
CleanupLevels() | Dviglo::Image | |
Clear(const Color &color) | Dviglo::Image | |
ClearInt(unsigned uintColor) | Dviglo::Image | |
components_ | Dviglo::Image | private |
compressedFormat_ | Dviglo::Image | private |
context_ | Dviglo::Object | protected |
ConvertToRGBA() const | Dviglo::Image | |
cubemap_ | Dviglo::Image | private |
data_ | Dviglo::Image | private |
depth_ | Dviglo::Image | private |
EndLoad() | Dviglo::Resource | virtual |
eventHandlers_ | Dviglo::Object | private |
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Dviglo::Object | private |
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
FlipHorizontal() | Dviglo::Image | |
FlipVertical() | Dviglo::Image | |
FreeImageData(unsigned char *pixelData) | Dviglo::Image | privatestatic |
GetAsyncLoadState() const | Dviglo::Resource | inline |
GetBlockEvents() const | Dviglo::Object | inline |
GetCategory() const | Dviglo::Object | |
GetComponents() const | Dviglo::Image | inline |
GetCompressedFormat() const | Dviglo::Image | inline |
GetCompressedLevel(unsigned index) const | Dviglo::Image | |
GetContext() const | Dviglo::Object | inline |
GetData() const | Dviglo::Image | inline |
GetDecompressedImage() const | Dviglo::Image | |
GetDepth() const | Dviglo::Image | inline |
GetEventDataMap() const | Dviglo::Object | |
GetEventHandler() const | Dviglo::Object | |
GetEventSender() const | Dviglo::Object | |
GetGlobalVar(StringHash key) const | Dviglo::Object | |
GetGlobalVars() const | Dviglo::Object | |
GetHeight() const | Dviglo::Image | inline |
GetImageData(Deserializer &source, int &width, int &height, unsigned &components) | Dviglo::Image | privatestatic |
GetLevels(PODVector< Image * > &levels) | Dviglo::Image | |
GetLevels(PODVector< const Image * > &levels) const | Dviglo::Image | |
GetMemoryUse() const | Dviglo::Resource | inline |
GetName() const | Dviglo::Resource | inline |
GetNameHash() const | Dviglo::Resource | inline |
GetNextLevel() const | Dviglo::Image | |
GetNextSibling() const | Dviglo::Image | inline |
GetNumCompressedLevels() const | Dviglo::Image | inline |
GetPixel(int x, int y) const | Dviglo::Image | |
GetPixel(int x, int y, int z) const | Dviglo::Image | |
GetPixelBilinear(float x, float y) const | Dviglo::Image | |
GetPixelInt(int x, int y) const | Dviglo::Image | |
GetPixelInt(int x, int y, int z) const | Dviglo::Image | |
GetPixelTrilinear(float x, float y, float z) const | Dviglo::Image | |
GetSDLSurface(const IntRect &rect=IntRect::ZERO) const | Dviglo::Image | |
GetSubimage(const IntRect &rect) const | Dviglo::Image | |
GetSubsystem(StringHash type) const | Dviglo::Object | |
GetSubsystem() const | Dviglo::Object | |
GetType() const =0 | Dviglo::Object | pure virtual |
GetTypeInfo() const =0 | Dviglo::Object | pure virtual |
GetTypeInfoStatic() | Dviglo::Object | inlinestatic |
GetTypeName() const =0 | Dviglo::Object | pure virtual |
GetUseTimer() | Dviglo::Resource | |
GetWidth() const | Dviglo::Image | inline |
HasAlphaChannel() const | Dviglo::Image | |
HasEventHandlers() const | Dviglo::Object | inline |
HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
height_ | Dviglo::Image | private |
Image(Context *context) | Dviglo::Image | explicit |
IsArray() const | Dviglo::Image | inline |
IsCompressed() const | Dviglo::Image | inline |
IsCubemap() const | Dviglo::Image | inline |
IsInstanceOf(StringHash type) const | Dviglo::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
IsInstanceOf() const | Dviglo::Object | inline |
IsSRGB() const | Dviglo::Image | inline |
Load(Deserializer &source) | Dviglo::Resource | |
LoadColorLUT(Deserializer &source) | Dviglo::Image | |
LoadFile(const String &fileName) | Dviglo::Resource | |
memoryUse_ | Dviglo::Resource | private |
name_ | Dviglo::Resource | private |
nameHash_ | Dviglo::Resource | private |
nextLevel_ | Dviglo::Image | private |
nextSibling_ | Dviglo::Image | private |
numCompressedLevels_ | Dviglo::Image | private |
Object(Context *context) | Dviglo::Object | explicit |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual |
operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
PrecalculateLevels() | Dviglo::Image | |
refCount_ | Dviglo::RefCounted | private |
RefCounted() | Dviglo::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
RefCountPtr() | Dviglo::RefCounted | inline |
Refs() const | Dviglo::RefCounted | |
RegisterObject(Context *context) | Dviglo::Image | static |
ReleaseRef() | Dviglo::RefCounted | |
RemoveEventSender(Object *sender) | Dviglo::Object | private |
ResetUseTimer() | Dviglo::Resource | |
Resize(int width, int height) | Dviglo::Image | |
Resource(Context *context) | Dviglo::Resource | explicit |
Save(Serializer &dest) const override | Dviglo::Image | virtual |
SaveBMP(const String &fileName) const | Dviglo::Image | |
SaveDDS(const String &fileName) const | Dviglo::Image | |
SaveFile(const String &fileName) const override | Dviglo::Image | virtual |
SaveJPG(const String &fileName, int quality) const | Dviglo::Image | |
SavePNG(const String &fileName) const | Dviglo::Image | |
SaveTGA(const String &fileName) const | Dviglo::Image | |
SaveWEBP(const String &fileName, float compression=0.0f) const | Dviglo::Image | |
SendEvent(StringHash eventType) | Dviglo::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Dviglo::Object | |
SendEvent(StringHash eventType, Args... args) | Dviglo::Object | inline |
SetAsyncLoadState(AsyncLoadState newState) | Dviglo::Resource | |
SetBlockEvents(bool block) | Dviglo::Object | inline |
SetData(const unsigned char *pixelData) | Dviglo::Image | |
SetGlobalVar(StringHash key, const Variant &value) | Dviglo::Object | |
SetMemoryUse(unsigned size) | Dviglo::Resource | |
SetName(const String &name) | Dviglo::Resource | |
SetPixel(int x, int y, const Color &color) | Dviglo::Image | |
SetPixel(int x, int y, int z, const Color &color) | Dviglo::Image | |
SetPixelInt(int x, int y, unsigned uintColor) | Dviglo::Image | |
SetPixelInt(int x, int y, int z, unsigned uintColor) | Dviglo::Image | |
SetSize(int width, int height, unsigned components) | Dviglo::Image | |
SetSize(int width, int height, int depth, unsigned components) | Dviglo::Image | |
SetSubimage(const Image *image, const IntRect &rect) | Dviglo::Image | |
sRGB_ | Dviglo::Image | private |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Dviglo::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Dviglo::Object | |
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Dviglo::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Dviglo::Object | |
UnsubscribeFromAllEvents() | Dviglo::Object | |
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Dviglo::Object | |
UnsubscribeFromEvent(StringHash eventType) | Dviglo::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Dviglo::Object | |
UnsubscribeFromEvents(Object *sender) | Dviglo::Object | |
URHO3D_OBJECT(Image, Resource) (defined in Dviglo::Image) | Dviglo::Image | private |
useTimer_ | Dviglo::Resource | private |
WeakRefs() const | Dviglo::RefCounted | |
width_ | Dviglo::Image | private |
~Image() override | Dviglo::Image | |
~Object() override | Dviglo::Object | |
~RefCounted() | Dviglo::RefCounted | virtual |