v2.0.0
Loading...
Searching...
No Matches
MNALIB::MnaOpSchemaAttr Struct Reference

#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.

Detailed Description

Attribute descriptor within an operation schema.

Definition at line 84 of file mna_op_schema.h.

Member Data Documentation

◆ defaultValue

QVariant MNALIB::MnaOpSchemaAttr::defaultValue

Default when not set.

Definition at line 89 of file mna_op_schema.h.

◆ description

QString MNALIB::MnaOpSchemaAttr::description

Human-readable description.

Definition at line 90 of file mna_op_schema.h.

◆ name

QString MNALIB::MnaOpSchemaAttr::name

Attribute key.

Definition at line 86 of file mna_op_schema.h.

◆ required

bool MNALIB::MnaOpSchemaAttr::required = false

Must be set?

Definition at line 88 of file mna_op_schema.h.

◆ type

QMetaType::Type MNALIB::MnaOpSchemaAttr::type

Expected value type.

Definition at line 87 of file mna_op_schema.h.


The documentation for this struct was generated from the following file: