Public Member Functions | |
| CTextButton (const CRect &size, CControlListener *listener=0, long tag=0, const char *_title=0) | |
| virtual void | draw (CDrawContext *pContext) |
| ---from CControl-------------- | |
| virtual CMouseEventResult | onMouseDown (CPoint &where, const long &buttons) |
Protected Attributes | |
| char | title [256] |
Definition at line 53 of file againeditor.cpp.
| CTextButton::CTextButton | ( | const CRect & | size, | |
| CControlListener * | listener = 0, |
|||
| long | tag = 0, |
|||
| const char * | _title = 0 | |||
| ) | [inline] |
Definition at line 57 of file againeditor.cpp.
| virtual void CTextButton::draw | ( | CDrawContext * | pContext | ) | [inline, virtual] |
| virtual CMouseEventResult CTextButton::onMouseDown | ( | CPoint & | where, | |
| const long & | buttons | |||
| ) | [inline, virtual] |
Definition at line 74 of file againeditor.cpp.
char CTextButton::title[256] [protected] |
Definition at line 84 of file againeditor.cpp.