OpenTTD Source
20241108-master-g80f628063a
|
Factory for the most trivial 8bpp blitter. More...
#include <8bpp_simple.hpp>
Public Member Functions | |
Blitter * | CreateInstance () override |
Create an instance of this Blitter-class. | |
Public Member Functions inherited from BlitterFactory | |
std::string_view | GetName () const |
Get the long, human readable, name for the Blitter-class. | |
std::string_view | GetDescription () const |
Get a nice description of the blitter-class. | |
Additional Inherited Members | |
Static Public Member Functions inherited from BlitterFactory | |
static Blitter * | SelectBlitter (const std::string_view name) |
Find the requested blitter and return its class. More... | |
static BlitterFactory * | GetBlitterFactory (const std::string_view name) |
Get the blitter factory with the given name. More... | |
static Blitter * | GetCurrentBlitter () |
Get the current active blitter (always set by calling SelectBlitter). | |
static void | GetBlittersInfo (std::back_insert_iterator< std::string > &output_iterator) |
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... | |
Factory for the most trivial 8bpp blitter.
Definition at line 26 of file 8bpp_simple.hpp.