#include <TestClasses.h>
|
| | TestInterpolators () |
| |
| | ~TestInterpolators () |
| |
| template<typename FieldType > |
| FieldType & | GetField () |
| |
| | DEFINE_GET_FIELD (uint64, UIntField64) |
| |
| | DEFINE_GET_FIELD (int64, IntField64) |
| |
| | DEFINE_GET_FIELD (uint32, UIntField32) |
| |
| | DEFINE_GET_FIELD (int32, IntField32) |
| |
| | DEFINE_GET_FIELD (uint16, UIntField16) |
| |
| | DEFINE_GET_FIELD (int16, IntField16) |
| |
| | DEFINE_GET_FIELD (uint8, UIntField8) |
| |
| | DEFINE_GET_FIELD (int8, IntField8) |
| |
| | DEFINE_GET_FIELD (char, CharField) |
| |
| | DEFINE_GET_FIELD (bool, BoolField) |
| |
| | DEFINE_GET_FIELD (std::string, StringField) |
| |
| | DEFINE_GET_FIELD (std::wstring, WStringField) |
| |
| | DEFINE_GET_FIELD (double, DoubleField) |
| |
| | DEFINE_GET_FIELD (float, FloatField) |
| |
| | DEFINE_GET_FIELD (Methods, EnumField) |
| |
| | DEFINE_GET_FIELD (DirectX::XMFLOAT4, Color4F) |
| |
| | DEFINE_GET_FIELD (DirectX::XMFLOAT3, Position3F) |
| |
| | DEFINE_GET_FIELD (DirectX::PackedVector::XMCOLOR, Color) |
| |
| TypeID | GetType () const |
| |
| std::string | GetTypeName () const |
| |
| virtual void | Serialize (ISerializer *ser) const |
| | Implements default serialization. Serializes only declared properties. More...
|
| |
| virtual void | Deserialize (IDeserializer *deser) |
| | Implements default deserialization. More...
|
| |
| virtual Size | MemorySize () |
| |
| template<typename TargetType > |
| TargetType * | DynamicCast () |
| |
| TestInterpolators::TestInterpolators |
( |
| ) |
|
|
inlineexplicit |
| TestInterpolators::~TestInterpolators |
( |
| ) |
|
|
inline |
| TestInterpolators::DEFINE_GET_FIELD |
( |
char |
, |
|
|
CharField |
|
|
) |
| |
| TestInterpolators::DEFINE_GET_FIELD |
( |
bool |
, |
|
|
BoolField |
|
|
) |
| |
| TestInterpolators::DEFINE_GET_FIELD |
( |
std::string |
, |
|
|
StringField |
|
|
) |
| |
| TestInterpolators::DEFINE_GET_FIELD |
( |
std::wstring |
, |
|
|
WStringField |
|
|
) |
| |
| TestInterpolators::DEFINE_GET_FIELD |
( |
double |
, |
|
|
DoubleField |
|
|
) |
| |
| TestInterpolators::DEFINE_GET_FIELD |
( |
float |
, |
|
|
FloatField |
|
|
) |
| |
| TestInterpolators::DEFINE_GET_FIELD |
( |
DirectX::XMFLOAT4 |
, |
|
|
Color4F |
|
|
) |
| |
| TestInterpolators::DEFINE_GET_FIELD |
( |
DirectX::XMFLOAT3 |
, |
|
|
Position3F |
|
|
) |
| |
| TestInterpolators::DEFINE_GET_FIELD |
( |
DirectX::PackedVector::XMCOLOR |
, |
|
|
Color |
|
|
) |
| |
template<typename FieldType >
| FieldType& TestInterpolators::GetField |
( |
| ) |
|
| bool TestInterpolators::BoolField |
| char TestInterpolators::CharField |
| DirectX::PackedVector::XMCOLOR TestInterpolators::Color |
| DirectX::XMFLOAT4 TestInterpolators::Color4F |
| double TestInterpolators::DoubleField |
| Methods TestInterpolators::EnumField |
| float TestInterpolators::FloatField |
| int16 TestInterpolators::IntField16 |
| int32 TestInterpolators::IntField32 |
| int64 TestInterpolators::IntField64 |
| int8 TestInterpolators::IntField8 |
| DirectX::XMFLOAT3 TestInterpolators::Position3F |
| TestInterpolators::RTTR_REGISTRATION_FRIEND |
|
private |
| std::string TestInterpolators::StringField |
| uint16 TestInterpolators::UIntField16 |
| uint32 TestInterpolators::UIntField32 |
| uint64 TestInterpolators::UIntField64 |
| uint8 TestInterpolators::UIntField8 |
| std::wstring TestInterpolators::WStringField |
The documentation for this class was generated from the following file:
- D:/ProgramyVS/SWLibraries/swCommonLib/Tests/PropertyAnimationTest/TestClasses.h