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
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 (OpType opType)
 Constructor. More...
 
 SelectionChanged (const SelectionChanged &)=default
 Default copy constructor. More...
 
 ~SelectionChanged () override
 Destructor. More...
 
OpType opType () const
 
- Public Member Functions inherited from Ufe::Notification
 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 fItem
 

Additional Inherited Members

- Public Types inherited from Ufe::SelectionChanged
enum  OpType {
  Append , Remove , Insert , Clear ,
  ReplaceWith , SelectionCompositeNotification
}
 

Detailed Description

Item added to selection notification.

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

Definition at line 55 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 73 of file selectionNotification.h.


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