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