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

Public Member Functions

 EngineProbeFallback ()
 
 ~EngineProbeFallback ()
 
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::NWN::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 111 of file probes.cpp.

Constructor & Destructor Documentation

◆ EngineProbeFallback()

Engines::NWN::EngineProbeFallback::EngineProbeFallback ( )
inline

Definition at line 113 of file probes.cpp.

◆ ~EngineProbeFallback()

Engines::NWN::EngineProbeFallback::~EngineProbeFallback ( )
inline

Definition at line 114 of file probes.cpp.

Member Function Documentation

◆ getPlatform()

Aurora::Platform Engines::NWN::EngineProbeFallback::getPlatform ( ) const
inlinevirtual

Get the Platform that the probe is able to detect.

Implements Engines::EngineProbe.

Definition at line 116 of file probes.cpp.

References Aurora::kPlatformUnknown.

◆ probe()

bool Engines::NWN::EngineProbeFallback::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 118 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: