|
QP/C++
|
#include <qevent.h>
Public Attributes | |
| QSignal | sig |
| signal of the event instance | |
| uint8_t | poolId_ |
| pool ID (0 for static event) | |
| uint8_t | refCtr_ |
| reference counter | |
QEvent base class.
QEvent represents events without parameters and serves as the base class for derivation of events with parameters.
The following example illustrates how to add an event parameter by inheriting from the QEvent class.
1.7.5.1