april  1.0.0
...
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
agui2d.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 __AGUI2D_INC__
21 #define __AGUI2D_INC__
22 //
23 //
24 //
25 //
26 /* INCLUDES ------------------------------------------------------------ */
27 
28 #include <april/april.h>
29 #include <april/gui/actors/agui.h>
30 #include <QPoint>
31 #include <QPointF>
32 #include <QRect>
33 #include <QRectF>
35 
36 /* INCLUDES ============================================================ */
37 //
38 //
39 //
40 //
41 /* DEFINITIONS --------------------------------------------------------- */
42 
43 namespace april {
44 
45 namespace Gui {
46 
47 /* DEFINITIONS ========================================================= */
48 //
49 //
50 //
51 //
52 /* CLASS --------------------------------------------------------------- */
53 
57 class
59  AGui2D : public AGui, public ABOX2D {
60  BBM_TRACK( AGui2D );
61 
62  //
63  //
64  //
65  //
66  /* DEFINITIONS ----------------------------------------------------- */
67 
68  /* DEFINITIONS ===================================================== */
69  //
70  //
71  //
72  //
73  /* DATA ------------------------------------------------------------ */
74 
75 
76  /* DATA ============================================================ */
77  //
78  //
79  //
80  //
81  /* FUNCTIONS ------------------------------------------------------- */
82 
83 public:
84 
85 
89  AGui2D ( World * w );
90 
91 protected:
92 
96  virtual ~AGui2D ( void );
97 
98  /* FUNCTIONS ======================================================= */
99  //
100  //
101  //
102  //
103 
104 }; /* class AGui2D */
105 
106 /* CLASS =============================================================== */
107 //
108 //
109 //
110 //
111 
112 } // namespace Gui
113 
114 } // namespace april
115 
116 #endif // __AGUI2D_INC__
117 /* ------------------------------------------------------------------------- */
118 /* ========================================================================= */