PrefsWindow

Window for modifying user preferences. More...

Publicly inherits QWidget.

Public Methods

PrefsWindow( QWidget* parent=???, const char* name=??? );

Public Slots

voidchangeIconMode( );
voidchangeRepeat( );
voidchangeShuffle( );
voidchangeTimeMode( );
voiddismiss( );

Private Methods

PrefsWindow( const PrefsWindow& prefsWindow );
PrefsWindow&operator=( const PrefsWindow& prefsWindow );

Private Slots

voiddoUpdateAutoEject( );
voiddoUpdateAutoPlay( );
voiddoUpdateCdromType( );
voiddoUpdateDbasePath( );
voiddoUpdateDevicePath( );
voiddoUpdateIconMode( );
voiddoUpdatePollTime( );
voiddoUpdateRepeat( );
voiddoUpdateShuffle( );
voiddoUpdateTimeMode( );

Private Data Members

QCheckBox*_autoEject;
QCheckBox*_autoPlay;
QComboBox*_cdromType;
QLineEdit*_dbasePath;
QLineEdit*_devicePath;
QComboBox*_iconMode;
QLineEdit*_pollTime;
QCheckBox*_repeat;
QCheckBox*_shuffle;
QComboBox*_timeMode;

Detailed Documentation

Window for modifying user preferences.

Provide an interface for viewing, modifying, and saving default user preferences.

Public Methods Documentation

PrefsWindow ( QWidget* parent=???, const char* name=??? );

Create a PrefsWindow.

Public Slots Documentation

void dismiss ( );

Hide the prefs window.


Return to Index.
Automatically generated on Dec 29 18:17