xoreos
0.0.5
|
Public Member Functions | |
EngineProbeWindows () | |
~EngineProbeWindows () | |
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::KotOR::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 66 of file probes.cpp.
|
inline |
Definition at line 68 of file probes.cpp.
|
inline |
Definition at line 69 of file probes.cpp.
|
inlinevirtual |
Get the Platform that the probe is able to detect.
Implements Engines::EngineProbe.
Definition at line 71 of file probes.cpp.
References Aurora::kPlatformWindows.
|
inlinevirtual |
Check for the game in that directory, containing these files.
Implements Engines::EngineProbe.
Definition at line 73 of file probes.cpp.
References Common::FileList::contains().