AlbumShaper
1.0a3
|
Configuration/Settings Interface. More...
#include <configurationWidget.h>
Signals | |
void | closed () |
Public Member Functions | |
ConfigurationWidget (Configuration *config, QWidget *parent=0, const char *name=0) | |
Private Slots | |
void | updateDialogue (Q3IconViewItem *selection) |
updates shown settings dialogue based on newly selected group More... | |
void | repaintGroup (Q3IconViewItem *pseudoSelection) |
repaints a group icon if move is moved over it More... | |
void | clearPseudoSelection () |
clears any pseudo selections More... | |
void | saveSettings () |
void | reject () |
Private Member Functions | |
void | closeEvent (QCloseEvent *e) |
Private Attributes | |
Configuration * | config |
Backend config object pointer. More... | |
Q3GridLayout * | grid |
Grid widgets place in. More... | |
GroupsWidget * | groups |
list of subalbums More... | |
LoadingSavingWidget * | loadingSavingWidget |
settings widgets More... | |
LayoutSettingsWidget * | layoutWidget |
AlertsWidget * | alertsWidget |
QWidget * | currentSettingsWidget |
GroupIcon * | currentPseudoSelection |
GroupIcon * | alertsIcon |
settings icons More... | |
GroupIcon * | layoutIcon |
GroupIcon * | loadingSavingIcon |
Q3Frame * | buttonsFrame |
QPushButton * | okButton |
QPushButton * | cancelButton |
Q3GridLayout * | buttonsGrid |
Configuration/Settings Interface.
Definition at line 39 of file configurationWidget.h.
ConfigurationWidget::ConfigurationWidget | ( | Configuration * | config, |
QWidget * | parent = 0 , |
||
const char * | name = 0 |
||
) |
Definition at line 34 of file configurationWidget.cpp.
References alertsIcon, alertsWidget, buttonsFrame, buttonsGrid, cancelButton, clearPseudoSelection(), config, currentPseudoSelection, currentSettingsWidget, grid, groups, IMAGE_PATH, layoutIcon, layoutWidget, loadingSavingIcon, loadingSavingWidget, AlertsWidget::loadSettings(), LoadingSavingWidget::loadSettings(), LayoutSettingsWidget::loadSettings(), okButton, reject(), repaintGroup(), saveSettings(), GroupsWidget::setTextWidth(), and updateDialogue().
|
privateslot |
clears any pseudo selections
Definition at line 213 of file configurationWidget.cpp.
References currentPseudoSelection, groups, and GroupIcon::setMousedOver().
Referenced by ConfigurationWidget(), and repaintGroup().
|
signal |
Referenced by closeEvent(), and reject().
|
private |
|
privateslot |
Definition at line 238 of file configurationWidget.cpp.
References closed().
Referenced by ConfigurationWidget().
|
privateslot |
repaints a group icon if move is moved over it
Definition at line 202 of file configurationWidget.cpp.
References clearPseudoSelection(), currentPseudoSelection, groups, and GroupIcon::setMousedOver().
Referenced by ConfigurationWidget().
|
privateslot |
Definition at line 224 of file configurationWidget.cpp.
References alertsWidget, layoutWidget, loadingSavingWidget, AlertsWidget::saveSettings(), LoadingSavingWidget::saveSettings(), and LayoutSettingsWidget::saveSettings().
Referenced by ConfigurationWidget().
|
privateslot |
updates shown settings dialogue based on newly selected group
Definition at line 192 of file configurationWidget.cpp.
References currentSettingsWidget.
Referenced by ConfigurationWidget().
|
private |
settings icons
Definition at line 87 of file configurationWidget.h.
Referenced by ConfigurationWidget().
|
private |
Definition at line 80 of file configurationWidget.h.
Referenced by ConfigurationWidget(), and saveSettings().
|
private |
Definition at line 90 of file configurationWidget.h.
Referenced by ConfigurationWidget().
|
private |
Definition at line 92 of file configurationWidget.h.
Referenced by ConfigurationWidget().
|
private |
Definition at line 91 of file configurationWidget.h.
Referenced by ConfigurationWidget().
|
private |
Backend config object pointer.
Definition at line 69 of file configurationWidget.h.
Referenced by ConfigurationWidget().
|
private |
Definition at line 84 of file configurationWidget.h.
Referenced by clearPseudoSelection(), ConfigurationWidget(), and repaintGroup().
|
private |
Definition at line 81 of file configurationWidget.h.
Referenced by ConfigurationWidget(), and updateDialogue().
|
private |
Grid widgets place in.
Definition at line 72 of file configurationWidget.h.
Referenced by ConfigurationWidget().
|
private |
list of subalbums
Definition at line 75 of file configurationWidget.h.
Referenced by clearPseudoSelection(), ConfigurationWidget(), and repaintGroup().
|
private |
Definition at line 87 of file configurationWidget.h.
Referenced by ConfigurationWidget().
|
private |
Definition at line 79 of file configurationWidget.h.
Referenced by ConfigurationWidget(), and saveSettings().
|
private |
Definition at line 87 of file configurationWidget.h.
Referenced by ConfigurationWidget().
|
private |
settings widgets
Definition at line 78 of file configurationWidget.h.
Referenced by ConfigurationWidget(), and saveSettings().
|
private |
Definition at line 91 of file configurationWidget.h.
Referenced by ConfigurationWidget().