#include <kanzi/core/metadata/editor_metadata.hpp>
|
string | category |
| Category name used in Kanzi Studio.
|
|
string | defaultValue |
| Default value for the property.
|
|
string | displayName |
| Friendly display name used in Kanzi Studio.
|
|
string | editor |
| Editor type used in Kanzi Studio.
|
|
string | helpHeading |
| Help heading used in Kanzi Studio.
|
|
string | host |
| Host definition that defines object types for which Kanzi Studio suggests the property.
|
|
string | legacyName |
| The property's old name.
|
|
string | listenable |
| Whether Kanzi Studio shows the message as a trigger.
|
|
string | lowerBound |
| Lowest value the property can have.
|
|
string | sendable |
| Whether Kanzi Studio shows the message as an action.
|
|
string | sortingIndex |
| Position of the property within its property category in Kanzi Studio.
|
|
string | step |
| Amount by which the property value changes when a Kanzi Studio user edits it.
|
|
string | studioVisibility |
| Whether the property or message is available in Kanzi Studio.
|
|
string | tooltip |
| Tooltip used in Kanzi Studio.
|
|
string | tooltipImage |
| Image used in the tooltip in Kanzi Studio.
|
|
string | upperBound |
| Highest value the property can have.
|
|
string | valueProvider |
| Value provider used in Kanzi Studio.
|
|
◆ AttributeIterator
◆ begin()
AttributeIterator kanzi::PropertyTypeEditorInfo::AttributeDictionary::begin |
( |
| ) |
const |
|
inline |
◆ end()
◆ operator[]()
string & kanzi::PropertyTypeEditorInfo::AttributeDictionary::operator[] |
( |
const string & | key | ) |
|
|
inline |
◆ find()
◆ displayName
string kanzi::PropertyTypeEditorInfo::AttributeDictionary::displayName |
Friendly display name used in Kanzi Studio.
◆ tooltip
string kanzi::PropertyTypeEditorInfo::AttributeDictionary::tooltip |
Tooltip used in Kanzi Studio.
◆ tooltipImage
string kanzi::PropertyTypeEditorInfo::AttributeDictionary::tooltipImage |
Image used in the tooltip in Kanzi Studio.
◆ category
string kanzi::PropertyTypeEditorInfo::AttributeDictionary::category |
Category name used in Kanzi Studio.
◆ helpHeading
string kanzi::PropertyTypeEditorInfo::AttributeDictionary::helpHeading |
Help heading used in Kanzi Studio.
◆ valueProvider
string kanzi::PropertyTypeEditorInfo::AttributeDictionary::valueProvider |
Value provider used in Kanzi Studio.
◆ host
string kanzi::PropertyTypeEditorInfo::AttributeDictionary::host |
Host definition that defines object types for which Kanzi Studio suggests the property.
◆ editor
string kanzi::PropertyTypeEditorInfo::AttributeDictionary::editor |
Editor type used in Kanzi Studio.
◆ defaultValue
string kanzi::PropertyTypeEditorInfo::AttributeDictionary::defaultValue |
Default value for the property.
◆ lowerBound
string kanzi::PropertyTypeEditorInfo::AttributeDictionary::lowerBound |
Lowest value the property can have.
◆ upperBound
string kanzi::PropertyTypeEditorInfo::AttributeDictionary::upperBound |
Highest value the property can have.
◆ step
string kanzi::PropertyTypeEditorInfo::AttributeDictionary::step |
Amount by which the property value changes when a Kanzi Studio user edits it.
◆ sendable
string kanzi::PropertyTypeEditorInfo::AttributeDictionary::sendable |
Whether Kanzi Studio shows the message as an action.
◆ listenable
string kanzi::PropertyTypeEditorInfo::AttributeDictionary::listenable |
Whether Kanzi Studio shows the message as a trigger.
◆ studioVisibility
string kanzi::PropertyTypeEditorInfo::AttributeDictionary::studioVisibility |
Whether the property or message is available in Kanzi Studio.
◆ legacyName
string kanzi::PropertyTypeEditorInfo::AttributeDictionary::legacyName |
◆ sortingIndex
string kanzi::PropertyTypeEditorInfo::AttributeDictionary::sortingIndex |
Position of the property within its property category in Kanzi Studio.
The documentation for this struct was generated from the following file: