Public Member Functions | Static Public Attributes

FVideoDriver_Dedicated Class Reference

Factory for the dedicated server video driver. More...

#include <dedicated_v.h>

Inheritance diagram for FVideoDriver_Dedicated:
VideoDriverFactory< FVideoDriver_Dedicated > VideoDriverFactoryBase DriverFactoryBase

Public Member Functions

const char * GetName ()
 Get the long, human readable, name for the Driver-class.
const char * GetDescription ()
 Get a nice description of the driver-class.
DriverCreateInstance ()
 Create an instance of this driver-class.

Static Public Attributes

static const int priority = 0
 The priority of this factory.

Detailed Description

Factory for the dedicated server video driver.

Definition at line 35 of file dedicated_v.h.


Member Function Documentation

Driver* FVideoDriver_Dedicated::CreateInstance (  )  [inline, virtual]

Create an instance of this driver-class.

Returns:
The instance.

Implements DriverFactoryBase.

Definition at line 46 of file dedicated_v.h.

const char* FVideoDriver_Dedicated::GetDescription (  )  [inline, virtual]

Get a nice description of the driver-class.

Returns:
The description.

Implements DriverFactoryBase.

Definition at line 45 of file dedicated_v.h.


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