15 #ifndef OPTIONDIALOG_H
16 #define OPTIONDIALOG_H
23 #include <qmessagebox.h>
24 #include "../Model/ModelPart.h"
25 #include "../Model/ModelPartList.h"
101 Ui::OptionDialog *
ui;
Option Dialog class.
Definition: optiondialog.h:41
void placeholderTextName()
Gets the full file name.
Definition: optiondialog.cpp:36
int getGreenValue()
Gets green value.
Definition: optiondialog.cpp:91
OptionDialog(QWidget *parent=nullptr)
< Q_OBJECT macro
Definition: optiondialog.cpp:23
void setFileName(QString file, QString Path)
Sets the name of the part.
Definition: optiondialog.cpp:48
void setGreenValue(int red_val)
Sets green value.
Definition: optiondialog.cpp:97
void setRedValue(int red_val)
Sets red value.
Definition: optiondialog.cpp:73
void setCheckBox(bool status)
Sets the status of the check box.
Definition: optiondialog.cpp:61
~OptionDialog()
Destructor for the Option Dialog.
Definition: optiondialog.cpp:30
Ui::OptionDialog * ui
Pointer to the UI.
Definition: optiondialog.h:101
bool getCheckBox()
Gets the status of the check box.
Definition: optiondialog.cpp:55
QString FullFileName
Full file name.
Definition: optiondialog.h:103
QString getFileName()
Gets the name of the part.
Definition: optiondialog.cpp:42
QString getFullFileName()
Gets the full file name.
Definition: optiondialog.cpp:103
int getRedValue()
Gets red value.
Definition: optiondialog.cpp:67
void setBlueValue(int red_val)
Sets blue value.
Definition: optiondialog.cpp:85
int getBlueValue()
Gets blue value.
Definition: optiondialog.cpp:79