vdr
2.2.0
|
This is the complete list of members for cPixmap, including all inherited members.
alpha | cPixmap | private |
Alpha(void) const | cPixmap | inline |
Clear(void)=0 | cPixmap | pure virtual |
Copy(const cPixmap *Pixmap, const cRect &Source, const cPoint &Dest)=0 | cPixmap | pure virtual |
cOsd class | cPixmap | friend |
cPixmap(void) | cPixmap | |
cPixmap(int Layer, const cRect &ViewPort, const cRect &DrawPort=cRect::Null) | cPixmap | |
cPixmapMutexLock class | cPixmap | friend |
dirtyDrawPort | cPixmap | private |
DirtyDrawPort(void) const | cPixmap | inline |
dirtyViewPort | cPixmap | private |
DirtyViewPort(void) const | cPixmap | inline |
DrawBitmap(const cPoint &Point, const cBitmap &Bitmap, tColor ColorFg=0, tColor ColorBg=0, bool Overlay=false)=0 | cPixmap | pure virtual |
DrawEllipse(const cRect &Rect, tColor Color, int Quadrants=0)=0 | cPixmap | pure virtual |
DrawImage(const cPoint &Point, const cImage &Image)=0 | cPixmap | pure virtual |
DrawImage(const cPoint &Point, int ImageHandle)=0 | cPixmap | pure virtual |
DrawPixel(const cPoint &Point, tColor Color)=0 | cPixmap | pure virtual |
DrawPixmap(const cPixmap *Pixmap, const cRect &Dirty) | cPixmap | protectedvirtual |
drawPort | cPixmap | private |
DrawPort(void) const | cPixmap | inline |
DrawRectangle(const cRect &Rect, tColor Color)=0 | cPixmap | pure virtual |
DrawSlope(const cRect &Rect, tColor Color, int Type)=0 | cPixmap | pure virtual |
DrawText(const cPoint &Point, const char *s, tColor ColorFg, tColor ColorBg, const cFont *Font, int Width=0, int Height=0, int Alignment=taDefault)=0 | cPixmap | pure virtual |
Fill(tColor Color)=0 | cPixmap | pure virtual |
layer | cPixmap | private |
Layer(void) const | cPixmap | inline |
Lock(void) | cPixmap | inlinestatic |
MarkDrawPortDirty(const cRect &Rect) | cPixmap | protected |
MarkDrawPortDirty(const cPoint &Point) | cPixmap | protected |
MarkViewPortDirty(const cRect &Rect) | cPixmap | protected |
MarkViewPortDirty(const cPoint &Point) | cPixmap | protected |
mutex | cPixmap | privatestatic |
Pan(const cPoint &Dest, const cRect &Source=cRect::Null)=0 | cPixmap | pure virtual |
Render(const cPixmap *Pixmap, const cRect &Source, const cPoint &Dest)=0 | cPixmap | pure virtual |
Scroll(const cPoint &Dest, const cRect &Source=cRect::Null)=0 | cPixmap | pure virtual |
SetAlpha(int Alpha) | cPixmap | virtual |
SetClean(void) | cPixmap | protected |
SetDrawPortPoint(const cPoint &Point, bool Dirty=true) | cPixmap | virtual |
SetLayer(int Layer) | cPixmap | virtual |
SetTile(bool Tile) | cPixmap | virtual |
SetViewPort(const cRect &Rect) | cPixmap | virtual |
tile | cPixmap | private |
Tile(void) const | cPixmap | inline |
Unlock(void) | cPixmap | inlinestatic |
viewPort | cPixmap | private |
ViewPort(void) const | cPixmap | inline |
~cPixmap() | cPixmap | inlineprotectedvirtual |