OpenTTD Source  1.11.2
FBlitter_32bppAnim Class Reference

Factory for the 32bpp blitter with animation. More...

#include <32bpp_anim.hpp>

Inheritance diagram for FBlitter_32bppAnim:
BlitterFactory

Public Member Functions

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

Additional Inherited Members

- Static Public Member Functions inherited from BlitterFactory
static BlitterSelectBlitter (const std::string &name)
 Find the requested blitter and return his class. More...
 
static BlitterFactoryGetBlitterFactory (const std::string &name)
 Get the blitter factory with the given name. More...
 
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. More...
 
- Protected Member Functions inherited from BlitterFactory
 BlitterFactory (const char *name, const char *description, bool usable=true)
 Construct the blitter, and register it. More...
 
virtual bool IsUsable () const
 Is the blitter usable with the current drivers and hardware config? More...
 

Detailed Description

Factory for the 32bpp blitter with animation.

Definition at line 75 of file 32bpp_anim.hpp.


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