Version: 2.9.4
wxImage Member List
This is the complete list of members for wxImage, including all inherited members.
AddHandler(wxImageHandler *handler)wxImage [static]
AllocExclusive()wxObject [protected]
Blur(int blurRadius) const wxImage
BlurHorizontal(int blurRadius) const wxImage
BlurVertical(int blurRadius) const wxImage
CanRead(const wxString &filename)wxImage [static]
CanRead(wxInputStream &stream)wxImage [static]
CleanUpHandlers()wxImage [static]
Clear(unsigned char value=0)wxImage
ClearAlpha()wxImage
CloneRefData(const wxObjectRefData *data) const wxObject [protected, virtual]
ComputeHistogram(wxImageHistogram &histogram) const wxImage
ConvertAlphaToMask(unsigned char threshold=wxIMAGE_ALPHA_THRESHOLD)wxImage
ConvertAlphaToMask(unsigned char mr, unsigned char mg, unsigned char mb, unsigned char threshold=wxIMAGE_ALPHA_THRESHOLD)wxImage
ConvertToDisabled(unsigned char brightness=255) const wxImage
ConvertToGreyscale(double weight_r, double weight_g, double weight_b) const wxImage
ConvertToGreyscale() const wxImage
ConvertToMono(unsigned char r, unsigned char g, unsigned char b) const wxImage
Copy() const wxImage
Create(int width, int height, bool clear=true)wxImage
Create(const wxSize &sz, bool clear=true)wxImage
Create(int width, int height, unsigned char *data, bool static_data=false)wxImage
Create(const wxSize &sz, unsigned char *data, bool static_data=false)wxImage
Create(int width, int height, unsigned char *data, unsigned char *alpha, bool static_data=false)wxImage
Create(const wxSize &sz, unsigned char *data, unsigned char *alpha, bool static_data=false)wxImage
CreateRefData() const wxObject [protected, virtual]
Destroy()wxImage
FindFirstUnusedColour(unsigned char *r, unsigned char *g, unsigned char *b, unsigned char startR=1, unsigned char startG=0, unsigned char startB=0) const wxImage
FindHandler(const wxString &name)wxImage [static]
FindHandler(const wxString &extension, wxBitmapType imageType)wxImage [static]
FindHandler(wxBitmapType imageType)wxImage [static]
FindHandlerMime(const wxString &mimetype)wxImage [static]
GetAlpha() const wxImage
GetAlpha(int x, int y) const wxImage
GetBlue(int x, int y) const wxImage
GetClassInfo() const wxObject [virtual]
GetData() const wxImage
GetGreen(int x, int y) const wxImage
GetHandlers()wxImage [static]
GetHeight() const wxImage
GetImageCount(const wxString &filename, wxBitmapType type=wxBITMAP_TYPE_ANY)wxImage [static]
GetImageCount(wxInputStream &stream, wxBitmapType type=wxBITMAP_TYPE_ANY)wxImage [static]
GetImageExtWildcard()wxImage [static]
GetMaskBlue() const wxImage
GetMaskGreen() const wxImage
GetMaskRed() const wxImage
GetOption(const wxString &name) const wxImage
GetOptionInt(const wxString &name) const wxImage
GetOrFindMaskColour(unsigned char *r, unsigned char *g, unsigned char *b) const wxImage
GetPalette() const wxImage
GetRed(int x, int y) const wxImage
GetRefData() const wxObject
GetSize() const wxImage
GetSubImage(const wxRect &rect) const wxImage
GetType() const wxImage
GetWidth() const wxImage
HasAlpha() const wxImage
HasMask() const wxImage
HasOption(const wxString &name) const wxImage
HSVtoRGB(const wxImage::HSVValue &hsv)wxImage [static]
InitAlpha()wxImage
InitStandardHandlers()wxImage [static]
InsertHandler(wxImageHandler *handler)wxImage [static]
IsKindOf(const wxClassInfo *info) const wxObject
IsOk() const wxImage
IsSameAs(const wxObject &obj) const wxObject
IsTransparent(int x, int y, unsigned char threshold=wxIMAGE_ALPHA_THRESHOLD) const wxImage
LoadFile(wxInputStream &stream, wxBitmapType type=wxBITMAP_TYPE_ANY, int index=-1)wxImage [virtual]
LoadFile(const wxString &name, wxBitmapType type=wxBITMAP_TYPE_ANY, int index=-1)wxImage [virtual]
LoadFile(const wxString &name, const wxString &mimetype, int index=-1)wxImage [virtual]
LoadFile(wxInputStream &stream, const wxString &mimetype, int index=-1)wxImage [virtual]
m_refDatawxObject [protected]
Mirror(bool horizontally=true) const wxImage
operator delete(void *buf)wxObject
operator new(size_t size, const wxString &filename=NULL, int lineNum=0)wxObject
operator=(const wxImage &image)wxImage
Paste(const wxImage &image, int x, int y)wxImage
Ref(const wxObject &clone)wxObject
RemoveHandler(const wxString &name)wxImage [static]
Replace(unsigned char r1, unsigned char g1, unsigned char b1, unsigned char r2, unsigned char g2, unsigned char b2)wxImage
Rescale(int width, int height, wxImageResizeQuality quality=wxIMAGE_QUALITY_NORMAL)wxImage
Resize(const wxSize &size, const wxPoint &pos, int red=-1, int green=-1, int blue=-1)wxImage
RGBtoHSV(const wxImage::RGBValue &rgb)wxImage [static]
Rotate(double angle, const wxPoint &rotationCentre, bool interpolating=true, wxPoint *offsetAfterRotation=NULL) const wxImage
Rotate180() const wxImage
Rotate90(bool clockwise=true) const wxImage
RotateHue(double angle)wxImage
SaveFile(wxOutputStream &stream, const wxString &mimetype) const wxImage [virtual]
SaveFile(const wxString &name, wxBitmapType type) const wxImage [virtual]
SaveFile(const wxString &name, const wxString &mimetype) const wxImage [virtual]
SaveFile(const wxString &name) const wxImage [virtual]
SaveFile(wxOutputStream &stream, wxBitmapType type) const wxImage [virtual]
Scale(int width, int height, wxImageResizeQuality quality=wxIMAGE_QUALITY_NORMAL) const wxImage
SetAlpha(unsigned char *alpha=NULL, bool static_data=false)wxImage
SetAlpha(int x, int y, unsigned char alpha)wxImage
SetData(unsigned char *data, bool static_data=false)wxImage
SetData(unsigned char *data, int new_width, int new_height, bool static_data=false)wxImage
SetMask(bool hasMask=true)wxImage
SetMaskColour(unsigned char red, unsigned char green, unsigned char blue)wxImage
SetMaskFromImage(const wxImage &mask, unsigned char mr, unsigned char mg, unsigned char mb)wxImage
SetOption(const wxString &name, const wxString &value)wxImage
SetOption(const wxString &name, int value)wxImage
SetPalette(const wxPalette &palette)wxImage
SetRefData(wxObjectRefData *data)wxObject
SetRGB(const wxRect &rect, unsigned char red, unsigned char green, unsigned char blue)wxImage
SetType(wxBitmapType type)wxImage
Size(const wxSize &size, const wxPoint &pos, int red=-1, int green=-1, int blue=-1) const wxImage
UnRef()wxObject
UnShare()wxObject
wxImage()wxImage
wxImage(int width, int height, bool clear=true)wxImage
wxImage(const wxSize &sz, bool clear=true)wxImage
wxImage(int width, int height, unsigned char *data, bool static_data=false)wxImage
wxImage(const wxSize &sz, unsigned char *data, bool static_data=false)wxImage
wxImage(int width, int height, unsigned char *data, unsigned char *alpha, bool static_data=false)wxImage
wxImage(const wxSize &sz, unsigned char *data, unsigned char *alpha, bool static_data=false)wxImage
wxImage(const char *const *xpmData)wxImage
wxImage(const wxString &name, wxBitmapType type=wxBITMAP_TYPE_ANY, int index=-1)wxImage
wxImage(const wxString &name, const wxString &mimetype, int index=-1)wxImage
wxImage(wxInputStream &stream, wxBitmapType type=wxBITMAP_TYPE_ANY, int index=-1)wxImage
wxImage(wxInputStream &stream, const wxString &mimetype, int index=-1)wxImage
wxObject()wxObject
wxObject(const wxObject &other)wxObject
~wxImage()wxImage [virtual]
~wxObject()wxObject [virtual]
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines