24 explicit Dialog(QWidget *parent = 0);
void on_drawcircleButton_clicked()
Sets the tool to paint Circles.
Definition: dialog.cpp:171
void on_colmajorfillButton_clicked()
Sets the tool to Column fill.
Definition: dialog.cpp:121
~Dialog()
Destructor.
Definition: dialog.cpp:54
Dialog(QWidget *parent=0)
The constructor sets the undo and redo to disable so it cant be pressed also sets the connections bet...
Definition: dialog.cpp:17
void on_drawtriangleButton_clicked()
Sets the tool to paint Triangles.
Definition: dialog.cpp:161
void on_diagonalleftButton_clicked()
Sets the tool to Diagonal Left fill.
Definition: dialog.cpp:131
void on_undoButton_clicked()
Undo the previous grid modification.
Definition: dialog.cpp:194
void on_redoButton_clicked()
Redo the previous grid modification.
Definition: dialog.cpp:204
void setUndo(bool cannot)
Enables the undo button.
Definition: dialog.cpp:34
void on_lapizButton_clicked()
Sets the tool to dot.
Definition: dialog.cpp:90
void on_drawsquareButton_clicked()
Sets the tool to paint Squares.
Definition: dialog.cpp:151
void on_backgroundComboBox_activated(const QString &color)
Sets the color of the background.
Definition: dialog.cpp:79
void on_rowmajorfillButton_clicked()
Sets the tool to Row fill.
Definition: dialog.cpp:111
void on_diagonalrightButton_clicked()
Sets the tool to Diagonal Right fill.
Definition: dialog.cpp:141
void setRedo(bool cannot)
Enables the redo button.
Definition: dialog.cpp:44
void on_frontcolorComboBox_activated(const QString &color)
Sets the color of the brush.
Definition: dialog.cpp:66
void on_cleargridButton_clicked()
Clears the grid. Erase the grid.
Definition: dialog.cpp:100
void on_speedHorizontalSlider_valueChanged(int value)
Sets the tool point size.
Definition: dialog.cpp:183