![]() |
ufe
3.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 () | |
Constructor. More... | |
SelectionChanged (const SelectionChanged &)=default | |
Default copy constructor. More... | |
~SelectionChanged () override | |
Destructor. More... | |
![]() | |
Notification () | |
Constructor. More... | |
Notification (const Notification &)=default | |
Default copy constructor. More... | |
virtual | ~Notification () |
Destructor. More... | |
Private Attributes | |
SceneItem::Ptr | fItem |
Item removed from selection notification.
This class notifies observers that the argument item has been removed from the selection.
Definition at line 73 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 90 of file selectionNotification.h.