|
|
#include <future>#include <memory>#include <mutex>#include <QDateTime>#include <QPluginLoader>#include <QSet>#include <ArmarXCore/core/ArmarXFwd.h>#include <ArmarXGui/libraries/ArmarXGuiBase/ArmarXWidgetController.h>
Include dependency graph for PluginCache.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | PluginCache |
| struct | PluginData |
Namespaces | |
| armarx | |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
| using | ArmarXWidgetInfoPtr = std::shared_ptr< ArmarXWidgetInfo > |
| using | PluginCachePtr = std::shared_ptr< PluginCache > |
| typedef armarx::ArmarXWidgetControllerPtr(* | WidgetCreatorFunction) () |
| using | WidgetCreatorMap = std::map< QString, ArmarXWidgetInfoPtr > |
| using ArmarXWidgetInfoPtr = std::shared_ptr<ArmarXWidgetInfo> |
Definition at line 19 of file PluginCache.h.
| typedef armarx::ArmarXWidgetControllerPtr(* WidgetCreatorFunction) () |
Definition at line 21 of file PluginCache.h.
| using WidgetCreatorMap = std::map<QString, ArmarXWidgetInfoPtr> |
Definition at line 22 of file PluginCache.h.