Version: 3.2.5
wxImage Member List

This is the complete list of members for wxImage, including all inherited members.

AddHandler(wxImageHandler *handler)wxImagestatic
AllocExclusive()wxObjectprotected
Blur(int blurRadius) constwxImage
BlurHorizontal(int blurRadius) constwxImage
BlurVertical(int blurRadius) constwxImage
CanRead(const wxString &filename)wxImagestatic
CanRead(wxInputStream &stream)wxImagestatic
ChangeBrightness(double factor)wxImage
ChangeHSV(double angleH, double factorS, double factorV)wxImage
ChangeLightness(int alpha) constwxImage
ChangeSaturation(double factor)wxImage
CleanUpHandlers()wxImagestatic
Clear(unsigned char value=0)wxImage
ClearAlpha()wxImage
CloneRefData(const wxObjectRefData *data) constwxObjectprotectedvirtual
ComputeHistogram(wxImageHistogram &histogram) constwxImage
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) constwxImage
ConvertToGreyscale(double weight_r, double weight_g, double weight_b) constwxImage
ConvertToGreyscale() constwxImage
ConvertToMono(unsigned char r, unsigned char g, unsigned char b) constwxImage
Copy() constwxImage
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() constwxObjectprotectedvirtual
Destroy()wxImage
FindFirstUnusedColour(unsigned char *r, unsigned char *g, unsigned char *b, unsigned char startR=1, unsigned char startG=0, unsigned char startB=0) constwxImage
FindHandler(const wxString &name)wxImagestatic
FindHandler(const wxString &extension, wxBitmapType imageType)wxImagestatic
FindHandler(wxBitmapType imageType)wxImagestatic
FindHandlerMime(const wxString &mimetype)wxImagestatic
GetAlpha() constwxImage
GetAlpha(int x, int y) constwxImage
GetBlue(int x, int y) constwxImage
GetClassInfo() constwxObjectvirtual
GetData() constwxImage
GetDefaultLoadFlags()wxImagestatic
GetGreen(int x, int y) constwxImage
GetHandlers()wxImagestatic
GetHeight() constwxImage
GetImageCount(const wxString &filename, wxBitmapType type=wxBITMAP_TYPE_ANY)wxImagestatic
GetImageCount(wxInputStream &stream, wxBitmapType type=wxBITMAP_TYPE_ANY)wxImagestatic
GetImageExtWildcard()wxImagestatic
GetLoadFlags() constwxImage
GetMaskBlue() constwxImage
GetMaskGreen() constwxImage
GetMaskRed() constwxImage
GetOption(const wxString &name) constwxImage
GetOptionInt(const wxString &name) constwxImage
GetOrFindMaskColour(unsigned char *r, unsigned char *g, unsigned char *b) constwxImage
GetPalette() constwxImage
GetRed(int x, int y) constwxImage
GetRefData() constwxObject
GetSize() constwxImage
GetSubImage(const wxRect &rect) constwxImage
GetType() constwxImage
GetWidth() constwxImage
HasAlpha() constwxImage
HasMask() constwxImage
HasOption(const wxString &name) constwxImage
HSVtoRGB(const wxImage::HSVValue &hsv)wxImagestatic
InitAlpha()wxImage
InitStandardHandlers()wxImagestatic
InsertHandler(wxImageHandler *handler)wxImagestatic
IsKindOf(const wxClassInfo *info) constwxObject
IsOk() constwxImage
IsSameAs(const wxObject &obj) constwxObject
IsTransparent(int x, int y, unsigned char threshold=wxIMAGE_ALPHA_THRESHOLD) constwxImage
LoadFile(wxInputStream &stream, wxBitmapType type=wxBITMAP_TYPE_ANY, int index=-1)wxImagevirtual
LoadFile(const wxString &name, wxBitmapType type=wxBITMAP_TYPE_ANY, int index=-1)wxImagevirtual
LoadFile(const wxString &name, const wxString &mimetype, int index=-1)wxImagevirtual
LoadFile(wxInputStream &stream, const wxString &mimetype, int index=-1)wxImagevirtual
m_refDatawxObjectprotected
Mirror(bool horizontally=true) constwxImage
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, wxImageAlphaBlendMode alphaBlend=wxIMAGE_ALPHA_BLEND_OVER)wxImage
Ref(const wxObject &clone)wxObject
RemoveHandler(const wxString &name)wxImagestatic
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)wxImagestatic
Rotate(double angle, const wxPoint &rotationCentre, bool interpolating=true, wxPoint *offsetAfterRotation=NULL) constwxImage
Rotate180() constwxImage
Rotate90(bool clockwise=true) constwxImage
RotateHue(double angle)wxImage
SaveFile(wxOutputStream &stream, const wxString &mimetype) constwxImagevirtual
SaveFile(const wxString &name, wxBitmapType type) constwxImagevirtual
SaveFile(const wxString &name, const wxString &mimetype) constwxImagevirtual
SaveFile(const wxString &name) constwxImagevirtual
SaveFile(wxOutputStream &stream, wxBitmapType type) constwxImagevirtual
Scale(int width, int height, wxImageResizeQuality quality=wxIMAGE_QUALITY_NORMAL) constwxImage
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
SetDefaultLoadFlags(int flags)wxImagestatic
SetLoadFlags(int flags)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(int x, int y, unsigned char r, unsigned char g, unsigned char b)wxImage
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) constwxImage
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)wxImageexplicit
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()wxImagevirtual
~wxObject()wxObjectvirtual