|
TiledViz
|
![]() |
Public Member Functions | |
| __init__ (self, connectionId, globals, locals) | |
| run (self, connectionId, globals, locals) | |
| detect (self) | |
| execute (self, globals, locals) | |
Public Attributes | |
| thread | |
| actionserver = sock.server(ActionPort) | |
| int | iter = 0 |
| bool | IsActionConnected = False |
| str | thisAction = "action"+str(actionId) |
| bool | isSelection = False |
| thisSelection = list(map(int,actiontiles)) | |
Definition at line 94 of file TVConnection.py.
| TVConnection.ServerAction.__init__ | ( | self, | |
| connectionId, | |||
| globals, | |||
| locals ) |
Definition at line 96 of file TVConnection.py.
| TVConnection.ServerAction.detect | ( | self | ) |
Definition at line 138 of file TVConnection.py.
| TVConnection.ServerAction.execute | ( | self, | |
| globals, | |||
| locals ) |
Definition at line 180 of file TVConnection.py.
| TVConnection.ServerAction.run | ( | self, | |
| connectionId, | |||
| globals, | |||
| locals ) |
Definition at line 101 of file TVConnection.py.
| TVConnection.ServerAction.actionserver = sock.server(ActionPort) |
Definition at line 106 of file TVConnection.py.
| TVConnection.ServerAction.IsActionConnected = False |
Definition at line 140 of file TVConnection.py.
| TVConnection.ServerAction.isSelection = False |
Definition at line 164 of file TVConnection.py.
| TVConnection.ServerAction.iter = 0 |
Definition at line 125 of file TVConnection.py.
| TVConnection.ServerAction.thisAction = "action"+str(actionId) |
Definition at line 162 of file TVConnection.py.
| TVConnection.ServerAction.thisSelection = list(map(int,actiontiles)) |
Definition at line 168 of file TVConnection.py.
| TVConnection.ServerAction.thread |
Definition at line 98 of file TVConnection.py.