Public Member Functions | |
def | __init__ |
def | Connect |
def | Disconnect |
def | Emit |
Public Attributes | |
connections | |
Definition at line 46 of file CONNECTOR.py.
def gui.CONNECTOR.CONNECTOR.__init__ | ( | self | ) |
Definition at line 48 of file CONNECTOR.py.
def gui.CONNECTOR.CONNECTOR.Connect | ( | self, | |
object, | |||
channel, | |||
function, | |||
args | |||
) |
Definition at line 51 of file CONNECTOR.py.
References gui.CONNECTOR.CONNECTOR.connections, and gui.CONNECTOR.ref().
def gui.CONNECTOR.CONNECTOR.Disconnect | ( | self, | |
object, | |||
channel, | |||
function, | |||
args | |||
) |
def gui.CONNECTOR.CONNECTOR.Emit | ( | self, | |
object, | |||
channel, | |||
args | |||
) |
gui.CONNECTOR.CONNECTOR.connections |
Definition at line 49 of file CONNECTOR.py.
Referenced by gui.CONNECTOR.CONNECTOR.Connect(), gui.CONNECTOR.CONNECTOR.Disconnect(), and gui.CONNECTOR.CONNECTOR.Emit().