5 #include "editor_pipe.h"
11 explicit IntProc(QObject *parent = 0);
14 static bool isWorking();
22 static ExternalCommands command;
24 static bool cmd_accepted;
25 static bool hasCommand();
26 static ExternalCommands commandType();
27 static QString getCMD();
32 static bool isEnabled();
Definition: editor_pipe.h:41