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