![]() |
ufe 6.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
Selection replaced notification. More...
#include <selectionNotification.h>
Public Member Functions | |
SelectionReplaced (const Selection &previous) | |
Constructor. More... | |
SelectionReplaced (const SelectionReplaced &)=default | |
Default copy constructor. More... | |
~SelectionReplaced () override | |
Destructor. More... | |
const Selection & | previousSelection () const |
![]() | |
SelectionChanged (OpType opType) | |
Constructor. More... | |
SelectionChanged (const SelectionChanged &)=default | |
Default copy constructor. More... | |
~SelectionChanged () override | |
Destructor. More... | |
OpType | opType () const |
![]() | |
Notification () | |
Constructor. More... | |
Notification (const Notification &)=default | |
Default copy constructor. More... | |
virtual | ~Notification () |
Destructor. More... | |
template<typename T > | |
const T & | staticCast () const |
Private Attributes | |
const Selection & | fPreviousSelection |
Additional Inherited Members | |
![]() | |
enum | OpType { Append , Remove , Insert , Clear , ReplaceWith , SelectionCompositeNotification } |
Selection replaced notification.
This class notifies observers that the existing selection has been replaced with a new selection.
Definition at line 173 of file selectionNotification.h.
Ufe::SelectionReplaced::SelectionReplaced | ( | const Selection & | previous | ) |
Constructor.
|
default |
Default copy constructor.
|
override |
Destructor.
const Selection & Ufe::SelectionReplaced::previousSelection | ( | ) | const |
|
private |
Definition at line 189 of file selectionNotification.h.