|
def | __init__ (self, session) |
|
def | up (self) |
|
def | down (self) |
|
def | left (self) |
|
def | right (self) |
|
def | toggleDisabledState (self) |
|
def | runningEventCallback (self, t, result) |
|
def | removeAction (self, descr) |
|
def | updateState (self) |
|
def | fillTimerList (self) |
|
def | showLog (self) |
|
def | openEdit (self) |
|
def | cleanupQuestion (self) |
|
def | cleanupTimer (self, delete) |
|
def | removeTimerQuestion (self) |
|
def | removeTimer (self, result) |
|
def | refill (self) |
|
def | addCurrentTimer (self) |
|
def | addTimer (self, timer) |
|
def | finishedEdit (self, answer) |
|
def | finishedAdd (self, answer) |
|
def | finishSanityCorrection (self, answer) |
|
def | leave (self) |
|
def | onStateChange (self, entry) |
|
def | __init__ (self, session, parent=None, windowTitle=None) |
|
def | saveKeyboardMode (self) |
|
def | setKeyboardModeAscii (self) |
|
def | setKeyboardModeNone (self) |
|
def | restoreKeyboardMode (self) |
|
def | execBegin (self) |
|
def | execEnd (self) |
|
def | doClose (self, immediate=True) |
|
def | doCloseInternal (self) |
|
def | close (self, *retval) |
|
def | setFocus (self, o) |
|
def | show (self) |
|
def | hide (self) |
|
def | enable (self, do_show=True) |
|
def | disable (self) |
|
def | isEnabled (self) |
|
def | __repr__ (self) |
|
def | getRelatedScreen (self, name) |
|
def | setShowHideAnimation (self, animation_key) |
|
def | neverAnimate (self) |
|
def | canAnimate (self) |
|
def | ignoreSource (self, name) |
|
def | createGUIScreen (self, parent, desktop, updateonly=False) |
|
def | deleteGUIScreen (self) |
|
def | close (self) |
|
def | createSummary (self) |
|
def | addSummary (self, summary) |
|
def | removeSummary (self, summary) |
|
def | setTitle (self, title) |
|
def | getTitle (self) |
|
def | setDesktop (self, desktop) |
|
def | applySkin (self) |
|
def | setZPosition (self, z) |
|
◆ __init__()
def Screens.TimerEdit.TimerEditList.__init__ |
( |
|
self, |
|
|
|
session |
|
) |
| |
◆ addCurrentTimer()
def Screens.TimerEdit.TimerEditList.addCurrentTimer |
( |
|
self | ) |
|
◆ addTimer()
def Screens.TimerEdit.TimerEditList.addTimer |
( |
|
self, |
|
|
|
timer |
|
) |
| |
◆ cleanupQuestion()
def Screens.TimerEdit.TimerEditList.cleanupQuestion |
( |
|
self | ) |
|
◆ cleanupTimer()
def Screens.TimerEdit.TimerEditList.cleanupTimer |
( |
|
self, |
|
|
|
delete |
|
) |
| |
◆ down()
def Screens.TimerEdit.TimerEditList.down |
( |
|
self | ) |
|
◆ fillTimerList()
def Screens.TimerEdit.TimerEditList.fillTimerList |
( |
|
self | ) |
|
◆ finishedAdd()
def Screens.TimerEdit.TimerEditList.finishedAdd |
( |
|
self, |
|
|
|
answer |
|
) |
| |
◆ finishedEdit()
def Screens.TimerEdit.TimerEditList.finishedEdit |
( |
|
self, |
|
|
|
answer |
|
) |
| |
◆ finishSanityCorrection()
def Screens.TimerEdit.TimerEditList.finishSanityCorrection |
( |
|
self, |
|
|
|
answer |
|
) |
| |
◆ leave()
def Screens.TimerEdit.TimerEditList.leave |
( |
|
self | ) |
|
◆ left()
def Screens.TimerEdit.TimerEditList.left |
( |
|
self | ) |
|
◆ onStateChange()
def Screens.TimerEdit.TimerEditList.onStateChange |
( |
|
self, |
|
|
|
entry |
|
) |
| |
◆ openEdit()
def Screens.TimerEdit.TimerEditList.openEdit |
( |
|
self | ) |
|
◆ refill()
def Screens.TimerEdit.TimerEditList.refill |
( |
|
self | ) |
|
◆ removeAction()
def Screens.TimerEdit.TimerEditList.removeAction |
( |
|
self, |
|
|
|
descr |
|
) |
| |
◆ removeTimer()
def Screens.TimerEdit.TimerEditList.removeTimer |
( |
|
self, |
|
|
|
result |
|
) |
| |
◆ removeTimerQuestion()
def Screens.TimerEdit.TimerEditList.removeTimerQuestion |
( |
|
self | ) |
|
◆ right()
def Screens.TimerEdit.TimerEditList.right |
( |
|
self | ) |
|
◆ runningEventCallback()
def Screens.TimerEdit.TimerEditList.runningEventCallback |
( |
|
self, |
|
|
|
t, |
|
|
|
result |
|
) |
| |
◆ showLog()
def Screens.TimerEdit.TimerEditList.showLog |
( |
|
self | ) |
|
◆ toggleDisabledState()
def Screens.TimerEdit.TimerEditList.toggleDisabledState |
( |
|
self | ) |
|
◆ up()
def Screens.TimerEdit.TimerEditList.up |
( |
|
self | ) |
|
◆ updateState()
def Screens.TimerEdit.TimerEditList.updateState |
( |
|
self | ) |
|
◆ CLEANUP
int Screens.TimerEdit.TimerEditList.CLEANUP = 3 |
|
static |
◆ DELETE
int Screens.TimerEdit.TimerEditList.DELETE = 4 |
|
static |
◆ DISABLE
int Screens.TimerEdit.TimerEditList.DISABLE = 2 |
|
static |
◆ EMPTY
int Screens.TimerEdit.TimerEditList.EMPTY = 0 |
|
static |
◆ ENABLE
int Screens.TimerEdit.TimerEditList.ENABLE = 1 |
|
static |
◆ key_blue_choice
Screens.TimerEdit.TimerEditList.key_blue_choice |
◆ key_red_choice
Screens.TimerEdit.TimerEditList.key_red_choice |
◆ key_yellow_choice
Screens.TimerEdit.TimerEditList.key_yellow_choice |
◆ list
Screens.TimerEdit.TimerEditList.list |
The documentation for this class was generated from the following file: