Window for modifying CD information. More...
Publicly inherits QWidget.
InfoWindow | ( QWidget* parent=???, const char* name=??? ); |
void | append | ( ); |
void | dismiss | ( ); |
void | highlighted | ( int index ); |
void | newDisc | ( CompactDisc* cd ); |
void | noDisc | ( ); |
void | prepend | ( ); |
void | procDiscArtist | ( ); |
void | procDiscTitle | ( ); |
void | procDownPressed | ( ); |
void | procTrackTitle | ( ); |
void | procUpPressed | ( ); |
void | remove | ( ); |
void | save | ( ); |
void | resizeEvent | ( QResizeEvent* e ); |
InfoWindow | ( const InfoWindow& infoWindow ); | |
int | nameToTrack | ( const char* name ); |
InfoWindow& | operator= | ( const InfoWindow& infoWindow ); |
void | saveDiscInfo | ( ); |
void | updateDiscArtist | ( const char* discArtist ); |
void | updateDiscTitle | ( const char* discTitle ); |
void | updateProgram | ( int length, int* tracks ); |
void | updateTrackTitle | ( int track, const char* trackTitle ); |
QPushButton* | _append; |
QLineEdit* | _discArtist; |
QLabel* | _discArtistLabel; |
QLineEdit* | _discTitle; |
QLabel* | _discTitleLabel; |
QPushButton* | _dismiss; |
QPushButton* | _prepend; |
QListBox* | _progList; |
QLabel* | _progListLabel; |
QPushButton* | _remove; |
QPushButton* | _save; |
QFrame* | _separator; |
MyListBox* | _trackList; |
QLabel* | _trackListLabel; |
MyLineEdit* | _trackTitle; |
QLabel* | _trackTitleLabel; |
Window for modifying CD information.
Provide an interface for viewing, modifying, and saving the current CDs title, artist, and track information.Create an InfoWindow.
Hide the info window.
Process the highlighting of an item in the track list.
Configure the InfoWindow for the new disc.
Configure the InfoWindow for no disc in the CDROM drive.
Process return key for disc artist.
Process return key for disc title.
Process the pressing of the down arrow key.
Process return key for track title.
Process the pressing of the up arrow key.
Save the disc info.
Emitted when the user presses the save button.
Emitted when the disc artist has been changed.
Emitted when the disc title has been changed.
Emitted when a track title has been changed.