-
Notifications
You must be signed in to change notification settings - Fork 25
/
groups.dox
46 lines (38 loc) · 1.01 KB
/
groups.dox
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/**
* \defgroup widgets-general General-use widgets
* \brief Widgets which are small and can be used for multiple purposes.
*/
/**
* \defgroup widgets-setup SetupWizard widgets
* \brief Widgets which are only used in the SetupWizard.
*/
/**
* \defgroup widgets-specialized Specialized widgets
* \brief Widgets which are used as components of larger screens.
*/
/**
* \defgroup widgets-main Main widgets
* \brief Widgets which are the main "windows" or "screens" of the
* application.
*/
/**
* \defgroup lib-widgets Library widgets
* \brief Widgets which may be useful for other projects.
*/
/**
* \defgroup persistent Database-stored information
* \brief Information which is stored in a database.
*/
/**
* \defgroup background-tasks Background tasks
* \brief Tasks which run in the background and emit a signal when
* completed.
*/
/**
* \defgroup data Data
* \brief Classes which are primarily for data storage.
*/
/**
* \defgroup misc Misc
* \brief Classes which don't fit anywhere else.
*/