LayoutController.h File Reference
#include <map>
#include <memory>
#include <string>
#include <utility>
#include <QList>
#include <QObject>
#include <QTimer>
#include "../model/State.h"
#include "StateModelLayoutMediator.h"
+ 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

namespace  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< StateModelLayoutMediatorMediatorPtr