Definition at line 193 of file inout.py.
Public Member Functions | |
def | __init__ |
def | insertInput |
def | insertOutput |
def | clear |
def | setData |
def | OnInputChoice |
def | OnOutputChoice |
Public Attributes | |
image0 | |
image1 | |
image2 | |
visible | |
invisible | |
splitter15 | |
textLabel6 | |
textLabel8 | |
inputDevices | |
textLabel9 | |
textLabel10 | |
outputDevices | |
visWindow | |
inputLinks | |
outputLinks | |
origShape | |
Private Member Functions | |
def | __tr |
def inout::Input_output::__init__ | ( | self, | ||
parent = None , |
||||
callback = None | ||||
) |
Constructor.
Parameters: - the parent window (usually MainWindow) - the confDB instance that should be used (reference) - position of the path window - window style - callable object method that should be called if a path is selected. callback must have 3 parameters: (self, dictionary deviceInfo, integer pathNr)
def inout::Input_output::insertOutput | ( | self, | ||
item, | ||||
index | ||||
) |
def inout::Input_output::setData | ( | self, | ||
input, | ||||
output, | ||||
origShape | ||||
) |
def inout::Input_output::__tr | ( | self, | ||
s, | ||||
c = None | ||||
) | [private] |