NNFS
Neural network library from scratch
|
The Paint class represents a painting application. More...
#include <paint.h>
Public Member Functions | |
Paint (QWidget *parent=nullptr) | |
Constructs a new Paint object. | |
~Paint () | |
Destroys the Paint object. | |
Protected Member Functions | |
bool | eventFilter (QObject *obj, QEvent *event) override |
Filters events for the Paint object. | |
The Paint class represents a painting application.
The Paint class is a QMainWindow that provides a user interface for a painting application. It allows the user to draw on a canvas and provides functionality to restart the canvas and predict using a neural network model.
|
explicit |
Constructs a new Paint object.
parent | The parent QWidget. |
Paint::~Paint | ( | ) |
Destroys the Paint object.
|
overrideprotected |
Filters events for the Paint object.
obj | The object that sent the event. |
event | The event that occurred. |