|
IntelliPhoto
1
|
The IntelliInputDialog class is a customized Input Dialog to get Integers. More...
#include <IntelliInputDialog.h>
Public Slots | |
| void | slotCloseEvent () |
| slotCloseEvent is a slot for catching the close Event. More... | |
| void | slotEingabe () |
| slotEingabe is a slot for catching the Input Event. More... | |
Public Member Functions | |
| IntelliInputDialog (QString Title=nullptr, QString Label=nullptr, int value=5, int minValue=-2147483647, int maxValue=2147483647, int step=1, bool *ok=nullptr) | |
| IntelliInputDialog is the baisc constructor to for the InputDialog. More... | |
Static Public Member Functions | |
| static int | getInt (QString Title=nullptr, QString Label=nullptr, int value=5, int minValue=-2147483647, int maxValue=2147483647, int step=1, bool *ok=nullptr) |
| getInt is a static funktion ´, which creates an Input Dialog and gets an Integer. More... | |
The IntelliInputDialog class is a customized Input Dialog to get Integers.
Definition at line 15 of file IntelliInputDialog.h.
| IntelliInputDialog::IntelliInputDialog | ( | QString | Title = nullptr, |
| QString | Label = nullptr, |
||
| int | value = 5, |
||
| int | minValue = -2147483647, |
||
| int | maxValue = 2147483647, |
||
| int | step = 1, |
||
| bool * | ok = nullptr |
||
| ) |
IntelliInputDialog is the baisc constructor to for the InputDialog.
| Title | - Title of the Input Dialog. |
| Label | - A Label for the Iput Dialog, to show further information. |
| value | - The standart value in the Input Box. |
| minValue | - The minimal value to read. |
| maxValue | - The maximal value to read. |
| step | - The step size of Values. |
| ok | - A check if the input was okay |
Definition at line 3 of file IntelliInputDialog.cpp.
|
static |
getInt is a static funktion ´, which creates an Input Dialog and gets an Integer.
| Title | - Title of the Input Dialog. |
| Label | - A Label for the Iput Dialog, to show further information. |
| value | - The standart value in the Input Box. |
| minValue | - The minimal value to read. |
| maxValue | - The maximal value to read. |
| step | - The step size of Values. |
| ok | - A check if the input was okay |
Definition at line 16 of file IntelliInputDialog.cpp.
|
slot |
slotCloseEvent is a slot for catching the close Event.
Definition at line 74 of file IntelliInputDialog.cpp.
|
slot |
slotEingabe is a slot for catching the Input Event.
Definition at line 78 of file IntelliInputDialog.cpp.