link class groups with macro groups and provide a brief description for all groups

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-12-12 18:51:54 +00:00
parent cd4f6f5f8f
commit dbbca9fdea
30 changed files with 68 additions and 2 deletions

View File

@@ -11,5 +11,10 @@
@defgroup group_class_appmanagement Application and Process Management @defgroup group_class_appmanagement Application and Process Management
@ingroup group_class @ingroup group_class
The classes in this section are used to handle application-wide settings or
for initialization/shutdown of the application itself.
Related macros/global-functions group: @ref group_funcmacro_appinitterm.
*/ */

View File

@@ -11,5 +11,7 @@
@defgroup group_class_archive Archive support @defgroup group_class_archive Archive support
@ingroup group_class @ingroup group_class
Classes for managing (eventually compressed) archives.
*/ */

View File

@@ -16,5 +16,7 @@ functions and macros.
Related Overviews: @ref overview_debugging Related Overviews: @ref overview_debugging
Related macros/global-functions group: @ref group_funcmacro_debug
*/ */

View File

@@ -16,5 +16,7 @@ An event object contains information about a specific event. Event handlers
Related Overviews: @ref overview_eventhandling Related Overviews: @ref overview_eventhandling
Related macros/global-functions group: @ref group_funcmacro_events
*/ */

View File

@@ -15,5 +15,7 @@ wxWidgets has several small classes to work with disk files and directories.
Related Overviews: @ref overview_file Related Overviews: @ref overview_file
Related macros/global-functions group: @ref group_funcmacro_file
*/ */

View File

@@ -16,5 +16,8 @@ They provide an API for drawing on device contexts, windows, and printing.
Related Overviews: @ref overview_dc, @ref overview_bitmap Related Overviews: @ref overview_dc, @ref overview_bitmap
Related macros/global-functions group: @ref group_funcmacro_gdi
*/ */

View File

@@ -11,5 +11,7 @@
@defgroup group_class_gl OpenGL @defgroup group_class_gl OpenGL
@ingroup group_class @ingroup group_class
Classes interfacing wxWidgets with OpenGL (http://opengl.org/).
*/ */

View File

@@ -11,5 +11,7 @@
@defgroup group_class_grid Grid Related Classes @defgroup group_class_grid Grid Related Classes
@ingroup group_class @ingroup group_class
Classes related to the wxGrid generic widget.
*/ */

View File

@@ -11,5 +11,7 @@
@defgroup group_class_help Help @defgroup group_class_help Help
@ingroup group_class @ingroup group_class
Classes for loading and displaying help manuals or help informations in general.
*/ */

View File

@@ -15,5 +15,7 @@ wxWidgets provides several classes and functions for message logging.
Related Overviews: @ref overview_log Related Overviews: @ref overview_log
Related macros/global-functions group: @ref group_funcmacro_log
*/ */

View File

@@ -17,5 +17,7 @@ are similar in wxWidgets, but only dialogs may be modal.
Related Overviews: @ref overview_cmndlg Related Overviews: @ref overview_cmndlg
Related macros/global-functions group: @ref group_funcmacro_dialog
*/ */

View File

@@ -11,5 +11,7 @@
@defgroup group_class_media Multimedia @defgroup group_class_media Multimedia
@ingroup group_class @ingroup group_class
Classes for showing multimedia contents.
*/ */

View File

@@ -11,5 +11,7 @@
@defgroup group_class_menus Menus @defgroup group_class_menus Menus
@ingroup group_class @ingroup group_class
Group of classes for handling menu bars and items.
*/ */

View File

@@ -11,5 +11,9 @@
@defgroup group_class_misc Miscellaneous @defgroup group_class_misc Miscellaneous
@ingroup group_class @ingroup group_class
Group of miscellaneous classes.
Related macros/global-functions group: @ref group_funcmacro_misc
*/ */

View File

@@ -13,5 +13,7 @@
wxWidgets provides its own classes for socket based networking. wxWidgets provides its own classes for socket based networking.
Related macros/global-functions group: @ref group_funcmacro_networkuseros
*/ */

View File

@@ -16,7 +16,7 @@ creation of objects given class names.
Related Overviews: @ref overview_rtti Related Overviews: @ref overview_rtti
See also: @ref group_funcmacro_rtti "RTTI Functions and Macros" Related macros/global-functions group: @ref group_funcmacro_rtti
*/ */

View File

@@ -16,5 +16,7 @@ capabilities of the various platforms.
Related Overviews: @ref overview_thread Related Overviews: @ref overview_thread
Related macros/global-functions group: @ref group_funcmacro_thread
*/ */

View File

@@ -11,5 +11,7 @@
@defgroup group_class_xml XML @defgroup group_class_xml XML
@ingroup group_class @ingroup group_class
Group of classes loading and saving XML documents (http://www.w3.org/XML/).
*/ */

View File

@@ -14,5 +14,7 @@
The functions in this section are used on application startup/shutdown and also The functions in this section are used on application startup/shutdown and also
to control the behaviour of the main event loop of the GUI programs. to control the behaviour of the main event loop of the GUI programs.
Related macros/global-functions group: @ref group_class_appmanagement.
*/ */

View File

@@ -20,5 +20,7 @@ generate any user-visible effects. Finally, the compile time assertions don't
happen during the run-time but result in the compilation error messages if the happen during the run-time but result in the compilation error messages if the
condition they check fail. condition they check fail.
Related class group: @ref group_class_debugging.
*/ */

View File

@@ -13,5 +13,7 @@
Below are a number of functions/macros used with wxWidgets event-handling system. Below are a number of functions/macros used with wxWidgets event-handling system.
Related class group: @ref group_class_events
*/ */

View File

@@ -14,7 +14,7 @@
These functions provide a platform-independent API for common file and These functions provide a platform-independent API for common file and
directory functionality. directory functionality.
@see wxPathList, wxDir, wxFile, wxFileName Related class group: @ref group_class_file
*/ */

View File

@@ -16,5 +16,7 @@ Interface) access.
Related Overviews: @ref overview_dc Related Overviews: @ref overview_dc
Related class group: @ref group_class_gdi
*/ */

View File

@@ -18,5 +18,7 @@ the beginning of the program).
Related Overviews: @ref overview_log Related Overviews: @ref overview_log
Related class group: @ref group_class_logging
*/ */

View File

@@ -11,5 +11,9 @@
@defgroup group_funcmacro_math Math @defgroup group_funcmacro_math Math
@ingroup group_funcmacro @ingroup group_funcmacro
The functions in this section are typically related with math operations and
floating point numbers.
*/ */

View File

@@ -11,5 +11,9 @@
@defgroup group_funcmacro_misc Miscellaneous @defgroup group_funcmacro_misc Miscellaneous
@ingroup group_funcmacro @ingroup group_funcmacro
Group of miscellaneous functions and macros.
Related class group: @ref group_class_misc
*/ */

View File

@@ -14,5 +14,7 @@
The functions in this section are used to retrieve information about the The functions in this section are used to retrieve information about the
current computer and/or user characteristics. current computer and/or user characteristics.
Related class group: @ref group_class_net.
*/ */

View File

@@ -21,5 +21,7 @@ unless you are thinking of modifying or adding any wxWidgets classes.
Related Overviews: @ref overview_rtti Related Overviews: @ref overview_rtti
Related class group: @ref group_class_rtti
*/ */

View File

@@ -11,5 +11,7 @@
@defgroup group_funcmacro_string Strings @defgroup group_funcmacro_string Strings
@ingroup group_funcmacro @ingroup group_funcmacro
Global string functions and macros. See wxString for the wxWidgets string class.
*/ */

View File

@@ -23,5 +23,7 @@ section only when needed.
@sa wxThread, wxMutex, @ref overview_thread @sa wxThread, wxMutex, @ref overview_thread
Related class group: @ref group_class_threading
*/ */