april
1.0.0
...
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
aqscene.h
Go to the documentation of this file.
1
/* ========================================================================= */
2
/* ------------------------------------------------------------------------- */
/*
12
13
14
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15
Please read COPYING and README files in root folder
16
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17
*/
18
/* ------------------------------------------------------------------------- */
19
/* ========================================================================= */
20
#ifndef __AQSCENE_INC__
21
#define __AQSCENE_INC__
22
//
23
//
24
//
25
//
26
/* INCLUDES ------------------------------------------------------------ */
27
28
#include <
april/april.h
>
29
#include <
april/logic/actor.h
>
30
#include <QGraphicsItem>
31
32
/* INCLUDES ============================================================ */
33
//
34
//
35
//
36
//
37
/* DEFINITIONS --------------------------------------------------------- */
38
39
namespace
april {
40
41
namespace
Gui {
42
43
/* DEFINITIONS ========================================================= */
44
//
45
//
46
//
47
//
48
/* CLASS --------------------------------------------------------------- */
49
53
class
AQScene
:
public
QGraphicsItem,
public
Actor
{
54
BBM_TRACK(
AQScene
);
55
56
//
57
//
58
//
59
//
60
/* DEFINITIONS ----------------------------------------------------- */
61
62
/* DEFINITIONS ===================================================== */
63
//
64
//
65
//
66
//
67
/* DATA ------------------------------------------------------------ */
68
69
private
:
70
71
72
73
/* DATA ============================================================ */
74
//
75
//
76
//
77
//
78
/* FUNCTIONS ------------------------------------------------------- */
79
80
public
:
81
82
86
AQScene
(
World
* w );
87
88
92
virtual
~AQScene
(
void
);
93
94
95
96
/* FUNCTIONS ======================================================= */
97
//
98
//
99
//
100
//
101
102
};
/* class AQScene */
103
104
/* CLASS =============================================================== */
105
//
106
//
107
//
108
//
109
110
}
// namespace Gui
111
112
}
// namespace april
113
114
#endif // __AQSCENE_INC__
115
/* ------------------------------------------------------------------------- */
116
/* ========================================================================= */
april
gui
actors
aqscene.h
Generated on Sat Apr 20 2013 16:35:29 for april by
1.8.1.2