|
JX Application Framework
|
This is the complete list of members for JProcess, including all inherited members.
| Broadcast(const T &message) | JBroadcaster | inlineprotected |
| BroadcastWithFeedback(Message *message) | JBroadcaster | inlineprotected |
| CheckForFinishedChild(const bool block) | JProcess | static |
| ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember) | JBroadcaster | protected |
| Create(JProcess **process, const JString &str, const JExecuteAction toAction=kJIgnoreConnection, int *toFD=nullptr, const JExecuteAction fromAction=kJIgnoreConnection, int *fromFD=nullptr, const JExecuteAction errAction=kJIgnoreConnection, int *errFD=nullptr) | JProcess | static |
| Create(JProcess **process, const JPtrArray< JString > &argList, const JExecuteAction toAction=kJIgnoreConnection, int *toFD=nullptr, const JExecuteAction fromAction=kJIgnoreConnection, int *fromFD=nullptr, const JExecuteAction errAction=kJIgnoreConnection, int *errFD=nullptr) | JProcess | static |
| Create(JProcess **process, const JUtf8Byte *argv[], const JSize size, const JExecuteAction toAction=kJIgnoreConnection, int *toFD=nullptr, const JExecuteAction fromAction=kJIgnoreConnection, int *fromFD=nullptr, const JExecuteAction errAction=kJIgnoreConnection, int *errFD=nullptr) | JProcess | static |
| Create(JProcess **process, const JString &workingDirectory, const JString &str, const JExecuteAction toAction=kJIgnoreConnection, int *toFD=nullptr, const JExecuteAction fromAction=kJIgnoreConnection, int *fromFD=nullptr, const JExecuteAction errAction=kJIgnoreConnection, int *errFD=nullptr) | JProcess | static |
| Create(JProcess **process, const JString &workingDirectory, const JPtrArray< JString > &argList, const JExecuteAction toAction=kJIgnoreConnection, int *toFD=nullptr, const JExecuteAction fromAction=kJIgnoreConnection, int *fromFD=nullptr, const JExecuteAction errAction=kJIgnoreConnection, int *errFD=nullptr) | JProcess | static |
| Create(JProcess **process, const JString &workingDirectory, const JUtf8Byte *argv[], const JSize size, const JExecuteAction toAction=kJIgnoreConnection, int *toFD=nullptr, const JExecuteAction fromAction=kJIgnoreConnection, int *fromFD=nullptr, const JExecuteAction errAction=kJIgnoreConnection, int *errFD=nullptr) | JProcess | static |
| GetFinishReason(JChildExitReason *reason, int *result) const | JProcess | inline |
| GetPGID(pid_t *pgid) const | JProcess | inline |
| GetPID() const | JProcess | inline |
| GetRecipientCount() const | JBroadcaster | |
| GetReturnValue(int *result) const | JProcess | inline |
| GetSenderCount() const | JBroadcaster | |
| GetStopSignal(int *result) const | JProcess | inline |
| GetTermSignal(int *result) const | JProcess | inline |
| HasRecipients() const | JBroadcaster | |
| HasSenders() const | JBroadcaster | |
| IsFinished() const | JProcess | inline |
| JBroadcaster() | JBroadcaster | |
| JBroadcaster(const JBroadcaster &source) | JBroadcaster | protected |
| JProcess(const pid_t pid) | JProcess | |
| kFinished | JProcess | static |
| Kill() | JProcess | inline |
| KillAtExit(const bool kill=true) | JProcess | |
| ListenTo(const JBroadcaster *sender, const std::function< void(const T &)> &f) | JBroadcaster | |
| ListenTo(const JBroadcaster *sender) | JBroadcaster | protected |
| JBroadcaster::operator=(const JBroadcaster &source) | JBroadcaster | |
| Quit() | JProcess | inline |
| QuitAtExit(const bool quit=true) | JProcess | |
| Receive(JBroadcaster *sender, const Message &message) | JBroadcaster | protectedvirtual |
| ReceiveGoingAway(JBroadcaster *sender) | JBroadcaster | protectedvirtual |
| ReceiveWithFeedback(JBroadcaster *sender, Message *message) | JBroadcaster | protectedvirtual |
| Send(JBroadcaster *recipient, const T &message) | JBroadcaster | protected |
| SendSignal(const int signal) | JProcess | inline |
| SendSignalToGroup(const int signal) | JProcess | |
| SendWithFeedback(JBroadcaster *recipient, Message *message) | JBroadcaster | protected |
| SetPriority(const int priority) | JProcess | inline |
| ShouldDeleteWhenFinished(const bool deleteObj=true) | JProcess | inline |
| StopListening(const JBroadcaster *sender) | JBroadcaster | protected |
| StopListening(const JBroadcaster *sender, const std::type_info &messageType) | JBroadcaster | protected |
| SuccessfulFinish() const | JProcess | inline |
| ToString() const | JBroadcaster | virtual |
| WaitUntilFinished() | JProcess | |
| WillDeleteWhenFinished() const | JProcess | inline |
| WillKillAtExit() const | JProcess | |
| WillQuitAtExit() const | JProcess | |
| ~JBroadcaster() | JBroadcaster | virtual |
| ~JProcess() override | JProcess |