april
1.0.0
...
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
docktree.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 __DOCKTREE_INC__
21
#define __DOCKTREE_INC__
22
//
23
//
24
//
25
//
26
/* INCLUDES ------------------------------------------------------------ */
27
28
#include <
april/april.h
>
29
#include <
april/AprilDream/gui/dock.h
>
30
31
/* INCLUDES ============================================================ */
32
//
33
//
34
//
35
//
36
/* DEFINITIONS --------------------------------------------------------- */
37
38
namespace
april {
39
40
namespace
Gui {
41
42
class
MW;
43
class
DockTree_p;
44
45
/* DEFINITIONS ========================================================= */
46
//
47
//
48
//
49
//
50
/* CLASS --------------------------------------------------------------- */
51
55
class
DockTree
:
public
Dock
{
56
BBM_TRACK(
DockTree
);
57
58
//
59
//
60
//
61
//
62
/* DEFINITIONS ----------------------------------------------------- */
63
64
/* DEFINITIONS ===================================================== */
65
//
66
//
67
//
68
//
69
/* DATA ------------------------------------------------------------ */
70
71
private
:
72
74
DockTree_p
* d_;
75
76
77
/* DATA ============================================================ */
78
//
79
//
80
//
81
//
82
/* FUNCTIONS ------------------------------------------------------- */
83
84
public
:
85
89
DockTree
(
MW
*
mw
);
90
94
virtual
~DockTree
(
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 DockTree */
112
113
/* CLASS =============================================================== */
114
//
115
//
116
//
117
//
118
119
}
// namespace Gui
120
}
// namespace april
121
122
#endif // __DOCKTREE_INC__
123
/* ------------------------------------------------------------------------- */
124
/* ========================================================================= */
april
AprilDream
gui
docktree.h
Generated on Sat Apr 20 2013 16:35:29 for april by
1.8.1.2