![]() |
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
|
Item removed from selection notification. More...
#include <selectionNotification.h>
Public Member Functions | |
SelectionItemRemoved (const SceneItem::Ptr &item) | |
SelectionItemRemoved (const SelectionItemRemoved &)=default | |
Default copy constructor. More... | |
~SelectionItemRemoved () override | |
Destructor. More... | |
SceneItem::Ptr | item () 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 | |
SceneItem::Ptr | fItem |
Additional Inherited Members | |
![]() | |
enum | OpType { Append , Remove , Insert , Clear , ReplaceWith , SelectionCompositeNotification } |
Item removed from selection notification.
This class notifies observers that the argument item has been removed from the selection.
Definition at line 83 of file selectionNotification.h.
Ufe::SelectionItemRemoved::SelectionItemRemoved | ( | const SceneItem::Ptr & | item | ) |
Constructor
item | SceneItem removed. |
|
default |
Default copy constructor.
|
override |
Destructor.
SceneItem::Ptr Ufe::SelectionItemRemoved::item | ( | ) | const |
|
private |
Definition at line 100 of file selectionNotification.h.