31#ifndef DEMO_CONTROLLER_H
32#define DEMO_CONTROLLER_H
50 using std::unique_ptr;
56 ,
public sigc::trackable
58 unique_ptr<steam::node::DummyImageGenerator>
imageGen_;
59 unique_ptr<steam::node::DummyTickService>
tick_;
unique_ptr< steam::node::DummyImageGenerator > imageGen_
unique_ptr< steam::node::DummyTickService > tick_
void activate(lumiera::DisplayerInput)
Signal slot to be called after the output window was created and the actually usable video display te...
sigc::signal< void(void *const)> output_
Tick generating service for a periodic callback, with adjustable frequency.
Any copy and copy construction prohibited.
Opaque handles and similar typedefs used to communicate via the lumiera::Display and lumiera::DummyPl...
A set of basic GTK includes for the UI.
DisplayerInput
Supported Displayer formats.
Lumiera GTK UI implementation root.
Steam-Layer implementation namespace root.
Mix-Ins to allow or prohibit various degrees of copying and cloning.