|
| enum | ExternalCommands { MessageBox =0,
Cheat =1,
PlaceItem =2
} |
| |
|
|
| IntProc (QObject *parent=0) |
| |
|
|
static void | init () |
| |
|
static void | quit () |
| |
|
static bool | isWorking () |
| |
|
static bool | hasCommand () |
| |
|
static ExternalCommands | commandType () |
| |
|
static QString | getCMD () |
| |
|
static bool | isEnabled () |
| |
|
|
static QString | state ="" |
| |
|
static ExternalCommands | command =IntProc::MessageBox |
| |
|
static bool | cmd_accepted =false |
| |
|
static QString | cmd ="" |
| |
|
static EditorPipe * | editor =NULL |
| |
|
static bool | enabled =false |
| |
The documentation for this class was generated from the following files: