fw4spl
|
Defines a class to manage vtkRenderWindowInteractor in a window. More...
#include <VtkRenderWindowInteractorManager.hpp>
Public Member Functions | |
virtual bool | isA (const std::string &type) const override |
VISUVTKQT_API | VtkRenderWindowInteractorManager (::fwRenderVTK::IVtkRenderWindowInteractorManager::Key key) |
virtual VISUVTKQT_API void | installInteractor (::fwGui::container::fwContainer::sptr _parent) override |
Creates an interactor and installs it in window. | |
virtual VISUVTKQT_API void | uninstallInteractor () override |
Deletes interactor and manage correctly the window (removing layout). | |
virtual VISUVTKQT_API::vtkRenderWindowInteractor * | getInteractor () override |
Return a pointer on interactor. | |
Public Member Functions inherited from fwRenderVTK::IVtkRenderWindowInteractorManager | |
FWRENDERVTK_API | IVtkRenderWindowInteractorManager () |
Constructor. Do nothing. | |
virtual FWRENDERVTK_API | ~IVtkRenderWindowInteractorManager () |
Destructor. Do nothing. | |
virtual void | setRenderService (::fwServices::IService::sptr srv) |
Public Member Functions inherited from fwCore::BaseObject | |
virtual const std::string & | getLeafClassname () const |
return object's classname without its namespace, i.e. BaseObject | |
Static Public Member Functions | |
static bool | isTypeOf (const std::string &type) |
Static Public Member Functions inherited from fwRenderVTK::IVtkRenderWindowInteractorManager | |
static bool | isTypeOf (const std::string &type) |
static FWRENDERVTK_API IVtkRenderWindowInteractorManager::sptr | createManager () |
static const std::string & | classname () |
return full object's classname with its namespace, i.e. fwCore::BaseObject | |
Static Public Member Functions inherited from fwCore::BaseObject | |
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 | |
Demangling methods | |
virtual const std::string & | getClassname () const override |
return full object's classname with its namespace, i.e. fwCore::BaseObject | |
static const std::string & | classname () |
return full object's classname with its namespace, i.e. fwCore::BaseObject | |
Additional Inherited Members | |
Public Types inherited from fwRenderVTK::IVtkRenderWindowInteractorManager | |
typedef ::fwRenderVTK::factory::Key | Key |
typedef std::string | FactoryRegistryKeyType |
Static Public Attributes inherited from fwRenderVTK::IVtkRenderWindowInteractorManager | |
static FWRENDERVTK_API const FactoryRegistryKeyType | REGISTRY_KEY |
Protected Attributes inherited from fwRenderVTK::IVtkRenderWindowInteractorManager | |
::fwServices::IService::wptr | m_renderService |
Defines a class to manage vtkRenderWindowInteractor in a window.
Definition at line 36 of file VtkRenderWindowInteractorManager.hpp.