![]() |
ManaPlus
|
Go to the source code of this file.
Functions | |
| int | execFileWait (const std::string &pathName, const std::string &name, const std::string &arg1, const std::string &arg2, int waitTime) |
| bool | execFile (const std::string &pathName, const std::string &name, const std::string &arg1, const std::string &arg2) |
| bool | openBrowser (std::string url) |
| void | setPriority (const bool big) |
| bool execFile | ( | const std::string & | pathName, |
| const std::string & | name, | ||
| const std::string & | arg1, | ||
| const std::string & | arg2 | ||
| ) |
Definition at line 240 of file process.cpp.
| int execFileWait | ( | const std::string & | pathName, |
| const std::string & | name, | ||
| const std::string & | arg1, | ||
| const std::string & | arg2, | ||
| int | waitTime | ||
| ) |
Definition at line 231 of file process.cpp.
Referenced by TestMain::invokeMobileOpenBatchTest(), TestMain::invokeModernOpenBatchTest(), TestMain::invokeModernOpenGLRenderTest(), TestMain::invokeNormalOpenBatchTest(), TestMain::invokeNormalOpenGLRenderTest(), TestMain::invokeSafeOpenBatchTest(), TestMain::invokeSafeOpenGLRenderTest(), TestMain::invokeSoftwareRenderTest(), and TestMain::invokeTest().
| bool openBrowser | ( | std::string | url | ) |
Definition at line 310 of file process.cpp.
Referenced by QuitDialog::action(), ErrorListener::action(), OpenUrlListener::action(), HelpWindow::handleLink(), and ServerInfoWindow::handleLink().
| void setPriority | ( | const bool | big | ) |
Definition at line 328 of file process.cpp.
Referenced by EventsManager::handleActive(), and mainGui().