small element for color selection. Has no text label. More...
Classes | |
| class | Setup |
Public Member Functions | |
| uiColorInput (uiParent *, const Setup &, const char *nm=0) | |
| const Color & | color () const |
| void | setColor (const Color &) |
| bool | doDraw () const |
| void | setDoDraw (bool) |
| void | setLblText (const char *) |
| void | enableAlphaSetting (bool yn) |
| uiPushButton * | getButton () |
Public Attributes | |
| Notifier< uiColorInput > | colorChanged |
| Notifier< uiColorInput > | doDrawChanged |
Protected Member Functions | |
| void | selCol (CallBacker *) |
| void | dodrawSel (CallBacker *) |
Protected Attributes | |
| uiPushButton * | colbut_ |
| uiCheckBox * | dodrawbox_ |
| uiLabel * | uilbl_ |
| Color | color_ |
| BufferString | dlgtxt_ |
| bool | withalpha_ |
small element for color selection. Has no text label.
The label in this class is for displaying the current color. Another label may be created if you specify the lbltxt.
| const Color& uiColorInput::color | ( | ) | const [inline] |
| bool uiColorInput::doDraw | ( | ) | const |
| void uiColorInput::dodrawSel | ( | CallBacker * | ) | [protected] |
| void uiColorInput::enableAlphaSetting | ( | bool | yn | ) | [inline] |
| uiPushButton* uiColorInput::getButton | ( | ) | [inline] |
| void uiColorInput::selCol | ( | CallBacker * | ) | [protected] |
| void uiColorInput::setColor | ( | const Color & | ) |
| void uiColorInput::setDoDraw | ( | bool | ) |
| void uiColorInput::setLblText | ( | const char * | ) |
uiPushButton* uiColorInput::colbut_ [protected] |
Color uiColorInput::color_ [protected] |
BufferString uiColorInput::dlgtxt_ [protected] |
uiCheckBox* uiColorInput::dodrawbox_ [protected] |
uiLabel* uiColorInput::uilbl_ [protected] |
bool uiColorInput::withalpha_ [protected] |
1.7.1