Lumiera  0.pre.03
»edit your freedom«
Display Class Referenceabstract

#include "include/display-facade.h"

Description

Interface for outputting frames to an (already allocated) viewer or display.

The viewer is addressed by an "slot" handle, which the client receives from some other public interface. This reflects the fact that is's not up to the client to create an display or viewer; rather they are provided by some internal facility and the client code is handed out an display handle in the course of a larger interaction, like starting a player. This way, when the client code actually is about to produce output, he can allocate the slot and obtain a Displayer (functor) for pushing the frames out. (Users of the C Language Interface have to carry out these steps manually and also have to care for cleaning up and deallocating the slot).

Note
This is a first draft version of a rather important interface. The current version as of 1/2009 just serves a mockup player implementation. You can expect this interface to change considerably if we get at devising the real player.
See also
dummy-player-facade.hpp
stage::PlaybackController

Definition at line 86 of file display-facade.h.

Public Member Functions

virtual ~Display ()
 this is an interface More...
 
virtual Sink getHandle (LumieraDisplaySlot)=0
 allocate an already existing display/viewer for output More...
 

Static Public Attributes

static lib::Depend< Displayfacade
 get an implementation instance of this service More...
 

Classes

class  Sink
 Functor for pushing frames to the display. More...
 

Constructor & Destructor Documentation

◆ ~Display()

~Display ( )
virtual

this is an interface

emit the vtable here into this translation unit within liblumieracommon.so...

Definition at line 43 of file display-interface-proxy.cpp.

References Display::facade.

Referenced by Display::Sink::operator()().

+ Here is the caller graph for this function:

Member Function Documentation

◆ getHandle()

virtual Sink getHandle ( LumieraDisplaySlot  )
pure virtual

allocate an already existing display/viewer for output

Returns
a functor representing the frame sink

Referenced by Display::Sink::operator()().

+ Here is the caller graph for this function:

Member Data Documentation

◆ facade

lib::Depend< Display > facade
static

get an implementation instance of this service

static storage for the facade access front-end

Definition at line 90 of file display-facade.h.

Referenced by DummyPlayerService::start(), and Display::~Display().

+ Collaboration diagram for Display:

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