#include <stdDialog.h>
Inherits Dialog.
Inheritance diagram for ColorPickDialog:


Public Methods | |
| ColorPickDialog (const string &t, int id) | |
| Default constructor. More... | |
| void | setColor (const Color3 &color) |
| Set the selected color. | |
| void | setColor (const Color4 &color) |
| Set the selected color. | |
| const Color4 & | getColor () |
| Returns the currently selected color. | |
Protected Attributes | |
| ColorPick * | cp |
| ColorPick widget. | |
|
||||||||||||
|
Default constructor. Constructs a new ColorPickDialog with title string and id 'i'. The id must be unique in the current scope. Creates a child ColorPick instance.
|