Sleeping Wombat GUI
0.100
swGUI
|
#include <PropertyPath.h>
Public Member Functions | |
PropertyPath () | |
Constructor for serialization. More... | |
PropertyPath (EngineObject *object, const std::string &propertyPath) | |
~PropertyPath ()=default | |
KeyType | GetValue (EngineObject *object) |
void | SetValue (EngineObject *object, KeyType &value) |
Private Attributes | |
std::vector< rttr::property > | m_path |
|
inlineexplicit |
Constructor for serialization.
|
inlineexplicit |
|
default |
|
inline |
|
inline |
|
private |