#include <SizableDirectionButton.h>
Inheritance diagram for OglGui::SizableDirectionButton:


Public Member Functions | |
| SizableDirectionButton (Window *parent, int w, int h, int dir, int brdType=BEV_RAISED) | |
| SizableDirectionButton (Window *parent, int x, int y, int w, int h, int dir, int brdType=BEV_RAISED) | |
| void | SetColors (ULONG col, ULONG highlightCol) |
| DirectionButton * | DirButton () |
| virtual void | DisplayFunc () |
Private Member Functions | |
| void | Init (int w, int h, float dir, int brdType) |
Private Attributes | |
| DirectionButton * | mDirectionButton |
| ULONG | mColor |
| ULONG | mHighlightColor |
Definition at line 18 of file SizableDirectionButton.h.
1.5.1