@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.
+
+Related macros/global-functions group: @ref group_funcmacro_appinitterm.
+
*/
@defgroup group_class_archive Archive support
@ingroup group_class
+Classes for managing (eventually compressed) archives.
+
*/
Related Overviews: @ref overview_debugging
+Related macros/global-functions group: @ref group_funcmacro_debug
+
*/
Related Overviews: @ref overview_eventhandling
+Related macros/global-functions group: @ref group_funcmacro_events
+
*/
Related Overviews: @ref overview_file
+Related macros/global-functions group: @ref group_funcmacro_file
+
*/
Related Overviews: @ref overview_dc, @ref overview_bitmap
+Related macros/global-functions group: @ref group_funcmacro_gdi
+
+
*/
@defgroup group_class_gl OpenGL
@ingroup group_class
+Classes interfacing wxWidgets with OpenGL (http://opengl.org/).
+
*/
@defgroup group_class_grid Grid Related Classes
@ingroup group_class
+Classes related to the wxGrid generic widget.
+
*/
@defgroup group_class_help Help
@ingroup group_class
+Classes for loading and displaying help manuals or help informations in general.
+
*/
Related Overviews: @ref overview_log
+Related macros/global-functions group: @ref group_funcmacro_log
+
*/
Related Overviews: @ref overview_cmndlg
+Related macros/global-functions group: @ref group_funcmacro_dialog
+
*/
@defgroup group_class_media Multimedia
@ingroup group_class
+Classes for showing multimedia contents.
+
*/
@defgroup group_class_menus Menus
@ingroup group_class
+Group of classes for handling menu bars and items.
+
*/
@defgroup group_class_misc Miscellaneous
@ingroup group_class
+Group of miscellaneous classes.
+
+Related macros/global-functions group: @ref group_funcmacro_misc
+
*/
wxWidgets provides its own classes for socket based networking.
+Related macros/global-functions group: @ref group_funcmacro_networkuseros
+
*/
Related Overviews: @ref overview_rtti
-See also: @ref group_funcmacro_rtti "RTTI Functions and Macros"
+Related macros/global-functions group: @ref group_funcmacro_rtti
*/
Related Overviews: @ref overview_thread
+Related macros/global-functions group: @ref group_funcmacro_thread
+
*/
@defgroup group_class_xml XML
@ingroup group_class
+Group of classes loading and saving XML documents (http://www.w3.org/XML/).
+
*/
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.
+Related macros/global-functions group: @ref group_class_appmanagement.
+
*/
happen during the run-time but result in the compilation error messages if the
condition they check fail.
+Related class group: @ref group_class_debugging.
+
*/
Below are a number of functions/macros used with wxWidgets event-handling system.
+Related class group: @ref group_class_events
+
*/
These functions provide a platform-independent API for common file and
directory functionality.
-@see wxPathList, wxDir, wxFile, wxFileName
+Related class group: @ref group_class_file
*/
Related Overviews: @ref overview_dc
+Related class group: @ref group_class_gdi
+
*/
Related Overviews: @ref overview_log
+Related class group: @ref group_class_logging
+
*/
@defgroup group_funcmacro_math Math
@ingroup group_funcmacro
+The functions in this section are typically related with math operations and
+floating point numbers.
+
+
*/
@defgroup group_funcmacro_misc Miscellaneous
@ingroup group_funcmacro
+Group of miscellaneous functions and macros.
+
+Related class group: @ref group_class_misc
+
*/
The functions in this section are used to retrieve information about the
current computer and/or user characteristics.
+Related class group: @ref group_class_net.
+
*/
Related Overviews: @ref overview_rtti
+Related class group: @ref group_class_rtti
+
*/
@defgroup group_funcmacro_string Strings
@ingroup group_funcmacro
+Global string functions and macros. See wxString for the wxWidgets string class.
+
*/
@sa wxThread, wxMutex, @ref overview_thread
+Related class group: @ref group_class_threading
+
*/