xoreos
0.0.5
|
Public Member Functions | |
EngineProbeLinux () | |
~EngineProbeLinux () | |
Aurora::Platform | getPlatform () const |
Get the Platform that the probe is able to detect. More... | |
bool | probe (const Common::UString &directory, const Common::FileList &rootFiles) const |
Check for the game in that directory, containing these files. More... | |
Public Member Functions inherited from Engines::KotOR2::EngineProbe | |
EngineProbe () | |
~EngineProbe () | |
Aurora::GameID | getGameID () const |
Get the GameID that the probe is able to detect. More... | |
const Common::UString & | getGameName () const |
Return a string of the full game name. More... | |
bool | probe (Common::SeekableReadStream &stream) const |
Check for the game in that file. More... | |
Engines::Engine * | createEngine () const |
Create the respective engine for the GameID. More... | |
Definition at line 81 of file probes.cpp.
|
inline |
Definition at line 83 of file probes.cpp.
|
inline |
Definition at line 84 of file probes.cpp.
|
inlinevirtual |
Get the Platform that the probe is able to detect.
Implements Engines::EngineProbe.
Definition at line 86 of file probes.cpp.
References Aurora::kPlatformLinux.
|
inlinevirtual |
Check for the game in that directory, containing these files.
Implements Engines::EngineProbe.
Definition at line 88 of file probes.cpp.
References Common::FileList::contains(), Common::UString::empty(), and Common::FilePath::findSubDirectory().