Defines a class to manage vtkRenderWindowInteractor in a window.
More...
#include <IVtkRenderWindowInteractorManager.hpp>
|
class | Registrar |
| Class used to register a class factory in factory registry. This class defines also the object factory ( 'create' ) More...
|
|
|
virtual bool | isA (const std::string &type) const override |
|
FWRENDERVTK_API | IVtkRenderWindowInteractorManager () |
| Constructor. Do nothing.
|
|
virtual FWRENDERVTK_API | ~IVtkRenderWindowInteractorManager () |
| Destructor. Do nothing.
|
|
virtual FWRENDERVTK_API void | installInteractor (::fwGui::container::fwContainer::sptr _parent)=0 |
| Creates an interactor and installs it in window.
|
|
virtual FWRENDERVTK_API void | uninstallInteractor ()=0 |
| Deletes interactor and manage correctly the window (removing layout).
|
|
virtual FWRENDERVTK_API::vtkRenderWindowInteractor * | getInteractor ()=0 |
| Return a pointer on interactor.
|
|
virtual void | setRenderService (::fwServices::IService::sptr srv) |
|
virtual const std::string & | getLeafClassname () const |
| return object's classname without its namespace, i.e. BaseObject
|
|
|
static bool | isTypeOf (const std::string &type) |
|
static FWRENDERVTK_API IVtkRenderWindowInteractorManager::sptr | createManager () |
|
static bool | isTypeOf (const std::string &type) |
|
static const std::string & | leafClassname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
static const std::string & | classname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
|
static FWRENDERVTK_API const FactoryRegistryKeyType | REGISTRY_KEY |
|
|
::fwServices::IService::wptr | m_renderService |
|
Defines a class to manage vtkRenderWindowInteractor in a window.
Definition at line 30 of file IVtkRenderWindowInteractorManager.hpp.
const IVtkRenderWindowInteractorManager::FactoryRegistryKeyType fwRenderVTK::IVtkRenderWindowInteractorManager::REGISTRY_KEY |
|
static |
The documentation for this class was generated from the following files: