#include <qevent.h>
Public Attributes | |
| QSignal | sig |
| signal of the event instance | |
| uint8_t | dynamic_ |
| attributes of a dynamic event (0 for static event) | |
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.
Definition at line 139 of file qevent.h.
1.6.3