|
AUI Framework
master
Cross-platform base for C++ UI apps
|
This is the complete list of members for AProcess, including all inherited members.
| all() | AProcess | static |
| create(ProcessCreationInfo args) | AProcess | static |
| executeAsAdministrator(const AString &applicationFile, const AString &args={}, const APath &workingDirectory={}) | AProcess | static |
| executeWaitForExit(AString applicationFile, AString args={}, APath workingDirectory={}, ASubProcessExecutionFlags flags=ASubProcessExecutionFlags::DEFAULT) | AProcess | static |
| findAnotherSelfInstance(const AString &yourProjectName) | AProcess | static |
| fromPid(uint32_t pid) | AProcess | static |
| getModuleName()=0 | AProcess | pure virtual |
| getPathToExecutable()=0 | AProcess | pure virtual |
| getPid() const noexcept=0 | AProcess | pure virtual |
| kill() const noexcept (defined in AProcess) | AProcess | |
| make(AString applicationFile, AString args={}, APath workingDirectory={}) | AProcess | inlinestatic |
| noncopyable()=default (defined in aui::noncopyable) | aui::noncopyable | |
| noncopyable(const noncopyable &)=delete (defined in aui::noncopyable) | aui::noncopyable | |
| operator=(const noncopyable &)=delete (defined in aui::noncopyable) | aui::noncopyable | |
| processMemory() const =0 | AProcess | pure virtual |
| self() | AProcess | static |
| waitForExitCode()=0 | AProcess | pure virtual |
| ~AProcess()=default (defined in AProcess) | AProcess | virtual |