Public Member Functions | |
| def | __init__ (self) |
| def | Connect (self, object, channel, function, args) |
| def | Disconnect (self, object, channel, function, args) |
| def | Emit (self, object, channel, *args) |
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 | |||
| ) |
Definition at line 74 of file CONNECTOR.py.
References gui.CONNECTOR.CONNECTOR.connections.
| def gui.CONNECTOR.CONNECTOR.Emit | ( | self, | |
| object, | |||
| channel, | |||
| * | args | ||
| ) |
Definition at line 100 of file CONNECTOR.py.
References gui.CONNECTOR.CONNECTOR.connections.
| 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().