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


Public Member Functions | |
| ConceptSupportControl (Window *parent, int x, int y, int w, int h) | |
| void | SetViewerPointCloud (ViewerPointCloud *vpc) |
| ULONG * | Colors () |
| void | ColorButtonSelection (Button *src, int userData) |
| void | CommandButtonSelection (Button *src, int cmd) |
| virtual void | ButtonSelectionEvent (Button *src, void *userData) |
Static Public Attributes | |
| static const int | cNrOfColors = 8 |
| static const int | cSetBtnId = cNrOfColors |
| static const int | cShowBtnId = cNrOfColors+1 |
| static const int | cHideBtnId = cNrOfColors+2 |
| static const int | cUnSelectBtnId = cNrOfColors+3 |
| static const int | cSelectBtnId = cNrOfColors+4 |
Private Member Functions | |
| void | Init (int w, int h) |
| Button * | CmdButton (int x, int y, int w, int h, strconst str, int userData) |
| Button * | ColorButton (Window *parent, int x, int y, int w, int h, ULONG col) |
Private Attributes | |
| ViewerPointCloud * | mViewerPointCloud |
| Button * | mSetButton |
| Button * | mShowButton |
| Button * | mHideButton |
| Button * | mSelectButton |
| Button * | mUnSelectButton |
| Button * | mColorButtons [cNrOfColors] |
| ULONG | mColors [cNrOfColors] |
| int | mColorIndex |
| StaticText * | mColorStrings [cNrOfColors] |
Definition at line 22 of file ConceptSupportControl.h.
1.5.1