TDME2
1.9.121
src
tdme
tools
editor
tabviews
subviews
PrototypeSoundsSubView.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <vector>
5
6
#include <
tdme/tdme.h
>
7
#include <
tdme/tools/editor/misc/fwd-tdme.h
>
8
#include <
tdme/tools/editor/tabcontrollers/subcontrollers/fwd-tdme.h
>
9
#include <
tdme/tools/editor/tabviews/subviews/fwd-tdme.h
>
10
11
using
tdme::tools::editor::misc::PopUps
;
12
using
tdme::tools::editor::tabcontrollers::subcontrollers::PrototypeSoundsSubController
;
13
14
/**
15
* Prototype sounds view
16
* @author Andreas Drewke
17
* @version $Id$
18
*/
19
class
tdme::tools::editor::tabviews::subviews::PrototypeSoundsSubView
final
20
{
21
private
:
22
PrototypeSoundsSubController
*
prototypeSoundsSubController
{
nullptr
};
23
PopUps
*
popUps
{
nullptr
};
24
25
public
:
26
/**
27
* Public constructor
28
* @param prototypeSoundsSubController entity sounds sub screen controller
29
* @param popUps pop ups
30
*/
31
PrototypeSoundsSubView
(
PrototypeSoundsSubController
*
prototypeSoundsSubController
,
PopUps
*
popUps
);
32
33
/**
34
* @return pop ups
35
*/
36
PopUps
*
getPopUps
();
37
38
};
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::PrototypeSoundsSubView
PrototypeSoundsSubView(PrototypeSoundsSubController *prototypeSoundsSubController, PopUps *popUps)
Public constructor.
Definition:
PrototypeSoundsSubView.cpp:8
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
fwd-tdme.h
fwd-tdme.h
fwd-tdme.h
Generated by
1.9.3