OpenTTD
Public Member Functions
FBlitter_8bppSimple Class Reference

Factory for the most trivial 8bpp blitter. More...

#include <8bpp_simple.hpp>

Inheritance diagram for FBlitter_8bppSimple:
BlitterFactory

Public Member Functions

BlitterCreateInstance ()
 Create an instance of this Blitter-class.
- Public Member Functions inherited from BlitterFactory
const char * GetName () const
 Get the long, human readable, name for the Blitter-class.
const char * GetDescription () const
 Get a nice description of the blitter-class.

Additional Inherited Members

- Static Public Member Functions inherited from BlitterFactory
static BlitterSelectBlitter (const char *name)
 Find the requested blitter and return his class.
static BlitterFactoryGetBlitterFactory (const char *name)
 Get the blitter factory with the given name.
static BlitterGetCurrentBlitter ()
 Get the current active blitter (always set by calling SelectBlitter).
static char * GetBlittersInfo (char *p, const char *last)
 Fill a buffer with information about the blitters.
- Protected Member Functions inherited from BlitterFactory
 BlitterFactory (const char *name, const char *description, bool usable=true)
 Construct the blitter, and register it.

Detailed Description

Factory for the most trivial 8bpp blitter.

Definition at line 28 of file 8bpp_simple.hpp.


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