Public Member Functions

FBPropertyBaseAnimatable< tType, pPT > Class Template Reference

Search for all occurrences

Detailed Description

template<class tType, FBPropertyType pPT>
class FBPropertyBaseAnimatable< tType, pPT >

Base template class for animatable properties

Definition at line 1418 of file fbproperties.h.

#include <fbproperties.h>

Inheritance diagram for FBPropertyBaseAnimatable< tType, pPT >:
Inheritance graph
[legend]

List of all members.

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.

Constructor & Destructor Documentation

Constructors.

FBPropertyBaseAnimatable ( const FBPropertyBaseAnimatable< tType, pPT > &  pValue )

Destructor.


Member Function Documentation

void operator= ( tType  pValue )

Overloaded = operator.

Parameters:
pValue Value to set for property.
operator tType ( ) const

Overloaded cast to tType operator.

Returns:
tType cast of current object.
virtual FBPropertyType GetPropertyType ( ) [inline, override, virtual]

Get the property's type.

Returns:
The property's type.

Reimplemented from FBProperty.

Definition at line 1443 of file fbproperties.h.

{ return pPT; }

The documentation for this class was generated from the following file: