#include <mgui/colorsel.h>
Inheritance diagram for MGUI::FORM_COLORSELECTOR_T< _CT >:

Public Member Functions | |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, _CT *pContainer, void(_CT::*pfOnChangeColor)(), FORMSTYLE formstyle=FORMSTYLE_Default) |
| FORM_COLORSELECTOR_T () | |
Protected Member Functions | |
| virtual void | OnChangeColor () |
This template allows a method in a 'container' class to be called when the color is changed, rather than requiring that a subclass be defined with the OnChangeColor() virtual method overridden.
Definition at line 174 of file colorsel.h.
|
|||||||||
|
Constructor.
Definition at line 178 of file colorsel.h. |
|
||||||||||||||||||||||||
|
Create the form.
Definition at line 182 of file colorsel.h. |
|
|||||||||
|
Called when user changes color.
Reimplemented from MGUI::FORM_COLORSELECTOR. Definition at line 197 of file colorsel.h. |
1.3.8-20040913