]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/doxygen/mainpages/libs.h
Don't document private event handlers in doc/view frame classes.
[wxWidgets.git] / docs / doxygen / mainpages / libs.h
... / ...
CommitLineData
1/////////////////////////////////////////////////////////////////////////////
2// Name: libs.h
3// Purpose: Libraries page of the Doxygen manual
4// Author: wxWidgets team
5// RCS-ID: $Id$
6// Licence: wxWindows licence
7/////////////////////////////////////////////////////////////////////////////
8
9/**
10
11@page page_libs Library List
12
13wxWidgets can be built either as a single large library (this is called a
14<em>monolithic build</em>) or as several smaller libraries
15(<em>multilib build</em>). Multilib build is the default.
16
17wxWidgets library is divided into libraries briefly described below. This
18diagram shows the dependencies between them:
19
20@dot
21digraph Dependancies
22{
23 node [shape = ellipse, fontname = "Courier", fontsize = 10, style = filled];
24
25 wxBase [URL = "\ref page_libs_wxbase"];
26
27 wxCore [fillcolor = deepskyblue, URL = "\ref page_libs_wxcore"];
28 wxNet [fillcolor = deepskyblue, URL = "\ref page_libs_wxnet"];
29 wxXML [fillcolor = deepskyblue, URL = "\ref page_libs_wxxml"];
30
31 wxAdvanced [fillcolor = green, URL = "\ref page_libs_wxadv"];
32 wxAUI [fillcolor = green, URL = "\ref page_libs_wxaui"];
33 wxGL [fillcolor = green, URL = "\ref page_libs_wxgl"];
34 wxHTML [fillcolor = green, URL = "\ref page_libs_wxhtml"];
35 wxMedia [fillcolor = green, URL = "\ref page_libs_wxmedia"];
36 wxPropertyGrid [fillcolor = green, URL = "\ref page_libs_wxpropgrid"];
37 wxQA [fillcolor = green, URL = "\ref page_libs_wxqa"];
38 wxRibbon [fillcolor = green, URL = "\ref page_libs_wxribbon"];
39 wxRichText [fillcolor = green, URL = "\ref page_libs_wxrichtext"];
40 wxSTC [fillcolor = green, URL = "\ref page_libs_wxstc"];
41 wxXRC [fillcolor = green, URL = "\ref page_libs_wxxrc"];
42 wxWebView [fillcolor = green, URL = "\ref page_libs_wxwebview"];
43
44 wxCore -> wxBase;
45 wxNet -> wxBase;
46 wxXML -> wxBase;
47
48 wxAdvanced -> wxCore;
49 wxAUI -> wxAdvanced; wxAUI -> wxHTML; wxAUI -> wxXML;
50 wxGL -> wxCore;
51 wxHTML -> wxCore;
52 wxMedia -> wxCore;
53 wxPropertyGrid -> wxAdvanced;
54 wxQA -> wxCore; wxQA -> wxXML;
55 wxRibbon -> wxCore;
56 wxRichText -> wxAdvanced; wxRichText -> wxHTML; wxRichText -> wxXML;
57 wxSTC -> wxCore;
58 wxXRC -> wxAdvanced; wxXRC -> wxHTML; wxXRC -> wxXML;
59 wxWebView -> wxCore;
60}
61@enddot
62
63Please note that arrows indicate the "depends from" relation and that all blue
64libraries depend on the @ref page_libs_wxbase library (i.e. they are non-GUI
65libraries), and all green libraries depend on the @ref page_libs_wxcore library
66(i.e. they are GUI libraries).
67
68
69@section page_libs_wxbase wxBase
70
71Every wxWidgets application must link against this library. It contains
72mandatory classes that any wxWidgets code depends on (e.g. wxString) and
73portability classes that abstract differences between platforms. wxBase can be
74used to develop console mode applications, it does not require any GUI
75libraries or running X Window System on Unix.
76
77
78@section page_libs_wxcore wxCore
79
80Basic GUI classes such as GDI classes or controls are in this library. All
81wxWidgets GUI applications must link against this library, only console mode
82applications don't.
83
84Requires @ref page_libs_wxbase.
85
86
87@section page_libs_wxaui wxAui
88
89This contains the Advanced User Interface docking library.
90
91Requires @ref page_libs_wxadv, @ref page_libs_wxhtml, @ref page_libs_wxxml,
92@ref page_libs_wxcore, @ref page_libs_wxbase.
93
94
95@section page_libs_wxnet wxNet
96
97Classes for network access:
98
99@li wxSocket classes (wxSocketClient, wxSocketServer and related classes)
100@li wxSocketOutputStream and wxSocketInputStream
101@li sockets-based IPC classes (wxTCPServer, wxTCPClient and wxTCPConnection)
102@li wxURL
103@li wxInternetFSHandler (a wxFileSystem handler)
104
105Requires @ref page_libs_wxbase.
106
107
108@section page_libs_wxpropgrid wxPropertyGrid
109
110This contains the wxPropertyGrid control.
111
112Requires @ref page_libs_wxadv, @ref page_libs_wxcore, @ref page_libs_wxbase.
113
114
115@section page_libs_wxribbon wxRibbon
116
117This contains the Ribbon User Interface components library.
118
119Requires @ref page_libs_wxcore, @ref page_libs_wxbase.
120
121
122@section page_libs_wxrichtext wxRichText
123
124This contains generic rich text control functionality.
125
126Requires @ref page_libs_wxadv, @ref page_libs_wxhtml, @ref page_libs_wxxml,
127@ref page_libs_wxcore, @ref page_libs_wxbase.
128
129
130@section page_libs_wxxml wxXML
131
132This library contains simple classes for parsing XML documents.
133
134Requires @ref page_libs_wxbase.
135
136
137@section page_libs_wxadv wxAdvanced
138
139Advanced or rarely used GUI classes:
140
141@li wxCalendarCtrl
142@li wxGrid classes
143@li wxJoystick
144@li wxLayoutAlgorithm
145@li wxSplashScreen
146@li wxTaskBarIcon
147@li wxSound
148@li wxWizard
149@li wxSashLayoutWindow
150@li wxSashWindow
151@li ...others
152
153Requires @ref page_libs_wxcore and @ref page_libs_wxbase.
154
155
156@section page_libs_wxmedia wxMedia
157
158Miscellaneous classes related to multimedia. Currently this library only
159contains wxMediaCtrl but more classes will be added in the future.
160
161Requires @ref page_libs_wxcore and @ref page_libs_wxbase.
162
163
164@section page_libs_wxgl wxGL
165
166This library contains wxGLCanvas class for integrating OpenGL library with
167wxWidgets. Unlike all others, this library is @b not part of the monolithic
168library, it is always built as separate library.
169
170Requires @ref page_libs_wxcore and @ref page_libs_wxbase.
171
172
173@section page_libs_wxhtml wxHTML
174
175Simple HTML renderer and other @ref overview_html are contained in this
176library, as well as wxHtmlHelpController, wxBestHelpController and
177wxHtmlListBox.
178
179Requires @ref page_libs_wxcore and @ref page_libs_wxbase.
180
181
182@section page_libs_wxqa wxQA
183
184This is the library containing extra classes for quality assurance. Currently
185it only contains wxDebugReport and related classes, but more will be added to
186it in the future.
187
188Requires @ref page_libs_wxxml, @ref page_libs_wxcore, @ref page_libs_wxbase.
189
190
191@section page_libs_wxxrc wxXRC
192
193This library contains wxXmlResource class that provides access to XML resource
194files in XRC format.
195
196Requires @ref page_libs_wxadv, @ref page_libs_wxhtml, @ref page_libs_wxxml,
197@ref page_libs_wxcore, @ref page_libs_wxbase.
198
199
200@section page_libs_wxstc wxSTC
201
202STC (Styled Text Control) is a wrapper around Scintilla, a syntax-highlighting
203text editor. See <http://www.scintilla.org/> for more info about Scintilla.
204
205Requires @ref page_libs_wxcore, @ref page_libs_wxbase.
206
207@section page_libs_wxwebview wxWebView
208
209The wxWebView library contains the wxWebView control and its associated classes.
210
211Requires @ref page_libs_wxcore, @ref page_libs_wxbase.
212
213*/
214