recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
@defgroup group_class_appmanagement Application and Process Management
|
||||
@ingroup group_class
|
||||
|
||||
The classes in this section are used to handle application-wide settings or
|
||||
for initialization/shutdown of the application itself.
|
||||
The classes in this section represent the application (see wxApp) or parts of it
|
||||
(e.g. wxEventLoopBase, wxModule).
|
||||
They can be used for initialization/shutdown of the application itself.
|
||||
|
||||
Related macros/global-functions group: @ref group_funcmacro_appinitterm.
|
||||
|
||||
|
19
docs/doxygen/groups/class_bookctrl.h
Normal file
19
docs/doxygen/groups/class_bookctrl.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: class_bookctrl.h
|
||||
// Purpose: Book controls classes group docs
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows license
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
|
||||
@defgroup group_class_bookctrl Book Controls
|
||||
@ingroup group_class
|
||||
|
||||
A book control contains pages of other controls.
|
||||
|
||||
Related overview: @ref overview_bookctrl
|
||||
|
||||
*/
|
||||
|
18
docs/doxygen/groups/class_cfg.h
Normal file
18
docs/doxygen/groups/class_cfg.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: class_cfg.h
|
||||
// Purpose: Application and System configuration classes group docs
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows license
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
|
||||
@defgroup group_class_cfg Application and System configuration
|
||||
@ingroup group_class
|
||||
|
||||
The classes in this section are used to handle application-wide settings
|
||||
and system-wide settings.
|
||||
|
||||
*/
|
||||
|
@@ -12,6 +12,9 @@
|
||||
@ingroup group_class
|
||||
|
||||
These are the data structure classes provided by wxWidgets.
|
||||
Some of them are used to store generic data (e.g. wxPoint, wxSize, etc),
|
||||
others are mainly helpers of other classes (e.g. wxListItem, wxCalendarDateAttr,
|
||||
wxFindReplaceDialogData, etc).
|
||||
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user