|
def | __init__ (self, session, state, nearmark) |
|
def | startCut (self) |
|
def | endCut (self) |
|
def | deleteCut (self) |
|
def | insertMark (self) |
|
def | removeMark (self) |
|
def | removeBefore (self) |
|
def | removeAfter (self) |
|
def | grabFrame (self) |
|
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 | __init__ (self, windowTitle=None) |
|
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 Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.__init__ |
( |
|
self, |
|
|
|
session, |
|
|
|
state, |
|
|
|
nearmark |
|
) |
| |
◆ deleteCut()
def Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.deleteCut |
( |
|
self | ) |
|
◆ endCut()
def Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.endCut |
( |
|
self | ) |
|
◆ grabFrame()
def Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.grabFrame |
( |
|
self | ) |
|
◆ insertMark()
def Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.insertMark |
( |
|
self | ) |
|
◆ removeAfter()
def Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.removeAfter |
( |
|
self | ) |
|
◆ removeBefore()
def Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.removeBefore |
( |
|
self | ) |
|
◆ removeMark()
def Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.removeMark |
( |
|
self | ) |
|
◆ startCut()
def Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.startCut |
( |
|
self | ) |
|
◆ RET_DELETECUT
int Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.RET_DELETECUT = 2 |
|
static |
◆ RET_DELETEMARK
int Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.RET_DELETEMARK = 4 |
|
static |
◆ RET_ENDCUT
int Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.RET_ENDCUT = 1 |
|
static |
◆ RET_GRABFRAME
int Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.RET_GRABFRAME = 7 |
|
static |
◆ RET_MARK
int Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.RET_MARK = 3 |
|
static |
◆ RET_REMOVEAFTER
int Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.RET_REMOVEAFTER = 6 |
|
static |
◆ RET_REMOVEBEFORE
int Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.RET_REMOVEBEFORE = 5 |
|
static |
◆ RET_STARTCUT
int Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.RET_STARTCUT = 0 |
|
static |
◆ SHOW_DELETECUT
int Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.SHOW_DELETECUT = 2 |
|
static |
◆ SHOW_ENDCUT
int Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.SHOW_ENDCUT = 1 |
|
static |
◆ SHOW_STARTCUT
int Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.SHOW_STARTCUT = 0 |
|
static |
◆ skinName
Plugins.Extensions.CutListEditor.plugin.CutListContextMenu.skinName |
The documentation for this class was generated from the following file:
- usr/lib/enigma2/python/Plugins/Extensions/CutListEditor/plugin.py