Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
play-controller.hpp
Go to the documentation of this file.
1/*
2 PLAY-CONTROLLER.hpp - frontend handle to control an play process
3
4 Copyright (C)
5 2011, Hermann Vosseler <Ichthyostega@web.de>
6
7  **Lumiera** is free software; you can redistribute it and/or modify it
8  under the terms of the GNU General Public License as published by the
9  Free Software Foundation; either version 2 of the License, or (at your
10  option) any later version. See the file COPYING for further details.
11
12*/
13
22#ifndef STEAM_PLAY_PLAY_CONTROLLER_H
23#define STEAM_PLAY_PLAY_CONTROLLER_H
24
25
27//#include "include/display-facade.h"
28//#include "common/instancehandle.hpp"
29//#include "lib/singleton-ref.hpp"
30#include "lib/nocopy.hpp"
31
32//#include <string>
33
34
35namespace steam {
36namespace play {
37
38 using std::string;
39
40
41 /****************************************************************/
47 {
48
49 public:
50
51 private:
52 };
53
54
55
56
57
58
59}} // namespace steam::play
60#endif
TODO do we still need that?????? Isn't lumiera::Play::Controller already sufficient?
Any copy and copy construction prohibited.
Definition nocopy.hpp:38
Steam-Layer implementation namespace root.
Mix-Ins to allow or prohibit various degrees of copying and cloning.
Primary service of the Player subsystem: Starting and controlling render/playback.