OpenTTD
Public Member Functions
FMusicDriver_QtMidi Class Reference
Inheritance diagram for FMusicDriver_QtMidi:
DriverFactoryBase

Public Member Functions

DriverCreateInstance () const
 Create an instance of this driver-class.
- Public Member Functions inherited from DriverFactoryBase
const char * GetDescription () const
 Get a nice description of the driver-class.

Additional Inherited Members

- Static Public Member Functions inherited from DriverFactoryBase
static void ShutdownDrivers ()
 Shuts down all active drivers.
static void SelectDriver (const char *name, Driver::Type type)
 Find the requested driver and return its class.
static char * GetDriversInfo (char *p, const char *last)
 Build a human readable list of available drivers, grouped by type.
- Protected Member Functions inherited from DriverFactoryBase
 DriverFactoryBase (Driver::Type type, int priority, const char *name, const char *description)
 Construct a new DriverFactory.
virtual ~DriverFactoryBase ()
 Frees memory used for this->name.

Detailed Description

Definition at line 33 of file qtmidi.h.

Member Function Documentation

Driver* FMusicDriver_QtMidi::CreateInstance ( ) const
inlinevirtual

Create an instance of this driver-class.

Returns
The instance.

Implements DriverFactoryBase.

Definition at line 36 of file qtmidi.h.


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