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::SelectionItemAppended Class Reference

Item added to selection notification. More...

#include <selectionNotification.h>

Inheritance diagram for Ufe::SelectionItemAppended:
Collaboration diagram for Ufe::SelectionItemAppended:

Public Member Functions

 SelectionItemAppended (const SceneItem::Ptr &item)
 
 SelectionItemAppended (const SelectionItemAppended &)=default
 Default copy constructor. More...
 
 ~SelectionItemAppended () 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 added to selection notification.

This class notifies observers that the argument item has been added to the selection.

Definition at line 45 of file selectionNotification.h.

Constructor & Destructor Documentation

◆ SelectionItemAppended() [1/2]

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

Constructor.

Parameters
itemSceneItem appended .

◆ SelectionItemAppended() [2/2]

Ufe::SelectionItemAppended::SelectionItemAppended ( const SelectionItemAppended )
default

Default copy constructor.

◆ ~SelectionItemAppended()

Ufe::SelectionItemAppended::~SelectionItemAppended ( )
override

Destructor.

Member Function Documentation

◆ item()

SceneItem::Ptr Ufe::SelectionItemAppended::item ( ) const
Returns
SceneItem appended.

Member Data Documentation

◆ fItem

SceneItem::Ptr Ufe::SelectionItemAppended::fItem
private

Definition at line 63 of file selectionNotification.h.


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