LayoutWorkerCreator.h File Reference
#include "Layout.h"
#include "LayoutController.h"
#include "LayoutWorker.h"
#include <QObject>
#include <map>
#include <memory>
+ Include dependency graph for LayoutWorkerCreator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LayoutWorkerCreator
 

Namespaces

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

Typedefs

using LayoutWorkerCreatorPtr = std::unique_ptr< LayoutWorkerCreator >
 
using LayoutWorkerPtr = std::unique_ptr< LayoutWorker >
 
using WorkerMap = std::map< size_t, LayoutWorkerPtr >