![]() |
PIP 5.5.3
Platform-Independent Primitives
|
Полный список членов класса PIProcess, включая наследуемые из базового класса
| begin() | PIThread | inlineprotectedvirtual |
| callQueuedEvents() | PIObject | |
| cast() const | PIObject | inline |
| className() const | PIObject | inlinevirtual |
| clearEnvironment() | PIProcess | inline |
| closeInput() | PIProcess | |
| CONNECT | PIObject | related |
| CONNECT0 | PIObject | related |
| CONNECT1 | PIObject | related |
| CONNECT2 | PIObject | related |
| CONNECT3 | PIObject | related |
| CONNECT4 | PIObject | related |
| CONNECTL | PIObject | related |
| CONNECTU | PIObject | related |
| CONNECTU_QUEUED | PIObject | related |
| currentEnvironment() | PIProcess | static |
| currentPID() | PIProcess | static |
| data() const | PIThread | inline |
| debug() const | PIObject | inline |
| deleted(PIObject *o) | PIObject | |
| deleteLater() | PIObject | |
| DISCONNECT | PIObject | related |
| DISCONNECT0 | PIObject | related |
| DISCONNECT1 | PIObject | related |
| DISCONNECT2 | PIObject | related |
| DISCONNECT3 | PIObject | related |
| DISCONNECT4 | PIObject | related |
| emitter() const | PIObject | inlineprotected |
| enableReadStdErr(bool on=true) | PIProcess | |
| enableReadStdOut(bool on=true) | PIProcess | |
| enableWriteStdIn(bool on=true) | PIProcess | |
| end() | PIThread | inlineprotectedvirtual |
| environment() | PIProcess | inline |
| EVENT | PIObject | related |
| EVENT0 | PIObject | related |
| EVENT1 | PIObject | related |
| EVENT2 | PIObject | related |
| EVENT3 | PIObject | related |
| EVENT4 | PIObject | related |
| EVENT_HANDLER | PIObject | related |
| EVENT_HANDLER0 | PIObject | related |
| EVENT_HANDLER1 | PIObject | related |
| EVENT_HANDLER2 | PIObject | related |
| EVENT_HANDLER3 | PIObject | related |
| EVENT_HANDLER4 | PIObject | related |
| EVENT_VHANDLER | PIObject | related |
| EVENT_VHANDLER0 | PIObject | related |
| EVENT_VHANDLER1 | PIObject | related |
| EVENT_VHANDLER2 | PIObject | related |
| EVENT_VHANDLER3 | PIObject | related |
| EVENT_VHANDLER4 | PIObject | related |
| exec(const PIString &program, const PIString &arg) | PIProcess | inline |
| exec(const PIString &program) | PIProcess | inline |
| exec(const PIString &program, const PIStringList &args_) | PIProcess | inline |
| execFinished(PIString program, int exit_code) | PIProcess | |
| execIndependent(const PIString &program) | PIProcess | inlinestatic |
| execIndependent(const PIString &program, const PIString &arg) | PIProcess | inlinestatic |
| execIndependent(const PIString &program, const PIStringList &args) | PIProcess | static |
| execStarted(PIString program) | PIProcess | |
| exitCode() const | PIProcess | inline |
| findByName(const PIString &name) | PIObject | inlinestatic |
| getEnvironmentVariable(const PIString &variable) | PIProcess | static |
| HANDLER | PIObject | related |
| isExecFinished() const | PIProcess | inline |
| isExecStarted() const | PIProcess | inline |
| isPIObject() const | PIObject | inline |
| isPIObject(const PIObject *o) | PIObject | static |
| isPropertyExists(const char *name) const | PIObject | inline |
| isRunning() const | PIThread | inline |
| isStopping() const | PIThread | inline |
| isTypeOf() const | PIObject | inline |
| isTypeOf(const PIObject *o) | PIObject | inlinestatic |
| lock() const | PIThread | inline |
| maybeCallQueuedEvents() | PIObject | inline |
| mutex() const | PIThread | inline |
| name() const | PIObject | inline |
| needLockRun(bool need) | PIThread | inline |
| parentClassName() const | PIObject | inlinevirtual |
| piCerrObj | PIObject | related |
| piCoutObj | PIObject | related |
| pID() const | PIProcess | |
| piDisconnect(const PIString &sig, PIObject *dest, void *ev_h) | PIObject | inline |
| piDisconnect(const PIString &sig, PIObject *dest) | PIObject | inline |
| piDisconnect(const PIString &sig) | PIObject | inline |
| piDisconnect(PIObject *src, const PIString &sig, PIObject *dest, void *ev_h) | PIObject | static |
| piDisconnect(PIObject *src, const PIString &sig, PIObject *dest) | PIObject | static |
| piDisconnect(PIObject *src, const PIString &sig) | PIObject | static |
| piHigh элементы перечисления | PIThread | |
| piHighest элементы перечисления | PIThread | |
| piLow элементы перечисления | PIThread | |
| piLowerst элементы перечисления | PIThread | |
| piNormal элементы перечисления | PIThread | |
| PIObject::PIObject(const PIString &name=PIString()) | PIObject | explicit |
| PIOBJECT | PIObject | related |
| PIProcess() | PIProcess | |
| PIThread::PIThread(void *data, ThreadFunc func, bool startNow=false, PISystemTime loop_delay={}) | PIThread | |
| PIThread::PIThread(std::function< void()> func, bool startNow=false, PISystemTime loop_delay={}) | PIThread | |
| PIThread::PIThread(bool startNow=false, PISystemTime loop_delay={}) | PIThread | |
| priority() const | PIThread | inline |
| Priority перечисление | PIThread | |
| property(const char *name) const | PIObject | inline |
| propertyChanged(const char *name) | PIObject | inlineprotectedvirtual |
| readError() | PIProcess | |
| readOutput() | PIProcess | |
| removeEnvironmentVariable(const PIString &variable) | PIProcess | |
| resetWorkingDirectory() | PIProcess | inline |
| runOnce(PIObject *object, const char *handler, const PIString &name=PIString()) | PIThread | static |
| runOnce(std::function< void()> func, const PIString &name=PIString()) | PIThread | static |
| scopeList() const | PIObject | |
| setData(void *d) | PIThread | inline |
| setDebug(bool debug) | PIObject | inline |
| setEnvironmentVariable(const PIString &variable, const PIString &value) | PIProcess | |
| setName(const PIString &name) | PIObject | inline |
| setPriority(PIThread::Priority prior) | PIThread | |
| setProperty(const char *name, const PIVariant &value) | PIObject | inline |
| setSlot(ThreadFunc func) | PIThread | inline |
| setSlot(std::function< void()> func) | PIThread | inline |
| setWorkingDirectory(const PIString &path) | PIProcess | inline |
| start() | PIThread | |
| start(PISystemTime loop_delay) | PIThread | |
| start(ThreadFunc func) | PIThread | |
| start(ThreadFunc func, PISystemTime loop_delay) | PIThread | |
| start(std::function< void()> func) | PIThread | |
| start(std::function< void()> func, PISystemTime loop_delay) | PIThread | |
| started() | PIThread | |
| startOnce() | PIThread | |
| startOnce(ThreadFunc func) | PIThread | |
| startOnce(std::function< void()> func) | PIThread | |
| stop() | PIThread | |
| stopAndWait(PISystemTime timeout={}) | PIThread | |
| stopped() | PIThread | |
| terminate() | PIProcess | |
| tid() const | PIThread | inline |
| unlock() const | PIThread | inline |
| waitForFinish() | PIProcess | inline |
| waitForFinish(PISystemTime timeout) | PIProcess | inline |
| PIThread::waitForFinish(int timeout_msecs) DEPRECATEDM("use waitForFinish(PISystemTime)") | PIThread | inline |
| waitForStart(PISystemTime timeout={}) | PIThread | |
| waitForStart(int timeout_msecs) DEPRECATEDM("use waitForStart(PISystemTime)") | PIThread | inline |
| WEAK_CONNECT | PIObject | related |
| WEAK_CONNECT0 | PIObject | related |
| WEAK_CONNECT1 | PIObject | related |
| WEAK_CONNECT2 | PIObject | related |
| WEAK_CONNECT3 | PIObject | related |
| WEAK_CONNECT4 | PIObject | related |
| workingDirectory() const | PIProcess | inline |
| writeInput(const PIByteArray &data) | PIProcess |