karm/doc
| Class | Sender | Sending Type | Signal | Receiver | Slot
|
| AddTaskDialog | _absoluteRB | QRadioButton | clicked() | this | slotAbsolutePressed |
| AddTaskDialog | _relativeRB | QRadioButton | clicked() | this | slotRelativePressed |
| AddTaskDialog | whatsThisBU | QPushButton | clicked() | this | enterWhatsThis |
| IdleTimer | _timer | QTimer | timeout() | this | check |
| KAccelMenuWatch | menu | QPopupMenu | destroyed() | this | removeeDeadMenu |
| Karm | this | Karm__QListView | doubleClicked() | this | changeTimer |
| Karm | _minuteTimer | QTimer | timeout() | this | minuteUpdate |
| Karm | _idleTimer | IdleTimer | extractTime() | this | extractTime |
| Karm | _idleTimer | IdleTimer | stopTimer() | this | stopAllTimers |
| Karm | _preferences | Preferences | idlenessTimeout() | _idleTimer | setMaxIdle |
| Karm | _preferences | Preferences | detectIdleness() | _idleTimer | toggleOverAllIdleDetection |
| Karm | _preferences | Preferences | autoSave() | this | autoSaveChanged |
| Karm | _preferences | Preferences | autoSavePeriod() | this | autoSavePeriodChanged |
| Karm | _autoSaveTimer | QTimer | timeout() | this | save |
| Karm | _menu | QPopupMenu | __() | this | startTimer |
| Karm | _menu | QPopupMenu | __() | this | stopCurrentTimer |
| Karm | this | Karm__QListView | contextMenuRequested() | this | slotRMB |
| Preferences | _doAutoSaveW | QCheckBox | clicked() | this | autoSaveCheckboxChanged |
| Preferences | _doTimeLogingW | QCheckBox | clicked() | this | timeLogingCheckboxChanged |
| Preferences | _doIdleDetectionW | QCheckBox | clicked() | this | idleDetectCheckBoxChanged |
| Preferences | __ | Preferences__KDialogBase | __() | __ | slotOk |
| Preferences | __ | Preferences__KDialogBase | __() | __ | slotCancel |
| KArmWindow | _karm | Karm | sessionTimeChanged() | this | updateTime |
| KarmWindow | _karm | Karm__QListView | currentChanged() | this | slotSelectionChanged |
| KarmWindow | _karm | Karm__QListView | selectionChanged() | this | slotSelectionChanged |
| KarmWindow | _karm | Karm | timerTick() | this | updateTime |
| KarmWindow | _karm | Karm | timerActive() | this | setActiveIcon |
| KarmWindow | _karm | Karm | timerInactive() | this | setInactiveIcon |
| KarmWindow | KStdAction__quit | KAction | __() | this | quit |
| KarmWindow | KStdAction__print | KAction | __() | this | print |
| KarmWindow | KStdAction__keyBindings | KAction | __() | this | keyBindings |
| KarmWindow | KStdAction__preferences | KAction | __() | _preferences | showDialog |
| KarmWindow | KStdAction__save | KAction | __() | _preferences | save |
| KarmWindow | actionResetSession | KAction | __() | this | resetSessionTime |
| KarmWindow | actionStart | KAction | __() | _karm | startTimer |
| KarmWindow | actionStop | KAction | __() | _karm | stopCurrentTimer |
| KarmWindow | actionNew | KAction | __() | _karm | newTask |
| KarmWindow | actionNewSub | KAction | __() | _karm | newSubTask |
| KarmWindow | actionDelete | KAction | __() | _karm | deleteTask |
| KarmWindow | actionEdit | KAction | __() | _karm | editTask |
| Task | _timer | QTimer | timeout() | this | updateActiveIcon
|
|