enigma2
2.6
|
Public Member Functions | |
def | __init__ (self) |
def | timerentryOnStateChange (self, timer) |
def | stopCurrentRecording (self, entry=-1) |
def | runningRepeatedTimerCallback (self, t, result) |
def | startInstantRecording (self, limitEvent=False) |
def | isInstantRecordRunning (self) |
def | recordQuestionCallback (self, answer) |
def | setEndtime (self, entry) |
def | TimeDateInputClosed (self, ret) |
def | changeDuration (self, entry) |
def | inputCallback (self, value) |
def | instantRecord (self) |
Public Attributes | |
recording | |
stopOptionList | |
startOptionList | |
selectedEntry | |
endtime | |
Instant Record - handles the instantRecord action in order to start/stop instant records
def Screens.InfoBarGenerics.InfoBarInstantRecord.__init__ | ( | self | ) |
def Screens.InfoBarGenerics.InfoBarInstantRecord.changeDuration | ( | self, | |
entry | |||
) |
def Screens.InfoBarGenerics.InfoBarInstantRecord.inputCallback | ( | self, | |
value | |||
) |
def Screens.InfoBarGenerics.InfoBarInstantRecord.instantRecord | ( | self | ) |
def Screens.InfoBarGenerics.InfoBarInstantRecord.isInstantRecordRunning | ( | self | ) |
def Screens.InfoBarGenerics.InfoBarInstantRecord.recordQuestionCallback | ( | self, | |
answer | |||
) |
def Screens.InfoBarGenerics.InfoBarInstantRecord.runningRepeatedTimerCallback | ( | self, | |
t, | |||
result | |||
) |
def Screens.InfoBarGenerics.InfoBarInstantRecord.setEndtime | ( | self, | |
entry | |||
) |
def Screens.InfoBarGenerics.InfoBarInstantRecord.startInstantRecording | ( | self, | |
limitEvent = False |
|||
) |
def Screens.InfoBarGenerics.InfoBarInstantRecord.stopCurrentRecording | ( | self, | |
entry = -1 |
|||
) |
def Screens.InfoBarGenerics.InfoBarInstantRecord.TimeDateInputClosed | ( | self, | |
ret | |||
) |
def Screens.InfoBarGenerics.InfoBarInstantRecord.timerentryOnStateChange | ( | self, | |
timer | |||
) |
Screens.InfoBarGenerics.InfoBarInstantRecord.endtime |
Screens.InfoBarGenerics.InfoBarInstantRecord.recording |
Screens.InfoBarGenerics.InfoBarInstantRecord.selectedEntry |
Screens.InfoBarGenerics.InfoBarInstantRecord.startOptionList |
Screens.InfoBarGenerics.InfoBarInstantRecord.stopOptionList |