![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Core/PropertiesDetail.h>
Attributes allow for attaching custom data to individual parameters or an entire Properties instance. More...
Attributes allow for attaching custom data to individual parameters or an entire Properties instance.
They exist only at runtime and can be used for instance to customize the automatically generated GUI.
Public Member Functions | |
Attribute (const std::string &key, const std::string &value) | |
Attribute (const std::pair< std::string, std::string > &pair) | |
bool | operator== (const Attribute &rhs) const |
bool | operator!= (const Attribute &rhs) const |
Public Attributes | |
std::string | key |
std::string | value |