|
vdk 2.4.0
|
Provides a raw image wrapping GdkPixbuf This class should in time substitute VDKRawPixmap that from now should be considered deprecated ven if will continue to be supported in earler versions of vdk 2.x series. More...
#include <rawpixbuf.h>
Provides a raw image wrapping GdkPixbuf This class should in time substitute VDKRawPixmap that from now should be considered deprecated ven if will continue to be supported in earler versions of vdk 2.x series.
| VDKPixbuf::VDKPixbuf | ( | VDKObject * | owner, |
| const char * | pixfile | ||
| ) |
Constructor
| owner | |
| pixfile | (type of file will be autodetected) |
| VDKPixbuf::VDKPixbuf | ( | VDKObject * | owner, |
| const char ** | pixdata | ||
| ) |
Constructor
| owner | |
| pixdata | must be a pixmap hard-coded data |
| VDKPixbuf::~VDKPixbuf | ( | ) | [virtual] |
Destructor
| GdkPixbuf* VDKPixbuf::AsGdkPixbuf | ( | ) | [inline] |
GdkPixmap* conversion
| int VDKPixbuf::Height | ( | ) | [inline] |
Return pixbuf height in pixel
| int VDKPixbuf::Width | ( | ) | [inline] |
Return pixbuf width in pixel
1.7.6.1