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
Ufe::RunTimeMgr::Handlers Struct Reference

#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...
 

Detailed Description

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.

Member Data Documentation

◆ attributesHandler

AttributesHandler::Ptr Ufe::RunTimeMgr::Handlers::attributesHandler

the Attributes interface factory.

Definition at line 66 of file runTimeMgr.h.

◆ cameraHandler

CameraHandler::Ptr Ufe::RunTimeMgr::Handlers::cameraHandler

the camera handler.

Definition at line 74 of file runTimeMgr.h.

◆ contextOpsHandler

ContextOpsHandler::Ptr Ufe::RunTimeMgr::Handlers::contextOpsHandler

the ContextOps interface factory.

Definition at line 70 of file runTimeMgr.h.

◆ hierarchyHandler

HierarchyHandler::Ptr Ufe::RunTimeMgr::Handlers::hierarchyHandler

the Hierarchy interface factory.

Definition at line 60 of file runTimeMgr.h.

◆ object3dHandler

Object3dHandler::Ptr Ufe::RunTimeMgr::Handlers::object3dHandler

the Object3d interface factory.

Definition at line 68 of file runTimeMgr.h.

◆ pathMappingHandler

PathMappingHandler::Ptr Ufe::RunTimeMgr::Handlers::pathMappingHandler

the path mapping handler.

Definition at line 76 of file runTimeMgr.h.

◆ sceneItemOpsHandler

SceneItemOpsHandler::Ptr Ufe::RunTimeMgr::Handlers::sceneItemOpsHandler

the SceneItemOps interface factory.

Definition at line 64 of file runTimeMgr.h.

◆ transform3dHandler

Transform3dHandler::Ptr Ufe::RunTimeMgr::Handlers::transform3dHandler

the Transform3d interface factory.

Definition at line 62 of file runTimeMgr.h.

◆ uiInfoHandler

UIInfoHandler::Ptr Ufe::RunTimeMgr::Handlers::uiInfoHandler

the UIInfo handler.

Definition at line 72 of file runTimeMgr.h.


The documentation for this struct was generated from the following file: