This is the complete list of members for Process, including all inherited members.
| aboutToDestroySignal (defined in ObjectBase) | ObjectBase | |
| aboutToDestroySignalMeta (defined in ObjectBase) | ObjectBase | inlinestatic |
| aboutToDestroySignalName | ObjectBase | static |
| arguments() const | Process | inline |
| childList() const | ObjectBase | inline |
| closeWriteChannel() | Process | |
| connect(Signal< Args... > *signal, Slot< Args... > *slot) | ObjectBase | static |
| connect(Signal< Args... > *signal, Slot< Args... > *slot) (defined in ObjectBase) | ObjectBase | |
| environment() const | Process | inline |
| event(Event *e) | ObjectBase | protectedvirtual |
| eventLoop() const | ObjectBase | inline |
| exitCode() const | Process | inline |
| isRunning() const | Process | inline |
| kill() | Process | |
| metaInfo() | ObjectBase | inlinestatic |
| moveToThread(EventLoop *loop) | ObjectBase | |
| NotRunning enum value | Process | |
| ObjectBase(ObjectBase *p=nullptr) | ObjectBase | |
| operator=(const Process &)=delete | Process | |
| parent() const | ObjectBase | inline |
| pid() const | Process | inline |
| Process(const Process &)=delete | Process | |
| Process(ObjectBase *parent=nullptr) | Process | |
| program() const | Process | inline |
| PROMEKI_SIGNAL(started) | Process | |
| PROMEKI_SIGNAL(finished, int) | Process | |
| PROMEKI_SIGNAL(readyReadStdout) | Process | |
| PROMEKI_SIGNAL(readyReadStderr) | Process | |
| PROMEKI_SIGNAL(errorOccurred, Error) | Process | |
| readAllStderr() | Process | |
| readAllStdout() | Process | |
| registerSlot(Slot< Args... > *slot) | ObjectBase | inline |
| Running enum value | Process | |
| setArguments(const List< String > &args) | Process | inline |
| setEnvironment(const Map< String, String > &env) | Process | inline |
| setParent(ObjectBase *p) | ObjectBase | inline |
| setProgram(const String &program) | Process | inline |
| setWorkingDirectory(const FilePath &dir) | Process | inline |
| signalSender() | ObjectBase | inlineprotected |
| SlotVariantFunc typedef | ObjectBase | |
| start() | Process | |
| start(const String &program, const List< String > &args) | Process | |
| Starting enum value | Process | |
| startTimer(unsigned int intervalMs, bool singleShot=false) | ObjectBase | |
| State enum name | Process | |
| state() const | Process | inline |
| stopTimer(int timerId) | ObjectBase | |
| terminate() | Process | |
| timerEvent(TimerEvent *e) | ObjectBase | protectedvirtual |
| waitForFinished(unsigned int timeoutMs=0) | Process | |
| waitForStarted(unsigned int timeoutMs=0) | Process | |
| workingDirectory() const | Process | inline |
| writeToStdin(const void *buf, size_t bytes) | Process | |
| ~ObjectBase() | ObjectBase | inlinevirtual |
| ~Process() | Process |