#include <mna_op_schema.h>
Public Attributes | |
| QString | name |
| Attribute key. | |
| QMetaType::Type | type |
| Expected value type. | |
| bool | required = false |
| Must be set? | |
| QVariant | defaultValue |
| Default when not set. | |
| QString | description |
| Human-readable description. | |
Attribute descriptor within an operation schema.
Definition at line 84 of file mna_op_schema.h.
| QVariant MNALIB::MnaOpSchemaAttr::defaultValue |
Default when not set.
Definition at line 89 of file mna_op_schema.h.
| QString MNALIB::MnaOpSchemaAttr::description |
Human-readable description.
Definition at line 90 of file mna_op_schema.h.
| QString MNALIB::MnaOpSchemaAttr::name |
Attribute key.
Definition at line 86 of file mna_op_schema.h.
| bool MNALIB::MnaOpSchemaAttr::required = false |
Must be set?
Definition at line 88 of file mna_op_schema.h.
| QMetaType::Type MNALIB::MnaOpSchemaAttr::type |
Expected value type.
Definition at line 87 of file mna_op_schema.h.