#include <wx_pixmap.h>
|
| wxPixmap (void) |
|
| wxPixmap (wxWindow *Win, int Width, int Height, int Depth, int Pad, char *Data, unsigned int Flags=WX_PIXFLAG_TRANSLATE, wxColour *Palette=NULL) |
|
| ~wxPixmap (void) |
|
int | newPixmap (wxWindow *Win, int Width, int Height, int Depth, int Pad, char *Data, unsigned int Flags=WX_PIXFLAG_TRANSLATE, wxColour *Palette=NULL) |
|
int | plotPixmap (int PosX, int PosY) |
|
void | invalidatePixmap (void) |
|
int | getWidth (void) |
|
int | getHeight (void) |
|
int | getDepth (void) |
|
int | getPitch (void) |
|
char * | getData (void) |
|
wxColour * | getPalette (void) |
|
int | getModeDepth (void) |
|
int | getModePitch (void) |
|
char * | getModeData (void) |
|
unsigned char * | getTranslationTable (void) |
|
void | modeChange (unsigned int Flags) |
|
void | buildTranslationTable (void) |
|
void | refreshGlobalTables (void) |
|
bool | setBusyCursor (bool newMode) |
|
void | processParentPalette (bool forceUpdate=FALSE) |
|
void | processPixmapPalette (void) |
|
wx_permute_cmap * | getParentPalette (void) |
|
int | findBestColour (unsigned char red, unsigned char green, unsigned char blue) |
|
int | findFastColour (unsigned char red, unsigned char green, unsigned char blue) |
|
wxPixmap::wxPixmap |
( |
void |
| ) |
|
wxPixmap::wxPixmap |
( |
wxWindow * |
Win, |
|
|
int |
Width, |
|
|
int |
Height, |
|
|
int |
Depth, |
|
|
int |
Pad, |
|
|
char * |
Data, |
|
|
unsigned int |
Flags = WX_PIXFLAG_TRANSLATE , |
|
|
wxColour * |
Palette = NULL |
|
) |
| |
wxPixmap::~wxPixmap |
( |
void |
| ) |
|
void wxPixmap::buildInverseTable |
( |
void |
| ) |
|
|
protected |
void wxPixmap::buildTranslationTable |
( |
void |
| ) |
|
void wxPixmap::ditherToMode |
( |
void |
| ) |
|
|
protected |
void wxPixmap::errorGeneric |
( |
char * |
message | ) |
|
|
protected |
void wxPixmap::errorMemory |
( |
void |
| ) |
|
|
protected |
int wxPixmap::findBestColour |
( |
unsigned char |
red, |
|
|
unsigned char |
green, |
|
|
unsigned char |
blue |
|
) |
| |
int wxPixmap::findFastColour |
( |
unsigned char |
red, |
|
|
unsigned char |
green, |
|
|
unsigned char |
blue |
|
) |
| |
void wxPixmap::freeResources |
( |
int |
Depth, |
|
|
unsigned int |
Flags |
|
) |
| |
|
protected |
char* wxPixmap::getData |
( |
void |
| ) |
|
int wxPixmap::getDepth |
( |
void |
| ) |
|
void wxPixmap::getDisplayAttributes |
( |
void |
| ) |
|
|
protected |
int wxPixmap::getHeight |
( |
void |
| ) |
|
char* wxPixmap::getModeData |
( |
void |
| ) |
|
int wxPixmap::getModeDepth |
( |
void |
| ) |
|
int wxPixmap::getModePitch |
( |
void |
| ) |
|
wxColour* wxPixmap::getPalette |
( |
void |
| ) |
|
int wxPixmap::getPitch |
( |
void |
| ) |
|
unsigned char* wxPixmap::getTranslationTable |
( |
void |
| ) |
|
int wxPixmap::getWidth |
( |
void |
| ) |
|
void wxPixmap::initColoursForMode |
( |
bool |
forceUpdate = FALSE | ) |
|
|
protected |
void wxPixmap::initVariables |
( |
void |
| ) |
|
|
protected |
void wxPixmap::invalidatePixmap |
( |
void |
| ) |
|
void wxPixmap::modeChange |
( |
unsigned int |
Flags | ) |
|
int wxPixmap::newPixmap |
( |
wxWindow * |
Win, |
|
|
int |
Width, |
|
|
int |
Height, |
|
|
int |
Depth, |
|
|
int |
Pad, |
|
|
char * |
Data, |
|
|
unsigned int |
Flags = WX_PIXFLAG_TRANSLATE , |
|
|
wxColour * |
Palette = NULL |
|
) |
| |
int wxPixmap::plotPixmap |
( |
int |
PosX, |
|
|
int |
PosY |
|
) |
| |
void wxPixmap::processParentPalette |
( |
bool |
forceUpdate = FALSE | ) |
|
void wxPixmap::processPixmapPalette |
( |
void |
| ) |
|
void wxPixmap::refreshGlobalTables |
( |
void |
| ) |
|
bool wxPixmap::setBusyCursor |
( |
bool |
newMode | ) |
|
void wxPixmap::setupTranslators |
( |
void |
| ) |
|
|
protected |
void wxPixmap::sortParentPalette |
( |
int |
from, |
|
|
int |
to |
|
) |
| |
|
protected |
void wxPixmap::translateToMode |
( |
void |
| ) |
|
|
protected |
void wxPixmap::win_translate_24_to_24 |
( |
unsigned char * |
dest | ) |
|
|
protected |
bool wxPixmap::busyCursorMode |
|
protected |
unsigned char* wxPixmap::c |
char wxPixmap::ColourAlloc[32] |
|
protected |
HPALETTE wxPixmap::currentPal |
|
protected |
int wxPixmap::destBitorder |
|
protected |
int wxPixmap::destByteorder |
|
protected |
Display* wxPixmap::display |
|
protected |
int wxPixmap::displayDepth |
|
protected |
int wxPixmap::displayPitch |
|
protected |
std::ostream* wxPixmap::errorstr |
|
protected |
HGDIOBJ wxPixmap::oldDCObject |
|
protected |
wxColour* wxPixmap::palette |
|
protected |
unsigned char wxPixmap::parentInverse[256] |
|
protected |
int wxPixmap::parentPaletteDepth |
|
protected |
wxWindow* wxPixmap::parentWin |
|
protected |
unsigned int wxPixmap::pixFlags |
|
protected |
wxOutputStream wxPixmap::streamBuf |
|
protected |
union { ... } wxPixmap::TransTab |
int wxPixmap::TransTabSize |
|
protected |
bool wxPixmap::validDisplay |
|
protected |
XVisualInfo wxPixmap::visualInfo |
|
protected |
Window wxPixmap::windowHandle |
|
protected |
HWND wxPixmap::windowHandle |
|
protected |
XWindowAttributes wxPixmap::xat |
|
protected |
XGCValues wxPixmap::xgcvals |
|
protected |
The documentation for this class was generated from the following file: