![]() |
ufe
3.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
#include <runTimeMgr.h>
Public Attributes | |
HierarchyHandler::Ptr | hierarchyHandler |
the Hierarchy interface factory. More... | |
Transform3dHandler::Ptr | transform3dHandler |
the Transform3d interface factory. More... | |
SceneItemOpsHandler::Ptr | sceneItemOpsHandler |
the SceneItemOps interface factory. More... | |
AttributesHandler::Ptr | attributesHandler |
the Attributes interface factory. More... | |
Object3dHandler::Ptr | object3dHandler |
the Object3d interface factory. More... | |
ContextOpsHandler::Ptr | contextOpsHandler |
the ContextOps interface factory. More... | |
UIInfoHandler::Ptr | uiInfoHandler |
the UIInfo handler. More... | |
CameraHandler::Ptr | cameraHandler |
the camera handler. More... | |
PathMappingHandler::Ptr | pathMappingHandler |
the path mapping handler. More... | |
Runtime handlers used to register a runtime.
All the Handler::Ptr types are implemented with std::shared_ptr, so they all have a default value of nullptr.
Definition at line 58 of file runTimeMgr.h.
AttributesHandler::Ptr Ufe::RunTimeMgr::Handlers::attributesHandler |
the Attributes interface factory.
Definition at line 66 of file runTimeMgr.h.
CameraHandler::Ptr Ufe::RunTimeMgr::Handlers::cameraHandler |
the camera handler.
Definition at line 74 of file runTimeMgr.h.
ContextOpsHandler::Ptr Ufe::RunTimeMgr::Handlers::contextOpsHandler |
the ContextOps interface factory.
Definition at line 70 of file runTimeMgr.h.
HierarchyHandler::Ptr Ufe::RunTimeMgr::Handlers::hierarchyHandler |
the Hierarchy interface factory.
Definition at line 60 of file runTimeMgr.h.
Object3dHandler::Ptr Ufe::RunTimeMgr::Handlers::object3dHandler |
the Object3d interface factory.
Definition at line 68 of file runTimeMgr.h.
PathMappingHandler::Ptr Ufe::RunTimeMgr::Handlers::pathMappingHandler |
the path mapping handler.
Definition at line 76 of file runTimeMgr.h.
SceneItemOpsHandler::Ptr Ufe::RunTimeMgr::Handlers::sceneItemOpsHandler |
the SceneItemOps interface factory.
Definition at line 64 of file runTimeMgr.h.
Transform3dHandler::Ptr Ufe::RunTimeMgr::Handlers::transform3dHandler |
the Transform3d interface factory.
Definition at line 62 of file runTimeMgr.h.
UIInfoHandler::Ptr Ufe::RunTimeMgr::Handlers::uiInfoHandler |
the UIInfo handler.
Definition at line 72 of file runTimeMgr.h.