GClasses
|
#include <GWidgets.h>
Public Member Functions | |
GWidgetImageLabel (GWidgetGroup *pParent, int x, int y, const char *szHexPngFile) | |
virtual | ~GWidgetImageLabel () |
virtual WidgetType | type () |
virtual void | draw (GImage *pCanvas, int x, int y) |
Draws this widget on pCanvas at (x,y) | |
Protected Attributes | |
GImage | m_image |
GClasses::GWidgetImageLabel::GWidgetImageLabel | ( | GWidgetGroup * | pParent, |
int | x, | ||
int | y, | ||
const char * | szHexPngFile | ||
) |
virtual GClasses::GWidgetImageLabel::~GWidgetImageLabel | ( | ) | [virtual] |
virtual void GClasses::GWidgetImageLabel::draw | ( | GImage * | pCanvas, |
int | x, | ||
int | y | ||
) | [virtual] |
Draws this widget on pCanvas at (x,y)
Implements GClasses::GWidget.
virtual WidgetType GClasses::GWidgetImageLabel::type | ( | ) | [inline, virtual] |
Implements GClasses::GWidget.
GImage GClasses::GWidgetImageLabel::m_image [protected] |