|
#include "Layout.h"
#include "LayoutController.h"
#include "LayoutWorker.h"
#include <QObject>
#include <map>
#include <memory>
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 > |