![]() |
ufe
4.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
Factory base class for ContextOps interface. More...
#include <contextOpsHandler.h>
Public Types | |
typedef std::shared_ptr< ContextOpsHandler > | Ptr |
Public Member Functions | |
ContextOpsHandler () | |
Constructor. More... | |
ContextOpsHandler (const ContextOpsHandler &)=default | |
Default copy constructor. More... | |
virtual | ~ContextOpsHandler () |
Destructor. More... | |
virtual ContextOps::Ptr | contextOps (const SceneItem::Ptr &item) const =0 |
Factory base class for ContextOps interface.
This base class defines an interface for factory objects that runtimes can implement to create a ContextOps interface object.
Definition at line 24 of file contextOpsHandler.h.
typedef std::shared_ptr<ContextOpsHandler> Ufe::ContextOpsHandler::Ptr |
Definition at line 27 of file contextOpsHandler.h.
Ufe::ContextOpsHandler::ContextOpsHandler | ( | ) |
Constructor.
|
default |
Default copy constructor.
|
virtual |
Destructor.
|
pure virtual |
Creates a ContextOps interface on the given SceneItem.
item | SceneItem to use to retrieve its ContextOps interface. |