|
def | __init__ (self, root, command_func=None, validate_commands=True) |
|
def | getServicesAsList (self, format="SN") |
|
def | getServiceList (self) |
|
def | validateReference (self, ref) |
|
def | getRoot (self) |
|
def | setRoot (self, root) |
|
def | handleCommand (self, cmd) |
|
def | execBegin (self) |
|
def | execEnd (self) |
|
def | onShow (self) |
|
def | onHide (self) |
|
def | destroy (self) |
|
def | __init__ (self) |
|
def | isAnimated (self) |
|
def | setAnimated (self, isAnimated) |
|
def | connectDownstream (self, downstream) |
|
def | connectUpstream (self, upstream) |
|
def | connect (self, upstream) |
|
def | disconnectAll (self) |
|
def | disconnectDownstream (self, downstream) |
|
def | changed (self, *args, **kwargs) |
|
def | setSuspend (self, suspended) |
|
def | checkSuspend (self) |
|
def | doSuspend (self, suspend) |
|
◆ __init__()
def Components.Sources.ServiceList.ServiceList.__init__ |
( |
|
self, |
|
|
|
root, |
|
|
|
command_func = None , |
|
|
|
validate_commands = True |
|
) |
| |
◆ getRoot()
def Components.Sources.ServiceList.ServiceList.getRoot |
( |
|
self | ) |
|
◆ getServiceList()
def Components.Sources.ServiceList.ServiceList.getServiceList |
( |
|
self | ) |
|
◆ getServicesAsList()
def Components.Sources.ServiceList.ServiceList.getServicesAsList |
( |
|
self, |
|
|
|
format = "SN" |
|
) |
| |
◆ handleCommand()
def Components.Sources.ServiceList.ServiceList.handleCommand |
( |
|
self, |
|
|
|
cmd |
|
) |
| |
◆ setRoot()
def Components.Sources.ServiceList.ServiceList.setRoot |
( |
|
self, |
|
|
|
root |
|
) |
| |
◆ validateReference()
def Components.Sources.ServiceList.ServiceList.validateReference |
( |
|
self, |
|
|
|
ref |
|
) |
| |
◆ command_func
Components.Sources.ServiceList.ServiceList.command_func |
◆ lut
dictionary Components.Sources.ServiceList.ServiceList.lut = {"Reference": 0, "Name": 1} |
|
static |
◆ validate_commands
Components.Sources.ServiceList.ServiceList.validate_commands |
◆ list
◆ root
Components.Sources.ServiceList.ServiceList.root = property(getRoot, setRoot) |
|
static |
The documentation for this class was generated from the following file: