TDME2
1.9.121
src
tdme
tools
editor
tabviews
subviews
PrototypeSoundsSubView.cpp
Go to the documentation of this file.
1
#include <
tdme/tools/editor/tabviews/subviews/PrototypeSoundsSubView.h
>
2
3
#include <
tdme/tdme.h
>
4
#include <
tdme/tools/editor/tabcontrollers/subcontrollers/PrototypeSoundsSubController.h
>
5
6
using
tdme::tools::editor::tabviews::subviews::PrototypeSoundsSubView
;
7
8
PrototypeSoundsSubView::PrototypeSoundsSubView(
PrototypeSoundsSubController
* prototypeSoundsSubController,
PopUps
* popUps)
9
{
10
this->prototypeSoundsSubController =
prototypeSoundsSubController
;
11
this->popUps =
popUps
;
12
}
13
14
PopUps
*
PrototypeSoundsSubView::getPopUps
() {
15
return
popUps
;
16
}
PrototypeSoundsSubController.h
PrototypeSoundsSubView.h
tdme::tools::editor::misc::PopUps
Pop ups controller accessor class.
Definition:
PopUps.h:19
tdme::tools::editor::tabcontrollers::subcontrollers::PrototypeSoundsSubController
Prototype sounds sub screen controller.
Definition:
PrototypeSoundsSubController.h:40
tdme::tools::editor::tabviews::subviews::PrototypeSoundsSubView
Prototype sounds view.
Definition:
PrototypeSoundsSubView.h:20
tdme::tools::editor::tabviews::subviews::PrototypeSoundsSubView::getPopUps
PopUps * getPopUps()
Definition:
PrototypeSoundsSubView.cpp:14
tdme::tools::editor::tabviews::subviews::PrototypeSoundsSubView::popUps
PopUps * popUps
Definition:
PrototypeSoundsSubView.h:23
tdme::tools::editor::tabviews::subviews::PrototypeSoundsSubView::prototypeSoundsSubController
PrototypeSoundsSubController * prototypeSoundsSubController
Definition:
PrototypeSoundsSubView.h:22
tdme.h
Generated by
1.9.3