![]() |
PIP 5.5.3
Platform-Independent Primitives
|
The Attribute struct contains constants for commonly used attribute names. More...
#include <pivaluetree.h>
Static Public Attributes | |
| static const char | hidden [] = "hidden" |
| Attribute name for hiding a node. | |
| static const char | readOnly [] = "readOnly" |
| Attribute name for marking a node as read-only. | |
| static const char | isLabel [] = "label" |
| Attribute name for marking a node as a label. | |
| static const char | grouping [] = "grouping" |
| Attribute name for grouping nodes. | |
| static const char | toolTip [] = "toolTip" |
| Attribute name for tool tip text. | |
| static const char | arrayType [] = "arrayType" |
| Attribute name for marking a node as an array. | |
| static const char | arrayMinCount [] = "arrayMinCount" |
| Attribute name for setting the minimum number of elements in an array. | |
| static const char | arrayMaxCount [] = "arrayMaxCount" |
| Attribute name for setting the maximum number of elements in an array. | |
| static const char | arrayReorder [] = "arrayReorder" |
| Attribute name for allowing reordering of elements in an array. | |
| static const char | arrayResize [] = "arrayResize" |
| Attribute name for allowing resizing of an array. | |
| static const char | minimum [] = "minimum" |
| Attribute name for setting the minimum value of a node. | |
| static const char | maximum [] = "maximum" |
| Attribute name for setting the maximum value of a node. | |
| static const char | singleStep [] = "singleStep" |
| Attribute name for setting the single step value of a node. | |
| static const char | decimals [] = "decimals" |
| Attribute name for setting the number of decimal places for a node. | |
| static const char | prefix [] = "prefix" |
| Attribute name for setting a prefix string for a node. | |
| static const char | suffix [] = "suffix" |
| Attribute name for setting a suffix string for a node. | |
| static const char | style [] = "style" |
| Attribute name for setting a style string (CSS) for a node. | |
| static const char | filter [] = "filter" |
| Attribute name for setting a filter string for a node. | |
| static const char | absolutePath [] = "absolutePath" |
| Attribute name for marking a node as having an absolute path. | |
| static const char | onlyExisting [] = "onlyExisting" |
| Attribute name for marking a node as only existing file. | |
| static const char | widgetType [] = "widgetType" |
| Attribute name for setting the widget type for a node. | |
| static const char | expression [] = "expression" |
| Attribute name for setting the expression for a node. | |
The Attribute struct contains constants for commonly used attribute names.