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

Public Member Functions

 EngineProbeXbox ()
 
 ~EngineProbeXbox ()
 
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 103 of file probes.cpp.

Constructor & Destructor Documentation

◆ EngineProbeXbox()

Engines::KotOR::EngineProbeXbox::EngineProbeXbox ( )
inline

Definition at line 105 of file probes.cpp.

◆ ~EngineProbeXbox()

Engines::KotOR::EngineProbeXbox::~EngineProbeXbox ( )
inline

Definition at line 106 of file probes.cpp.

Member Function Documentation

◆ getPlatform()

Aurora::Platform Engines::KotOR::EngineProbeXbox::getPlatform ( ) const
inlinevirtual

Get the Platform that the probe is able to detect.

Implements Engines::EngineProbe.

Definition at line 108 of file probes.cpp.

References Aurora::kPlatformXbox.

◆ probe()

bool Engines::KotOR::EngineProbeXbox::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 110 of file probes.cpp.

References Common::FileList::contains(), Common::UString::empty(), and Common::FilePath::findSubDirectory().

Here is the call graph for this function:

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