#include <flow.h>
|
void | _deserialize (const QJsonObject &obj) override |
| Implement this function in order to use deserialize(const QJsonObject &obj) More...
|
|
|
static Flow * | deserialize (const QJsonObject &obj, Args &...args) |
| This function deserialize into a new instance of type T *. More...
|
|
void dnai::models::gui::Flow::_deserialize |
( |
const QJsonObject & |
obj | ) |
|
|
overrideprotectedvirtual |
const data::Flow & dnai::models::gui::Flow::data |
( |
| ) |
const |
|
overridevirtual |
bool dnai::models::gui::Flow::operator!= |
( |
const Flow & |
link | ) |
const |
|
inline |
Flow& dnai::models::gui::Flow::operator= |
( |
const Flow & |
link | ) |
|
|
default |
bool dnai::models::gui::Flow::operator== |
( |
const Flow & |
link | ) |
const |
|
inline |
void dnai::models::gui::Flow::serialize |
( |
QJsonObject & |
obj | ) |
const |
|
overridevirtual |
bool dnai::models::gui::Flow::setData |
( |
const data::Flow & |
data | ) |
|
|
override |
The documentation for this class was generated from the following files:
- Gui/app/include/dnai/models/gui/flow.h
- Gui/app/src/dnai/models/gui/flow.cpp