#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 68 of file mna_op_schema.h.
| MnaDataKind MNALIB::MnaOpSchemaPort::dataKind |
Expected data kind.
Definition at line 71 of file mna_op_schema.h.
| QString MNALIB::MnaOpSchemaPort::description |
Human-readable description.
Definition at line 73 of file mna_op_schema.h.
| QString MNALIB::MnaOpSchemaPort::name |
Port name.
Definition at line 70 of file mna_op_schema.h.
| bool MNALIB::MnaOpSchemaPort::required = true |
Must be connected?
Definition at line 72 of file mna_op_schema.h.