LayoutController.h File Reference
#include "../model/State.h"
#include "StateModelLayoutMediator.h"
#include <QList>
#include <QObject>
#include <QTimer>
#include <map>
#include <memory>
#include <utility>
#include <string>
+ Include dependency graph for LayoutController.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LayoutController
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Typedefs

using MediatorLayoutOptionPair = std::pair< size_t, bool >
 
using MediatorMap = std::map< size_t, MediatorPtr >
 
typedef std::shared_ptr< StateModelLayoutMediator > MediatorPtr