ufe  1.0
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
Ufe::SelectionItemRemoved Class Reference

Item removed from selection notification. More...

#include <selectionNotification.h>

Inheritance diagram for Ufe::SelectionItemRemoved:
Collaboration diagram for Ufe::SelectionItemRemoved:

Public Member Functions

 SelectionItemRemoved (const SceneItem::Ptr &item)
 
 SelectionItemRemoved (const SelectionItemRemoved &)=default
 Default copy constructor. More...
 
 ~SelectionItemRemoved () override
 Destructor. More...
 
SceneItem::Ptr item () const
 
- Public Member Functions inherited from Ufe::SelectionChanged
 SelectionChanged ()
 Constructor. More...
 
 SelectionChanged (const SelectionChanged &)=default
 Default copy constructor. More...
 
 ~SelectionChanged () override
 Destructor. More...
 
- Public Member Functions inherited from Ufe::Notification
 Notification ()
 Constructor. More...
 
 Notification (const Notification &)=default
 Default copy constructor. More...
 
virtual ~Notification ()
 Destructor. More...
 

Private Attributes

SceneItem::Ptr fItem
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ SelectionItemRemoved() [1/2]

Ufe::SelectionItemRemoved::SelectionItemRemoved ( const SceneItem::Ptr item)

Constructor

Parameters
itemSceneItem removed .

◆ SelectionItemRemoved() [2/2]

Ufe::SelectionItemRemoved::SelectionItemRemoved ( const SelectionItemRemoved )
default

Default copy constructor.

◆ ~SelectionItemRemoved()

Ufe::SelectionItemRemoved::~SelectionItemRemoved ( )
override

Destructor.

Member Function Documentation

◆ item()

SceneItem::Ptr Ufe::SelectionItemRemoved::item ( ) const
Returns
SceneItem removed.

Member Data Documentation

◆ fItem

SceneItem::Ptr Ufe::SelectionItemRemoved::fItem
private

Definition at line 90 of file selectionNotification.h.


The documentation for this class was generated from the following file: