arbeit
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

WidgetState.h File Reference

#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< WidgetStateWidgetStateSP
typedef gutz::SmartPtr< ColorWStateColorWStateSP

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)


Typedef Documentation

typedef gutz::SmartPtr<ColorWState> ColorWStateSP
 

Definition at line 134 of file WidgetState.h.

typedef gutz::SmartPtr<WidgetState> WidgetStateSP
 

Definition at line 67 of file WidgetState.h.


Variable Documentation

const gutz::vec4f defColor = gutz::vec4f(.72165f, .91373f, .62353f, 1.0f)
 

Definition at line 69 of file WidgetState.h.

const gutz::vec4f defPicked = gutz::vec4f(.72165f, .62353f, .91373f, 1.0f)
 

Definition at line 70 of file WidgetState.h.

const gutz::vec4f defSecond = gutz::vec4f(1.0f,.99f, .97f, 1.0f)
 

Definition at line 71 of file WidgetState.h.


Send questions, comments, and bug reports to:
jmk