NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Member Functions | Public Attributes | List of all members
niftk::BaseViewPrivate Class Reference

Public Member Functions

 BaseViewPrivate ()
 
 ~BaseViewPrivate ()
 
void OnFocusedWindowDeleted ()
 

Public Attributes

QMap< const mitk::DataNode
*, unsigned long > 
visibilityObserverTags
 
mitk::MessageDelegate1
< BaseView, const
mitk::DataNode * > * 
addNodeEventListener
 
mitk::MessageDelegate1
< BaseView, const
mitk::DataNode * > * 
removeNodeEventListener
 
QWidget * m_Parent
 Used to store the parent of this view, and should normally be set from within CreateQtPartControl(). More...
 
bool m_IsActivated
 Stores the activation status. More...
 
bool m_IsVisible
 Stores the visible status. More...
 
unsigned long m_FocusManagerObserverTag
 Used for the mitkFocusManager to register callbacks to track the currently focused window. More...
 
mitk::BaseRenderer * m_Focused2DRenderer
 Used to track the currently focused renderer. More...
 
unsigned long m_FocusedWindowDeletedObserverTag
 Observer to get notified of the deletion of the focused renderer. More...
 

Constructor & Destructor Documentation

niftk::BaseViewPrivate::BaseViewPrivate ( )
niftk::BaseViewPrivate::~BaseViewPrivate ( )

Member Function Documentation

void niftk::BaseViewPrivate::OnFocusedWindowDeleted ( )
inline

Member Data Documentation

mitk::MessageDelegate1<BaseView, const mitk::DataNode*>* niftk::BaseViewPrivate::addNodeEventListener
mitk::BaseRenderer* niftk::BaseViewPrivate::m_Focused2DRenderer

Used to track the currently focused renderer.

unsigned long niftk::BaseViewPrivate::m_FocusedWindowDeletedObserverTag

Observer to get notified of the deletion of the focused renderer.

unsigned long niftk::BaseViewPrivate::m_FocusManagerObserverTag

Used for the mitkFocusManager to register callbacks to track the currently focused window.

bool niftk::BaseViewPrivate::m_IsActivated

Stores the activation status.

bool niftk::BaseViewPrivate::m_IsVisible

Stores the visible status.

QWidget* niftk::BaseViewPrivate::m_Parent

Used to store the parent of this view, and should normally be set from within CreateQtPartControl().

mitk::MessageDelegate1<BaseView, const mitk::DataNode*>* niftk::BaseViewPrivate::removeNodeEventListener
QMap<const mitk::DataNode*, unsigned long> niftk::BaseViewPrivate::visibilityObserverTags

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