Add documentation

This commit is contained in:
Simon De Backer
2020-08-02 15:09:21 +02:00
parent 2a53f09a37
commit e938673872
3 changed files with 49 additions and 29 deletions

View File

@@ -27,10 +27,11 @@ class TitleBlockTemplatesCollection;
class TitleBlockTemplateLocation;
/**
@brief The GenericPanel class
The generic panel is a QTreeWidget subclass providing extra methods
allowing developers to easily add objects (projects, diagrams, title block
templates, elements, ...) to it; it also ensures the displayed information
remains up to date.
allowing developers to easily add objects
(projects, diagrams, title block templates, elements, ...) to it;
it also ensures the displayed information remains up to date.
*/
class GenericPanel : public QTreeWidget {
Q_OBJECT