2022-07-23 21:31:56 +08:00
/*!
\defgroup jkqtptools_jkqtcommon JKQTCommon: Diverse Basic Utilities
This summarizes all functions from JKQTCommon-library, which provides basic (Qt-bound) tools for all other libs in the package JKQtPlotter (i.e. also JKQtFastPlotter and JKQtMathText).
\defgroup jkqtptools_math_basic Mathematical Functions & Tools
2022-07-23 22:19:34 +08:00
\ingroup jkqtptools_jkqtcommon
2022-07-23 21:31:56 +08:00
This group assembles a variety of mathematical tool functions that are used in different places.
\defgroup jkqtptools_string String/String-Conversion Tool Functions
2022-07-23 22:19:34 +08:00
\ingroup jkqtptools_jkqtcommon
2022-07-23 21:31:56 +08:00
Offers diverse function to convert different datatypes (e.g. double, int, diverse enums) to and from strings and for string manipulation.
\defgroup jkqtptools_qt Additional Tools for Qt
2022-07-23 22:19:34 +08:00
\ingroup jkqtptools_jkqtcommon
2022-07-23 21:31:56 +08:00
\defgroup jkqtptools_qtwidgets Additional Widgets for Qt
2022-07-23 22:19:34 +08:00
\ingroup jkqtptools_jkqtcommon
2022-07-23 21:31:56 +08:00
\defgroup jkqtptools_drawing Drawing & Graphics Tools
2022-07-23 22:19:34 +08:00
\ingroup jkqtptools_jkqtcommon
2022-07-23 21:31:56 +08:00
Specialized drawing functions used by the plotters and LaTeX renderers.
\defgroup jkqtptools_debugging Debugging Tools
2022-07-23 22:19:34 +08:00
\ingroup jkqtptools_jkqtcommon
2022-07-23 21:31:56 +08:00
Functions that help during debugging (e.g. an assert function/macro).
\defgroup jkqtptools_codestructuring Code Structuring Tools
2022-07-23 22:19:34 +08:00
\ingroup jkqtptools_jkqtcommon
2022-07-23 21:31:56 +08:00
Classes and functions that help to structure the code (e.g. RAII constructs)
*/