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

Selection cleared notification. More...

#include <selectionNotification.h>

Inheritance diagram for Ufe::SelectionCleared:
Collaboration diagram for Ufe::SelectionCleared:

Public Member Functions

 SelectionCleared (const Selection &previous)
 Constructor. More...
 
 SelectionCleared (const SelectionCleared &)=default
 Default copy constructor. More...
 
 ~SelectionCleared () override
 Destructor. More...
 
const SelectionpreviousSelection () 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

const SelectionfPreviousSelection
 

Additional Inherited Members

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

Detailed Description

Selection cleared notification.

This class notifies observers that the selection has been cleared.

Definition at line 148 of file selectionNotification.h.

Constructor & Destructor Documentation

◆ SelectionCleared() [1/2]

Ufe::SelectionCleared::SelectionCleared ( const Selection previous)

Constructor.

◆ SelectionCleared() [2/2]

Ufe::SelectionCleared::SelectionCleared ( const SelectionCleared )
default

Default copy constructor.

◆ ~SelectionCleared()

Ufe::SelectionCleared::~SelectionCleared ( )
override

Destructor.

Member Function Documentation

◆ previousSelection()

const Selection & Ufe::SelectionCleared::previousSelection ( ) const

Member Data Documentation

◆ fPreviousSelection

const Selection& Ufe::SelectionCleared::fPreviousSelection
private

Definition at line 163 of file selectionNotification.h.


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