Base template class for animatable properties
Definition at line 1631 of file fbproperties.h.
#include <fbproperties.h>
Public Types | |
typedef tType | ValueType |
Property Value Type. | |
Public Member Functions | |
FBPropertyBaseAnimatable () | |
Constructors. | |
FBPropertyBaseAnimatable (const FBPropertyBaseAnimatable< tType, pPT > &pValue) | |
~FBPropertyBaseAnimatable () | |
Destructor. | |
operator tType () const | |
Overloaded cast to tType operator. | |
virtual FBPropertyType | GetPropertyType () override |
Get the property's type. | |
void | operator= (tType pValue) |
Overloaded = operator. |
typedef tType ValueType |
Constructors.
FBPropertyBaseAnimatable | ( | const FBPropertyBaseAnimatable< tType, pPT > & | pValue | ) |
Destructor.
void operator= | ( | tType | pValue | ) |
Overloaded = operator.
pValue | Value to set for property. |
operator tType | ( | ) | const |
Overloaded cast to tType operator.
virtual FBPropertyType GetPropertyType | ( | ) | [inline, override, virtual] |
Get the property's type.
Reimplemented from FBProperty.
Definition at line 1660 of file fbproperties.h.
{ return pPT; }