Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
Rapicorn::ScreenDriverFactory< DriverImpl > Struct Template Reference

Template for factory registration of ScreenDriver implementations. More...

#include <screenwindow.hh>

Inherits Rapicorn::ScreenDriver.

List of all members.

Public Member Functions

 ScreenDriverFactory (const String &name, int priority=0)
virtual void run (AsyncNotifyingQueue< ScreenCommand * > &command_queue, AsyncBlockingQueue< ScreenCommand * > &reply_queue)

Public Attributes

Atomic< intrunning

Detailed Description

template<class DriverImpl>
struct Rapicorn::ScreenDriverFactory< DriverImpl >

Template for factory registration of ScreenDriver implementations.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines