enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, default="::", fixed_size=False, visible_width=False) |
def | isValid (self) |
def | getValue (self) |
def | setValue (self, val) |
def | getText (self) |
def | onDeselect (self, session) |
Public Member Functions inherited from Components.config.ConfigTextBase | |
def | __init__ (self, default="", fixed_size=True, visible_width=False, censor_char='') |
def | validateMarker (self) |
def | insertChar (self, ch, pos, owr) |
def | deleteChar (self, pos) |
def | deleteAllChars (self) |
def | handleKey (self, key) |
def | nextFunc (self) |
def | genText (self) |
def | getMulti (self, selected) |
def | onSelect (self, session) |
def | getHTML (self, id) |
def | unsafeAssign (self, value) |
Public Member Functions inherited from Components.config.ConfigElement | |
def | __init__ (self) |
def | getNotifiers (self) |
def | setNotifiers (self, val) |
def | getNotifiersFinal (self) |
def | setNotifiersFinal (self, val) |
def | fromstring (self, value) |
def | load (self) |
def | tostring (self, value) |
def | save (self) |
def | cancel (self) |
def | isChanged (self) |
def | changed (self, save_or_cancel=False) |
def | changedFinal (self, save_or_cancel=False) |
def | addNotifier (self, notifier, initial_call=True, immediate_feedback=True, call_on_save_or_cancel=False) |
def | removeNotifier (self, notifier) |
def | clearNotifiers (self) |
def | disableSave (self) |
def | __call__ (self, selected) |
Public Member Functions inherited from Tools.NumericalTextInput.NumericalHexInput | |
def | __init__ (self, nextFunc=None, handleTimeout=True) |
Public Member Functions inherited from Tools.NumericalTextInput.NumericalTextInput | |
def | setUseableChars (self, useable) |
def | getKey (self, num) |
def | nextKey (self) |
def | nextChar (self) |
def | timeout (self) |
Public Attributes | |
text | |
Public Attributes inherited from Components.config.ConfigTextBase | |
selected | |
censor_char | |
marked_pos | |
allmarked | |
fixed_size | |
visible_width | |
offset | |
overwrite | |
help_window | |
default | |
text | |
lastKey | |
Public Attributes inherited from Components.config.ConfigElement | |
saved_value | |
save_forced | |
save_disabled | |
enabled | |
key | |
Public Attributes inherited from Tools.NumericalTextInput.NumericalHexInput | |
mapping | |
Public Attributes inherited from Tools.NumericalTextInput.NumericalTextInput | |
mapping | |
lang | |
useableChars | |
nextFunction | |
timer | |
timer_conn | |
lastKey | |
pos | |
Additional Inherited Members | |
Properties inherited from Components.config.ConfigTextBase | |
value = property(getValue, setValue) | |
Properties inherited from Components.config.ConfigElement | |
notifiers = property(getNotifiers, setNotifiers) | |
notifiers_final = property(getNotifiersFinal, setNotifiersFinal) | |
value = property(getValue, setValue) | |
def Components.config.ConfigIP6.__init__ | ( | self, | |
default = "::" , |
|||
fixed_size = False , |
|||
visible_width = False |
|||
) |
Reimplemented from Tools.NumericalTextInput.NumericalTextInput.
def Components.config.ConfigIP6.getText | ( | self | ) |
Reimplemented from Components.config.ConfigTextBase.
def Components.config.ConfigIP6.getValue | ( | self | ) |
Reimplemented from Components.config.ConfigTextBase.
def Components.config.ConfigIP6.isValid | ( | self | ) |
def Components.config.ConfigIP6.onDeselect | ( | self, | |
session | |||
) |
Reimplemented from Components.config.ConfigTextBase.
def Components.config.ConfigIP6.setValue | ( | self, | |
val | |||
) |
Reimplemented from Components.config.ConfigTextBase.
Components.config.ConfigIP6.text |