|
Public Member Functions |
|
| FbPixmap (const FbPixmap ©) |
| | copy pixmap
|
|
| FbPixmap (Pixmap pm) |
| | creates a FbPixmap from X pixmap
|
|
| FbPixmap (const FbDrawable &src, unsigned int width, unsigned int height, int depth) |
|
| FbPixmap (Drawable src, unsigned int width, unsigned int height, int depth) |
|
void | copy (const FbPixmap &the_copy) |
|
void | copy (Pixmap pixmap) |
|
void | rotate () |
| | rotates the pixmap 90 deg, not implemented!
|
|
void | scale (unsigned int width, unsigned int height) |
| | scales the pixmap to specified size
|
|
void | resize (unsigned int width, unsigned int height) |
|
Pixmap | release () |
| | drops pixmap and returns it
|
|
FbPixmap & | operator= (const FbPixmap ©) |
|
FbPixmap & | operator= (Pixmap pm) |
| | sets new pixmap
|
|
Drawable | drawable () const |
| | X drawable.
|
|
unsigned int | width () const |
|
unsigned int | height () const |
|
int | depth () const |