ImFusion SDK 4.3
Attribute Struct Reference

#include <ImFusion/Core/PropertiesDetail.h>

Attributes allow for attaching custom data to individual parameters or an entire Properties instance. More...

Detailed Description

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
 

The documentation for this struct was generated from the following file:
Search Tab / S to search, Esc to close