april  1.0.0
...
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
dockworld.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 __DOCKWORLD_INC__
21 #define __DOCKWORLD_INC__
22 //
23 //
24 //
25 //
26 /* INCLUDES ------------------------------------------------------------ */
27 
28 #include <april/april.h>
30 
31 /* INCLUDES ============================================================ */
32 //
33 //
34 //
35 //
36 /* DEFINITIONS --------------------------------------------------------- */
37 
38 namespace april {
39 
40 namespace Gui {
41 
42 class MW;
43 class DockWorld_p;
44 
45 /* DEFINITIONS ========================================================= */
46 //
47 //
48 //
49 //
50 /* CLASS --------------------------------------------------------------- */
51 
55 class DockWorld : public Dock {
56  BBM_TRACK( DockWorld );
57 
58  //
59  //
60  //
61  //
62  /* DEFINITIONS ----------------------------------------------------- */
63 
64  /* DEFINITIONS ===================================================== */
65  //
66  //
67  //
68  //
69  /* DATA ------------------------------------------------------------ */
70 
71 private:
72 
74  DockWorld_p * d_;
75 
76 
77  /* DATA ============================================================ */
78  //
79  //
80  //
81  //
82  /* FUNCTIONS ------------------------------------------------------- */
83 
84 public:
85 
89  DockWorld ( MW * mw );
90 
94  virtual ~DockWorld ( void );
95 
96 protected:
97 
99  void construct ( void );
100 
102  void deconstruct ( void );
103 
104 
105  /* FUNCTIONS ======================================================= */
106  //
107  //
108  //
109  //
110 
111 }; /* class DockWorld */
112 
113 /* CLASS =============================================================== */
114 //
115 //
116 //
117 //
118 
119 } // namespace Gui
120 } // namespace april
121 
122 #endif // __DOCKWORLD_INC__
123 /* ------------------------------------------------------------------------- */
124 /* ========================================================================= */