xoreos  0.0.5
Public Member Functions | List of all members
Engines::KotOR::EngineProbeWindows Class Reference
Inheritance diagram for Engines::KotOR::EngineProbeWindows:
Inheritance graph
[legend]
Collaboration diagram for Engines::KotOR::EngineProbeWindows:
Collaboration graph
[legend]

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::UStringgetGameName () 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::EnginecreateEngine () const
 Create the respective engine for the GameID. More...
 

Detailed Description

Definition at line 66 of file probes.cpp.

Constructor & Destructor Documentation

◆ EngineProbeWindows()

Engines::KotOR::EngineProbeWindows::EngineProbeWindows ( )
inline

Definition at line 68 of file probes.cpp.

◆ ~EngineProbeWindows()

Engines::KotOR::EngineProbeWindows::~EngineProbeWindows ( )
inline

Definition at line 69 of file probes.cpp.

Member Function Documentation

◆ getPlatform()

Aurora::Platform Engines::KotOR::EngineProbeWindows::getPlatform ( ) const
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.

◆ probe()

bool Engines::KotOR::EngineProbeWindows::probe ( const Common::UString directory,
const Common::FileList rootFiles 
) const
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().

Here is the call graph for this function:

The documentation for this class was generated from the following file: