#include <DirectionButton.h>
Inheritance diagram for OglGui::DirectionButton:
Public Member Functions | |
DirectionButton (Window *parent, int x, int y, int width, int height, float dir, int brdType=BEV_RAISED) | |
DirectionButton (Window *parent, int width, int height, float dir, int brdType=BEV_RAISED) | |
void | SetDoDrawDir (bool mode) |
void | SetMargin (int margin) |
void | SetDirection (int dir) |
void | SetFixedArrowSize (int sz) |
void | SetClosed (bool mode) |
void | SetFilled (bool mode) |
void | SetDirectionFeedback (bool mode, ULONG col=0x606060) |
virtual void | DisplayFunc () |
Private Member Functions | |
void | Init (float dir, int margin) |
Private Attributes | |
bool | mDoDrawDirection |
bool | mIsFilled |
bool | mIsClosed |
bool | mDirectionFeedback |
ULONG | mFeedbackColor |
int | mDirection |
int | mFixedArrowSize |
int | mMargin |
Definition at line 11 of file DirectionButton.h.