27 explicit Paint(QWidget *parent =
nullptr);
42 bool eventFilter(QObject *obj, QEvent *event)
override;
The Canvas class represents a custom widget for drawing on a canvas.
Definition canvas.h:17
A neural network model.
Definition NeuralNetwork.hpp:37
The Paint class represents a painting application.
Definition paint.h:18
bool eventFilter(QObject *obj, QEvent *event) override
Filters events for the Paint object.
Definition paint.cpp:26
~Paint()
Destroys the Paint object.
Definition paint.cpp:98