Dry
Dry::Image Member List

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

AddRef()Dry::RefCounted
array_Dry::Imageprivate
BeginLoad(Deserializer &source) overrideDry::Imagevirtual
Cast()Dry::Objectinline
Cast() constDry::Objectinline
CleanupLevels()Dry::Image
Clear(const Color &color)Dry::Image
ClearInt(unsigned uintColor)Dry::Image
components_Dry::Imageprivate
compressedFormat_Dry::Imageprivate
context_Dry::Objectprotected
ConvertToRGBA() constDry::Image
cubemap_Dry::Imageprivate
data_Dry::Imageprivate
depth_Dry::Imageprivate
DRY_OBJECT(Image, Resource) (defined in Dry::Image)Dry::Imageprivate
EndLoad()Dry::Resourcevirtual
FlipHorizontal()Dry::Image
FlipVertical()Dry::Image
FreeImageData(unsigned char *pixelData)Dry::Imageprivatestatic
GetAsyncLoadState() constDry::Resourceinline
GetBlockEvents() constDry::Objectinline
GetCategory() constDry::Object
GetComponents() constDry::Imageinline
GetCompressedFormat() constDry::Imageinline
GetCompressedLevel(unsigned index) constDry::Image
GetContext() constDry::Objectinline
GetData() constDry::Imageinline
GetDecompressedImage() constDry::Image
GetDepth() constDry::Imageinline
GetEventDataMap() constDry::Object
GetEventHandler() constDry::Object
GetEventSender() constDry::Object
GetGlobalVar(StringHash key) constDry::Object
GetGlobalVars() constDry::Object
GetHeight() constDry::Imageinline
GetImageData(Deserializer &source, int &width, int &height, unsigned &components)Dry::Imageprivatestatic
GetLevels(PODVector< Image *> &levels)Dry::Image
GetLevels(PODVector< const Image *> &levels) constDry::Image
GetMemoryUse() constDry::Resourceinline
GetName() constDry::Resourceinline
GetNameHash() constDry::Resourceinline
GetNextLevel() constDry::Image
GetNextSibling() constDry::Imageinline
GetNumCompressedLevels() constDry::Imageinline
GetPixel(int x, int y) constDry::Image
GetPixel(int x, int y, int z) constDry::Image
GetPixelBilinear(float x, float y) constDry::Image
GetPixelInt(int x, int y) constDry::Image
GetPixelInt(int x, int y, int z) constDry::Image
GetPixelTrilinear(float x, float y, float z) constDry::Image
GetSDLSurface(const IntRect &rect=IntRect::ZERO) constDry::Image
GetSubimage(const IntRect &rect) constDry::Image
GetSubsystem(StringHash type) constDry::Object
GetSubsystem() constDry::Object
GetType() const =0Dry::Objectpure virtual
GetTypeInfo() const =0Dry::Objectpure virtual
GetTypeInfoStatic()Dry::Objectinlinestatic
GetTypeName() const =0Dry::Objectpure virtual
GetUseTimer()Dry::Resource
GetWidth() constDry::Imageinline
HasAlphaChannel() constDry::Image
HasEventHandlers() constDry::Objectinline
HasSubscribedToEvent(StringHash eventType) constDry::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDry::Object
height_Dry::Imageprivate
Image(Context *context)Dry::Imageexplicit
IsArray() constDry::Imageinline
IsCompressed() constDry::Imageinline
IsCubemap() constDry::Imageinline
IsInstanceOf(StringHash type) constDry::Object
IsInstanceOf(const TypeInfo *typeInfo) constDry::Object
IsInstanceOf() constDry::Objectinline
IsSRGB() constDry::Imageinline
Load(Deserializer &source)Dry::Resource
LoadColorLUT(Deserializer &source)Dry::Image
LoadFile(const String &fileName)Dry::Resource
nextLevel_Dry::Imageprivate
nextSibling_Dry::Imageprivate
numCompressedLevels_Dry::Imageprivate
Object(Context *context)Dry::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Dry::Objectvirtual
operator=(const RefCounted &rhs)=deleteDry::RefCounted
PrecalculateLevels()Dry::Image
RefCounted()Dry::RefCounted
RefCounted(const RefCounted &rhs)=deleteDry::RefCounted
RefCountPtr()Dry::RefCountedinline
Refs() constDry::RefCounted
RegisterObject(Context *context)Dry::Imagestatic
ReleaseRef()Dry::RefCounted
ResetUseTimer()Dry::Resource
Resize(int width, int height)Dry::Image
Resource(Context *context)Dry::Resourceexplicit
Save(Serializer &dest) const overrideDry::Imagevirtual
SaveBMP(const String &fileName) constDry::Image
SaveDDS(const String &fileName) constDry::Image
SaveFile(const String &fileName) const overrideDry::Imagevirtual
SaveJPG(const String &fileName, int quality) constDry::Image
SavePNG(const String &fileName) constDry::Image
SaveTGA(const String &fileName) constDry::Image
SaveWEBP(const String &fileName, float compression=0.0f) constDry::Image
SendEvent(StringHash eventType)Dry::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dry::Object
SendEvent(StringHash eventType, Args... args)Dry::Objectinline
SetAsyncLoadState(AsyncLoadState newState)Dry::Resource
SetBlockEvents(bool block)Dry::Objectinline
SetData(const unsigned char *pixelData)Dry::Image
SetGlobalVar(StringHash key, const Variant &value)Dry::Object
SetMemoryUse(unsigned size)Dry::Resource
SetName(const String &name)Dry::Resource
SetPixel(int x, int y, const Color &color)Dry::Image
SetPixel(int x, int y, int z, const Color &color)Dry::Image
SetPixelInt(int x, int y, unsigned uintColor)Dry::Image
SetPixelInt(int x, int y, int z, unsigned uintColor)Dry::Image
SetSize(int width, int height, unsigned components)Dry::Image
SetSize(int width, int height, int depth, unsigned components)Dry::Image
SetSubimage(const Image *image, const IntRect &rect)Dry::Image
sRGB_Dry::Imageprivate
SubscribeToEvent(StringHash eventType, EventHandler *handler)Dry::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Dry::Object
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dry::Object
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dry::Object
UnsubscribeFromAllEvents()Dry::Object
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData)Dry::Object
UnsubscribeFromEvent(StringHash eventType)Dry::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Dry::Object
UnsubscribeFromEvents(Object *sender)Dry::Object
WeakRefs() constDry::RefCounted
width_Dry::Imageprivate
~Image() overrideDry::Image
~Object() overrideDry::Object
~RefCounted()Dry::RefCountedvirtual