![]() |
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
|
Base class for all selection notifications. More...
#include <selectionNotification.h>
Public Member Functions | |
SelectionChanged () | |
Constructor. More... | |
SelectionChanged (const SelectionChanged &)=default | |
Default copy constructor. More... | |
~SelectionChanged () override | |
Destructor. More... | |
![]() | |
Notification () | |
Constructor. More... | |
Notification (const Notification &)=default | |
Default copy constructor. More... | |
virtual | ~Notification () |
Destructor. More... | |
Base class for all selection notifications.
This class is the base class for all selection changed notifications.
Definition at line 25 of file selectionNotification.h.
Ufe::SelectionChanged::SelectionChanged | ( | ) |
Constructor.
|
default |
Default copy constructor.
|
override |
Destructor.