Represents a single property.
More...
#include <Configurable.h>
Represents a single property.
◆ Property() [1/2]
icl::utils::Configurable::Property::Property |
( |
| ) |
|
|
inline |
◆ Property() [2/2]
icl::utils::Configurable::Property::Property |
( |
Configurable * |
parent, |
|
|
const std::string & |
name, |
|
|
const std::string & |
type, |
|
|
const std::string & |
info, |
|
|
const std::string & |
value, |
|
|
int |
volatileness, |
|
|
const std::string & |
tooltip |
|
) |
| |
|
inline |
◆ operator==()
bool icl::utils::Configurable::Property::operator== |
( |
const std::string & |
name | ) |
const |
|
inline |
◆ childPrefix
std::string icl::utils::Configurable::Property::childPrefix |
◆ configurable
Configurable* icl::utils::Configurable::Property::configurable |
◆ info
std::string icl::utils::Configurable::Property::info |
property-information (depends on type)
◆ name
std::string icl::utils::Configurable::Property::name |
◆ tooltip
std::string icl::utils::Configurable::Property::tooltip |
property description, that is also used as tooltip
◆ type
std::string icl::utils::Configurable::Property::type |
property-type (menu, range,....);
◆ value
std::string icl::utils::Configurable::Property::value |
(optional) property-value this can be use to store current property value
◆ volatileness
int icl::utils::Configurable::Property::volatileness |
volatileness of a this property (0= no-volatileness, X=expected update every X msec)
The documentation for this struct was generated from the following file: