|
AlbumShaper 1.0a3
|
Alerts Settings. More...
#include <alertsWidget.h>


Public Member Functions | |
| AlertsWidget (Configuration *config, QWidget *parent=0, const char *name=0) | |
| void | loadSettings () |
| void | saveSettings () |
Static Public Member Functions | |
| static void | setDefaults (Configuration *config) |
Private Attributes | |
| Configuration * | config |
| Backend config object pointer. | |
| Q3GridLayout * | grid |
| QLabel * | categoryLabel |
| Q3Frame * | horizontalLine |
| Q3VGroupBox * | behavior |
| QCheckBox * | showDestructiveAlerts |
| QCheckBox * | showSoftwareUpdateAlerts |
Alerts Settings.
Definition at line 34 of file alertsWidget.h.
| AlertsWidget::AlertsWidget | ( | Configuration * | config, |
| QWidget * | parent = 0, | ||
| const char * | name = 0 ) |
Definition at line 30 of file alertsWidget.cpp.
References behavior, categoryLabel, config, grid, horizontalLine, showDestructiveAlerts, showSoftwareUpdateAlerts, and WIDGET_SPACING.
| void AlertsWidget::loadSettings | ( | ) |
Definition at line 65 of file alertsWidget.cpp.
References config, Configuration::getBool(), showDestructiveAlerts, and showSoftwareUpdateAlerts.
Referenced by ConfigurationWidget::ConfigurationWidget().
| void AlertsWidget::saveSettings | ( | ) |
Definition at line 71 of file alertsWidget.cpp.
References config, Configuration::setBool(), showDestructiveAlerts, and showSoftwareUpdateAlerts.
Referenced by ConfigurationWidget::saveSettings().
|
static |
Definition at line 58 of file alertsWidget.cpp.
References ALBUMSHAPER_VERSION, config, Configuration::setBool(), and Configuration::setString().
Referenced by Window::Window().
|
private |
Definition at line 53 of file alertsWidget.h.
Referenced by AlertsWidget().
|
private |
Definition at line 50 of file alertsWidget.h.
Referenced by AlertsWidget().
|
private |
Backend config object pointer.
Definition at line 46 of file alertsWidget.h.
Referenced by AlertsWidget(), loadSettings(), saveSettings(), and setDefaults().
|
private |
Definition at line 48 of file alertsWidget.h.
Referenced by AlertsWidget().
|
private |
Definition at line 51 of file alertsWidget.h.
Referenced by AlertsWidget().
|
private |
Definition at line 54 of file alertsWidget.h.
Referenced by AlertsWidget(), loadSettings(), and saveSettings().
|
private |
Definition at line 55 of file alertsWidget.h.
Referenced by AlertsWidget(), loadSettings(), and saveSettings().