#include <image.h>
Inheritance diagram for VDKImage:

| VDKImage::VDKImage | ( | VDKForm * | owner, | |
| const char * | pixfile, | |||
| char * | tip = NULL, |
|||
| bool | sensitive = false | |||
| ) |
Constructor
| owner | ||
| pixfile | ||
| tip |
| VDKImage::VDKImage | ( | VDKForm * | owner, | |
| const char ** | pixdata, | |||
| char * | tip = NULL, |
|||
| bool | sensitive = false | |||
| ) |
Constructor
| owner | ||
| pixdata | ||
| tip |
| VDKImage::~VDKImage | ( | ) | [virtual] |
Destructor
| int VDKImage::Width | ( | ) | [inline] |
Return image width
| int VDKImage::Height | ( | ) | [inline] |
Return image height
| VDKPixbuf * VDKImage::SetImage | ( | const char * | file | ) |
Change the raw pixbuf contained into VDKImage
| file | pixbuf file |
Change the raw pixmap contained into VDKImage
| newpix |
| VDKPixbuf * VDKImage::SetImage | ( | const char ** | pixdata | ) |
Change the raw pixbuf contained into VDKImage
| pixdata | pixmap data |
1.5.1