#include <settingsDialog.h>
Public Member Functions | |
unsigned int | getDoubleDecimals () const |
int | getMaxDisplayLength () const |
void | setDoubleDecimals (unsigned int decs) |
void | setMaxDisplayLength (unsigned int l) |
SettingsDialog (QWidget *parent=NULL) | |
~SettingsDialog () |
Definition at line 34 of file settingsDialog.h.
SettingsDialog::SettingsDialog | ( | QWidget * | parent = NULL | ) |
Definition at line 31 of file settingsDialog.cpp.
Definition at line 36 of file settingsDialog.cpp.
unsigned int SettingsDialog::getDoubleDecimals | ( | ) | const [inline] |
Definition at line 45 of file settingsDialog.h.
int SettingsDialog::getMaxDisplayLength | ( | ) | const [inline] |
Definition at line 50 of file settingsDialog.h.
void SettingsDialog::setDoubleDecimals | ( | unsigned int | decs | ) | [inline] |
Definition at line 40 of file settingsDialog.h.
void SettingsDialog::setMaxDisplayLength | ( | unsigned int | l | ) | [inline] |
Definition at line 55 of file settingsDialog.h.