openMSX
Namespaces | Functions
RendererFactory.hh File Reference
#include <memory>
#include "components.hh"
Include dependency graph for RendererFactory.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  openmsx
 This file implemented 3 utility functions:
 
namespace  openmsx::RendererFactory
 Interface for renderer factories.
 

Functions

std::unique_ptr< VideoSystem > openmsx::RendererFactory::createVideoSystem (Reactor &reactor)
 Create the video system required by the current renderer setting. More...
 
std::unique_ptr< Renderer > openmsx::RendererFactory::createRenderer (VDP &vdp, Display &display)
 Create the Renderer selected by the current renderer setting. More...
 
std::unique_ptr< V9990Renderer > openmsx::RendererFactory::createV9990Renderer (V9990 &vdp, Display &display)
 Create the V9990 Renderer selected by the current renderer setting. More...
 
std::unique_ptr< LDRenderer > openmsx::RendererFactory::createLDRenderer (LaserdiscPlayer &ld, Display &display)
 Create the Laserdisc Renderer. More...