Signals | |
| void | sendMessage (QString msg) |
| void | openFile (QString path) |
Public Member Functions | |
| EditorPipe () | |
| EditorPipe::LocalServer Constructor. | |
| ~EditorPipe () | |
| EditorPipe::~LocalServer Destructor. | |
| void | shut () |
| bool | levelIsLoad () |
| bool | sendToEditor (QString command) |
Public Attributes | |
| bool | isWorking |
| QString | accepted_lvl_path |
| bool | do_acceptLevelData |
| QString | accepted_lvl_raw |
| bool | do_parseLevelData |
| LevelData | accepted_lvl |
Protected Member Functions | |
| void | run () |
| run Initiate the thread. More... | |
| void | exec () |
| EditorPipe::exec Keeps the thread alive. Waits for incomming connections. | |
|
protected |
run Initiate the thread.
1.8.7