1 #ifndef PROCESSTHREAD_HPP
2 #define PROCESSTHREAD_HPP
18 :
QEvent(QEvent::User), process(p), command(cmd), parms(prms) {}
21 process::SystemCommand command;
29 :
QThread(parent), process(proc), parms(prms) {}
35 bool exitStatus()
const
Definition: ProcessThread.hpp:11
Definition: ProcessThread.hpp:25
File containing the definition of a Process.
This is the main process class, the one all process inherit from.
Definition: Process.hpp:248
Definition: ProcessThread.hpp:16