DNAI
Main Page
Namespaces
Classes
Files
File List
File Members
Gui
app
include
dnai
models
gui
data
variable.h
Go to the documentation of this file.
1
#ifndef DNAI_MODELS_GUI_DATA_VARIABLE_H
2
#define DNAI_MODELS_GUI_DATA_VARIABLE_H
3
4
#include "
entity.h
"
5
#include "core.h"
6
7
namespace
dnai
8
{
9
namespace
models
10
{
11
namespace
gui
12
{
13
namespace
data
14
{
15
struct
Variable
:
Entity
16
{
17
QUuid
varType
=
"{149e81c5-fc6e-5cc7-a0a6-6f736a6487ca}"
;
//int type
18
QString
value
=
""
;
19
};
20
}
21
}
22
}
23
}
24
25
#endif //DNAI_MODELS_GUI_DATA_VARIABLE_H
dnai::models::gui::data::Variable::value
QString value
Definition:
variable.h:18
dnai::models::gui::data::Variable
Definition:
variable.h:15
dnai::models::gui::data::Entity
Definition:
entity.h:15
dnai
Definition:
api.h:13
entity.h
dnai::models::gui::data::Variable::varType
QUuid varType
Definition:
variable.h:17
Generated by
1.8.9