![]() |
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 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 (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 | fPosition |
SceneItem::Ptr | fItem |
Additional Inherited Members | |
![]() | |
enum | OpType { Append , Remove , Insert , Clear , ReplaceWith , SelectionCompositeNotification } |
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 112 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 137 of file selectionNotification.h.
|
private |
Definition at line 136 of file selectionNotification.h.