Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <berrySelectionChangedEvent.h>
Protected Attributes | |
ISelection::ConstPointer | selection |
![]() | |
QAtomicInt | m_ReferenceCount |
QMutex | m_ReferenceCountLock |
Additional Inherited Members | |
![]() | |
typedef Object | Self |
typedef berry::SmartPointer< Self > | Pointer |
typedef berry::SmartPointer< const Self > | ConstPointer |
typedef berry::WeakPointer< Self > | WeakPtr |
typedef berry::WeakPointer< const Self > | ConstWeakPtr |
![]() | |
static const char * | GetStaticClassName () |
static Reflection::TypeInfo | GetStaticTypeInfo () |
static QList< Reflection::TypeInfo > | GetStaticSuperclasses () |
![]() | |
Object () | |
virtual | ~Object () |
virtual QDebug | PrintSelf (QDebug os, Indent indent) const |
virtual QDebug | PrintHeader (QDebug os, Indent indent) const |
virtual QDebug | PrintTrailer (QDebug os, Indent indent) const |
Event object describing a selection change. The source of these events is a selection provider.
Definition at line 32 of file berrySelectionChangedEvent.h.
berry::SelectionChangedEvent::SelectionChangedEvent | ( | SmartPointer< ISelectionProvider > | source, |
ISelection::ConstPointer | selection | ||
) |
Creates a new event for the given source and selection.
source | the selection provider |
selection | the selection |
Definition at line 20 of file berrySelectionChangedEvent.cpp.
References berry::SmartPointer< TObjectType >::IsNotNull(), and selection.
berry::SelectionChangedEvent::berryObjectMacro | ( | SelectionChangedEvent | ) |
ISelection::ConstPointer berry::SelectionChangedEvent::GetSelection | ( | ) | const |
Returns the selection.
Definition at line 35 of file berrySelectionChangedEvent.cpp.
References selection.
ISelectionProvider::Pointer berry::SelectionChangedEvent::GetSelectionProvider | ( | ) | const |
Returns the selection provider that is the source of this event.
Definition at line 40 of file berrySelectionChangedEvent.cpp.
References GetSource().
ISelectionProvider::Pointer berry::SelectionChangedEvent::GetSource | ( | ) | const |
Definition at line 30 of file berrySelectionChangedEvent.cpp.
Referenced by GetSelectionProvider().
|
protected |
The selection.
Definition at line 69 of file berrySelectionChangedEvent.h.
Referenced by GetSelection(), and SelectionChangedEvent().