ManaPlus
Functions
process.cpp File Reference

(986a3bf)

#include "utils/process.h"
#include <unistd.h>
#include "localconsts.h"
#include "debug.h"

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)
 

Function Documentation

◆ execFile()

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.

244 {
245  return false;
246 }

◆ execFileWait()

int execFileWait ( const std::string &  pathName,
const std::string &  name,
const std::string &  arg1,
const std::string &  arg2,
int  waitTime 
)

◆ openBrowser()

bool openBrowser ( std::string  url)

Definition at line 310 of file process.cpp.

311 {
312  return false;
313 }

Referenced by QuitDialog::action(), ErrorListener::action(), OpenUrlListener::action(), HelpWindow::handleLink(), and ServerInfoWindow::handleLink().

◆ setPriority()

void setPriority ( const bool  big)

Definition at line 328 of file process.cpp.

329 {
330 }

Referenced by EventsManager::handleActive(), and mainGui().