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

#include "steam/control/command-dispatch.hpp"

Description

Interface of a service to perform Commands on the session.

Commands committed here need to be ready for actual invocation on the current session. They will be sent through a queue to be performed one by one.

Definition at line 54 of file command-dispatch.hpp.

Public Member Functions

virtual ~CommandDispatch ()
 this is an interface
 
virtual void clear ()=0
 
virtual void enqueue (Command &&)=0
 
+ Inheritance diagram for CommandDispatch:
+ Collaboration diagram for CommandDispatch:

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