23#ifndef STAGE_OUTPUT_NULL_DISPLAYER_H
24#define STAGE_OUTPUT_NULL_DISPLAYER_H
48 void put (
void*
const image)
override;
53 bool usable()
override {
return true; }
A Displayer is a class which is responsible for rendering an image in some way (ie: Xvideo,...
NullDisplayer implements the Displayer interface without any actual display.
Gtk::Widget & drawingArea_
void put(void *const image) override
NULL-implementation: accept anything, do nothing.
bool usable() override
NullDisplayer is always „usable“.
The Displayer serves as base of all video display implementations.
A set of basic GTK includes for the UI.
Lumiera GTK UI implementation root.