#include <signalGutz.h>
#include <mathGutz.h>
#include <smartptr.h>
Go to the source code of this file.
Compounds | |
class | ColorWState |
The basic Color Widget State. More... | |
class | WidgetState |
The Base interface for Widget State, this is things like colors, clipping planes, etc. More... | |
Typedefs | |
typedef gutz::SmartPtr< WidgetState > | WidgetStateSP |
typedef gutz::SmartPtr< ColorWState > | ColorWStateSP |
Variables | |
const gutz::vec4f | defColor = gutz::vec4f(.72165f, .91373f, .62353f, 1.0f) |
const gutz::vec4f | defPicked = gutz::vec4f(.72165f, .62353f, .91373f, 1.0f) |
const gutz::vec4f | defSecond = gutz::vec4f(1.0f,.99f, .97f, 1.0f) |
|
Definition at line 134 of file WidgetState.h. |
|
Definition at line 67 of file WidgetState.h. |
|
Definition at line 69 of file WidgetState.h. |
|
Definition at line 70 of file WidgetState.h. |
|
Definition at line 71 of file WidgetState.h. |