Skip to content
- [Main Page](index.md) - [Classes](annotated.md) - [Files](files.md) - [Directories](dirs.md) - [Related Pages](pages.md)
- [Class List](annotated.md) - [Alphabetical List](classes.md) - [Class Hierarchy](hierarchy.md) - [Class Members](functions.md)

HFloatPropertyInfo Class Reference

#include <HPropert.h>

Inheritance diagram for HFloatPropertyInfo:

Inheritance graph

[legend]

Collaboration diagram for HFloatPropertyInfo:

Collaboration graph

[legend]

List of all members.


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)