Window for modifying user preferences. More...
Publicly inherits QWidget.
PrefsWindow | ( QWidget* parent=???, const char* name=??? ); |
void | changeIconMode | ( ); |
void | changeRepeat | ( ); |
void | changeShuffle | ( ); |
void | changeTimeMode | ( ); |
void | dismiss | ( ); |
PrefsWindow | ( const PrefsWindow& prefsWindow ); | |
PrefsWindow& | operator= | ( const PrefsWindow& prefsWindow ); |
void | doUpdateAutoEject | ( ); |
void | doUpdateAutoPlay | ( ); |
void | doUpdateCdromType | ( ); |
void | doUpdateDbasePath | ( ); |
void | doUpdateDevicePath | ( ); |
void | doUpdateIconMode | ( ); |
void | doUpdatePollTime | ( ); |
void | doUpdateRepeat | ( ); |
void | doUpdateShuffle | ( ); |
void | doUpdateTimeMode | ( ); |
QCheckBox* | _autoEject; |
QCheckBox* | _autoPlay; |
QComboBox* | _cdromType; |
QLineEdit* | _dbasePath; |
QLineEdit* | _devicePath; |
QComboBox* | _iconMode; |
QLineEdit* | _pollTime; |
QCheckBox* | _repeat; |
QCheckBox* | _shuffle; |
QComboBox* | _timeMode; |
Window for modifying user preferences.
Provide an interface for viewing, modifying, and saving default user preferences.Create a PrefsWindow.
Hide the prefs window.