Documentation of image

This commit is contained in:
Sonaion
2019-12-18 18:19:30 +01:00
parent 978ba61061
commit 0f829646b9
6 changed files with 90 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ protected:
QImage imageData;
public:
/*!
* \brief The Construcor of the Shaped Image. Given the Image dimensions.
* \brief The Construcor of the IntelliImage. Given the Image dimensions.
* \param weight - The weight of the Image.
* \param height - The height of the Image.
*/
@@ -60,6 +60,14 @@ public:
*/
virtual void drawLine(const QPoint &p1, const QPoint& p2, const QColor& color, const int& penWidth);
/*!
* \brief A
* \param p1
* \param color
* \param penWidth
*/
virtual void drawPoint(const QPoint &p1, const QColor& color, const int& penWidth);
/*!
* \brief A function that clears the whole image in a given Color.
* \param color - The color, in which the image will be filled.