#include <CKlearControllerConfig.h>
Collaboration diagram for CKlearControllerConfig:
Public Slots | |
void | slotCancelSettings () |
User wants to abort, close window without saving changes. | |
void | slotSaveSettings () |
User wants to save file, so save GUI data to Configobject and say object to save to disk. | |
void | slotPushToTop () |
user wants to move channel to top position | |
void | slotPushOneUp () |
user wants to move channel on position up | |
void | slotPushToBottom () |
user wants to move channel to last position | |
void | slotPushOneDown () |
user wants to move channel on position down | |
void | slotDeleteListEntry () |
user wants to delete current channel | |
void | slotScan () |
user wants to scan for new channels | |
void | slotClear () |
user wants to remove all existing channels | |
void | slotRenameItem () |
user wants to rename current channel | |
void | keyPressEvent (QKeyEvent *e) |
keyevents used to define key shortcuts | |
Public Member Functions | |
CKlearControllerConfig (CKlearAppConfig *KlearConfig, QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0) | |
Constructor. | |
~CKlearControllerConfig () | |
Destructor. |
|
Constructor.
|
|
Destructor.
|
|
keyevents used to define key shortcuts
|
|
User wants to abort, close window without saving changes.
|
|
user wants to remove all existing channels
|
|
user wants to delete current channel
|
|
user wants to move channel on position down
|
|
user wants to move channel on position up
|
|
user wants to move channel to last position
|
|
user wants to move channel to top position
|
|
user wants to rename current channel
|
|
User wants to save file, so save GUI data to Configobject and say object to save to disk.
|
|
user wants to scan for new channels
|