![]() |
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 inserted into selection notification. More...
#include <selectionNotification.h>
Public Member Functions | |
SelectionItemInserted (const SceneItem::Ptr &position, const SceneItem::Ptr &item) | |
SelectionItemInserted (const SelectionItemInserted &)=default | |
Default copy constructor. More... | |
~SelectionItemInserted () override | |
Destructor. More... | |
SceneItem::Ptr | item () const |
SceneItem::Ptr | position () 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 | fPosition |
SceneItem::Ptr | fItem |
Item inserted into selection notification.
This class notifies observers that the argument item has been inserted into the selection before item position. Since the insertion was successful, the insert position can also be determined with Ufe::Selection::next(), but is provided here for convenience.
Definition at line 102 of file selectionNotification.h.
Ufe::SelectionItemInserted::SelectionItemInserted | ( | const SceneItem::Ptr & | position, |
const SceneItem::Ptr & | item | ||
) |
|
default |
Default copy constructor.
|
override |
Destructor.
SceneItem::Ptr Ufe::SelectionItemInserted::item | ( | ) | const |
SceneItem::Ptr Ufe::SelectionItemInserted::position | ( | ) | const |
|
private |
Definition at line 127 of file selectionNotification.h.
|
private |
Definition at line 126 of file selectionNotification.h.