A base class for application events. More...
#include <Event.h>
Public Member Functions | |
Event (const int &id) | |
Constructor. More... | |
Public Attributes | |
int | m_id |
Identifier. More... | |
A base class for application events.
This is the type of event that components and plugins may use to notify changes in the application state.
One must specialize this class in order to notify specific events.
|
inline |
int te::qt::af::evt::Event::m_id |