GClasses
|
A button with text on it.
#include <GWidgets.h>
Public Member Functions | |
GWidgetTextButton (GWidgetGroup *pParent, int x, int y, int w, int h, const char *szText) | |
virtual | ~GWidgetTextButton () |
virtual void | draw (GImage *pCanvas, int x, int y) |
Draws this widget on pCanvas at (x,y) More... | |
bool | isPressed () |
returns "true" if the button is currently pressed More... | |
void | setColor (unsigned int c) |
sets the button color More... | |
void | setText (const char *szText) |
sets the button text More... | |
virtual WidgetType | type () |
Public Member Functions inherited from GClasses::GWidgetAtomic | |
GWidgetAtomic (GWidgetGroup *pParent, int x, int y, int w, int h) | |
virtual | ~GWidgetAtomic () |
virtual bool | isAtomic () |
virtual bool | isClickable () |
virtual void | onChar (char c) |
virtual void | onGetFocus () |
virtual void | onLoseFocus () |
virtual void | onSpecialKey (int key) |
Public Member Functions inherited from GClasses::GWidget | |
GWidget (GWidgetGroup *m_pParent, int x, int y, int w, int h) | |
virtual | ~GWidget () |
int | id () |
GWidgetGroup * | parent () |
GRect * | rect () |
void | setPos (int x, int y) |
Protected Member Functions | |
virtual void | grab (int button, int x, int y) |
virtual void | onMouseMove (int dx, int dy) |
virtual void | release (int button) |
Protected Attributes | |
unsigned int | m_color |
bool | m_holding |
bool | m_pressed |
int | m_pressedX |
int | m_pressedY |
std::string | m_text |
Protected Attributes inherited from GClasses::GWidget | |
GWidgetCommon * | m_common |
int | m_nID |
GWidgetGroup * | m_pParent |
GRect | m_rect |
Additional Inherited Members | |
Public Types inherited from GClasses::GWidget |
GClasses::GWidgetTextButton::GWidgetTextButton | ( | GWidgetGroup * | pParent, |
int | x, | ||
int | y, | ||
int | w, | ||
int | h, | ||
const char * | szText | ||
) |
|
virtual |
|
virtual |
Draws this widget on pCanvas at (x,y)
Implements GClasses::GWidget.
|
protectedvirtual |
Reimplemented from GClasses::GWidgetAtomic.
|
inline |
returns "true" if the button is currently pressed
|
protectedvirtual |
Reimplemented from GClasses::GWidgetAtomic.
|
protectedvirtual |
Reimplemented from GClasses::GWidgetAtomic.
void GClasses::GWidgetTextButton::setColor | ( | unsigned int | c | ) |
sets the button color
void GClasses::GWidgetTextButton::setText | ( | const char * | szText | ) |
sets the button text
|
inlinevirtual |
Implements GClasses::GWidget.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |