#include <HPropert.h>
Inheritance diagram for HFloatPropertyInfo:
Public Types | |
enum | { FF_X = 0x0001, FF_Y = 0x0002, FF_Z = 0x0003, FF_RED = 0x0008, FF_GREEN = 0x0010, FF_BLUE = 0x0020, FF_UNIT = 0x0040, FF_PERCENTAGE = 0x0080, FF_ANGLE = 0x0100 } |
Public Member Functions | |
void | SetFactorValue (float val) |
void | SetModulo (float modulo) |
void | SetDefaultValue (float val) |
void | SetMinValue (float val) |
void | SetMaxValue (float val) |
void | SetFlags (UINT flags) |
float | GetFactorValue () const |
float | GetDefaultValue () const |
float | GetMinValue () const |
float | GetMaxValue () const |
UINT | GetFlags () const |
void | SetDisplayInPoseSlider (BOOL show) |
BOOL | GetDisplayInPoseSlider () |
Static Public Member Functions | |
static HFloatPropertyInfo * | New (const char *localizedname, const char *matchname) |
Definition at line 295 of file HPropert.h.
|
Definition at line 298 of file HPropert.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Creates a new HPropertyInfo or any of its derived class UI slot in a property panel in the PWS.
Reimplemented from HPropertyInfo. Reimplemented in HPercentPropertyInfo. |
|
|
|
|
|
Set Factor befor calling SetDefault, SetMin or SetMax |
|
|
|
|
|
|
|
|
Generated on Thu Oct 27 11:46:55 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001