Sleeping Wombat GUI
0.100
swGUI
|
#include "swCommonLib/External/Catch/catch.hpp"
#include "swCommonLib/ParameterAnimation/Animation/Animation.h"
#include "swCommonLib/ParameterAnimation/Parameters/DirectPropertyh.h"
#include "swCommonLib/ParameterAnimation/Parameters/PropertyPath.h"
#include "swCommonLib/ParameterAnimation/Parameters/StringPropertyPath.h"
#include "TestClasses.h"
#include <string>
Functions | |
&Nested::SomeValue | property ("IntValue",&Nested::IntValue).property("Name" |
&Nested::SomeValue &Nested::Name | property ("Additional",&Nested::Additional) BIND_AS_PTR |
&TestAnim::m_energy | property ("Mass",&TestAnim::m_mass).property("Power" |
&TestAnim::m_energy &TestAnim::m_power | property ("Shit",&TestAnim::m_shit).property("OtherData" |
TEST_CASE ("Animations","[AnimationClassTest]") | |
Variables | |
RTTR_REGISTRATION | |
&TestAnim::m_energy &TestAnim::m_power &TestAnim::m_otherData | BIND_AS_PTR |
& Nested::SomeValue property | ( | "IntValue" | , |
&Nested::IntValue | |||
) |
& Nested::SomeValue & Nested::Name property | ( | "Additional" | , |
&Nested::Additional | |||
) |
& TestAnim::m_energy property | ( | "Mass" | , |
&TestAnim::m_mass | |||
) |
& TestAnim::m_energy & TestAnim::m_power property | ( | "Shit" | , |
&TestAnim::m_shit | |||
) |
TEST_CASE | ( | "Animations" | , |
"" | [AnimationClassTest] | ||
) |
& TestAnim::m_energy & TestAnim::m_power & TestAnim::m_otherData BIND_AS_PTR |
RTTR_REGISTRATION |