diff options
Diffstat (limited to 'Project/GraphicalElement.h')
-rw-r--r-- | Project/GraphicalElement.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Project/GraphicalElement.h b/Project/GraphicalElement.h index e536dbd..ab03b6f 100644 --- a/Project/GraphicalElement.h +++ b/Project/GraphicalElement.h @@ -20,6 +20,13 @@ #include "Element.h" +/** + * @class GraphicalElement + * @author Thales Lima Oliveira <thales@ufu.br> + * @date 06/10/2017 + * @brief Abstract class for graphical elements shown with power elements in workspace. + * @file GraphicalElement.h + */ class GraphicalElement : public Element { public: |