#include <CrossControl.h>
Inheritance diagram for OglGui::CrossControl:
Public Member Functions | |
CrossControl (int x, int y, int w, int h, Window *target=0, int btnNr=1, strconst grpTitle="Control", bool extraBtn=false, strconst extraTitle="Reset") | |
CrossControl (Window *parent, int w, int h, Window *target=0, int btnNr=1, strconst grpTitle="Control", bool extraBtn=false, strconst extraTitle="Reset") | |
CrossControl (Window *parent, int x, int y, int w, int h, Window *target=0, int btnNr=1, strconst grpTitle="Control", bool extraBtn=false, strconst extraTitle="Reset") | |
virtual void | ButtonSelectionEvent (Button *src, void *userData) |
virtual void | SetTargetWindow (Window *targetWnd) |
void | SetGroupBorderShading (ULONG brdBg, int fillShaded) |
GroupBox * | ButtonGroup () |
SixButtonCross * | ButtonCross () |
Button * | ResetButton () |
Protected Attributes | |
Window * | mTargetWnd |
GroupBox * | mButtonGroup |
SixButtonCross * | mButtonCross |
Button * | mResetButton |
Private Member Functions | |
void | Init (int w, int h, Window *targetWnd, int btnNr, strconst grpTitle, bool extraBtn, strconst btnTitle) |
void | InitCross (SixButtonCross *cross, int startId) |
Definition at line 15 of file CrossControl.h.