DNAI
Main Page
Namespaces
Classes
Files
File List
File Members
Gui
app
include
dnai
models
gui
data
link.h
Go to the documentation of this file.
1
#ifndef DNAI_MODELS_GUI_DATA_LINK_H
2
#define DNAI_MODELS_GUI_DATA_LINK_H
3
4
#include "
dnai/models/gui/instruction.h
"
5
#include "
dnai/models/gui/declarable/variable.h
"
6
7
namespace
dnai
8
{
9
namespace
models
10
{
11
namespace
gui
12
{
13
namespace
data
14
{
15
struct
Link
16
{
17
gui::Instruction
*
instruction
;
18
declarable::Variable
*
variable
;
19
};
20
}
21
}
22
}
23
}
24
25
#endif //DNAI_MODELS_GUI_DATA_LINK_H
dnai::models::gui::Instruction
Definition:
instruction.h:15
dnai::models::gui::data::Link::variable
declarable::Variable * variable
Definition:
link.h:18
dnai::models::gui::declarable::Variable
Definition:
variable.h:19
dnai::models::gui::data::Link::instruction
gui::Instruction * instruction
Definition:
link.h:17
variable.h
dnai
Definition:
api.h:13
instruction.h
dnai::models::gui::data::Link
Definition:
link.h:15
Generated by
1.8.9