23 #include "gameexeretriever.h"
25 #include "serverapi/exefile.h"
26 #include "serverapi/gameexefactory.h"
33 QString GameExeRetriever::pathToOfflineExe(
Message& message)
41 QString GameExeRetriever::pathToServerExe(
Message& message)
49 QString GameExeRetriever::offlineWorkingDir(
Message& message)
57 QString GameExeRetriever::serverWorkingDir(
Message& message)
Message object used to pass messages throughout the Doomseeker's system.
Returns executable file retrievers from plugins to Doomseeker.
virtual QString pathToExe(Message &message)
Returns the path to the executable file.
ExeFile * server()
[Virtual] Instantiates retriever for server executable.
virtual QString workingDirectory(Message &message)
Path to this executable working directory.
ExeFile * offline()
[Virtual] Instantiates retriever for offline game executable.
Access to external program executables (game clients, servers, and so on).