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