april  1.0.0
...
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
agui3d.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 __AGUI3D_INC__
21 #define __AGUI3D_INC__
22 //
23 //
24 //
25 //
26 /* INCLUDES ------------------------------------------------------------ */
27 
28 #include <april/april.h>
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
55  AGui3D : public AGui2D, public ABOX3D {
56  BBM_TRACK( AGui3D );
57 
58  //
59  //
60  //
61  //
62  /* DEFINITIONS ----------------------------------------------------- */
63 
64  /* DEFINITIONS ===================================================== */
65  //
66  //
67  //
68  //
69  /* DATA ------------------------------------------------------------ */
70 
71 private:
72 
73 
74 
75  /* DATA ============================================================ */
76  //
77  //
78  //
79  //
80  /* FUNCTIONS ------------------------------------------------------- */
81 
82 public:
83 
84 
88  AGui3D ( World * w );
89 
90 protected:
91 
95  virtual ~AGui3D ( void );
96 
97 
98 
99  /* FUNCTIONS ======================================================= */
100  //
101  //
102  //
103  //
104 
105 }; /* class AGui3D */
106 
107 /* CLASS =============================================================== */
108 //
109 //
110 //
111 //
112 
113 } // namespace Gui
114 
115 } // namespace april
116 
117 #endif // __AGUI3D_INC__
118 /* ------------------------------------------------------------------------- */
119 /* ========================================================================= */