april  1.0.0
...
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
dockids.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 __DOCKIDS_INC__
21 #define __DOCKIDS_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 DockIds_p;
44 
45 /* DEFINITIONS ========================================================= */
46 //
47 //
48 //
49 //
50 /* CLASS --------------------------------------------------------------- */
51 
55 class DockIds : public Dock {
56  BBM_TRACK( DockIds );
57 
58  //
59  //
60  //
61  //
62  /* DEFINITIONS ----------------------------------------------------- */
63 
64  /* DEFINITIONS ===================================================== */
65  //
66  //
67  //
68  //
69  /* DATA ------------------------------------------------------------ */
70 
71 private:
72 
74  DockIds_p * d_;
75 
76 
77  /* DATA ============================================================ */
78  //
79  //
80  //
81  //
82  /* FUNCTIONS ------------------------------------------------------- */
83 
84 public:
85 
86 
90  DockIds ( MW * mw );
91 
95  virtual ~DockIds ( void );
96 
97 protected:
98 
100  void construct ( void );
101 
103  void deconstruct ( void );
104 
105 
106  /* FUNCTIONS ======================================================= */
107  //
108  //
109  //
110  //
111 
112 }; /* class DockIds */
113 
114 /* CLASS =============================================================== */
115 //
116 //
117 //
118 //
119 
120 } // namespace Gui
121 } // namespace april
122 
123 #endif // __DOCKIDS_INC__
124 /* ------------------------------------------------------------------------- */
125 /* ========================================================================= */