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

Base class for all notifications. More...

#include <notification.h>

Inheritance diagram for Ufe::Notification:

Public Member Functions

 Notification ()
 Constructor. More...
 
 Notification (const Notification &)=default
 Default copy constructor. More...
 
virtual ~Notification ()
 Destructor. More...
 

Detailed Description

Base class for all notifications.

This class is the base class for all notifications send by Subject. See the observer pattern for more information.

https://en.wikipedia.org/wiki/Observer_pattern

Derived classes can provide more information to observers.

Definition at line 27 of file notification.h.

Constructor & Destructor Documentation

◆ Notification() [1/2]

Ufe::Notification::Notification ( )

Constructor.

◆ Notification() [2/2]

Ufe::Notification::Notification ( const Notification )
default

Default copy constructor.

◆ ~Notification()

virtual Ufe::Notification::~Notification ( )
virtual

Destructor.


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