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

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::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 96 of file probes.cpp.

Constructor & Destructor Documentation

◆ EngineProbeLinux()

Engines::NWN::EngineProbeLinux::EngineProbeLinux ( )
inline

Definition at line 98 of file probes.cpp.

◆ ~EngineProbeLinux()

Engines::NWN::EngineProbeLinux::~EngineProbeLinux ( )
inline

Definition at line 99 of file probes.cpp.

Member Function Documentation

◆ getPlatform()

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

Get the Platform that the probe is able to detect.

Implements Engines::EngineProbe.

Definition at line 101 of file probes.cpp.

References Aurora::kPlatformLinux.

◆ probe()

bool Engines::NWN::EngineProbeLinux::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 103 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: