#include <mna_op_schema.h>
Public Attributes | |
| QString | name |
| Port name. | |
| MnaDataKind | dataKind |
| Expected data kind. | |
| bool | required = true |
| Must be connected? | |
| QString | description |
| Human-readable description. | |
Port descriptor within an operation schema.
Definition at line 72 of file mna_op_schema.h.
| MnaDataKind MNALIB::MnaOpSchemaPort::dataKind |
Expected data kind.
Definition at line 75 of file mna_op_schema.h.
| QString MNALIB::MnaOpSchemaPort::description |
Human-readable description.
Definition at line 77 of file mna_op_schema.h.
| QString MNALIB::MnaOpSchemaPort::name |
Port name.
Definition at line 74 of file mna_op_schema.h.
| bool MNALIB::MnaOpSchemaPort::required = true |
Must be connected?
Definition at line 76 of file mna_op_schema.h.