Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
QEvent Struct Reference
#include <qevent.h>
Inherited by QTimeEvt.
Data Fields | |
| QSignal | sig |
| signal of the event instance | |
| uint8_t | dynamic_ |
| attributes of a dynamic event (0 for static event) | |
Detailed Description
QEvent base class.
QEvent represents events without parameters and serves as the base class for derivation of events with parameters.
- Note:
- All data members of the QEvent class must remain public to keep it an AGGREGATE. Therefore, the attribute QEvent::dynamic_ cannot be declared private.
The following example illustrates how to add an event parameter by inheriting from the QEvent class.
Definition at line 139 of file qevent.h.
Field Documentation
| uint8_t dynamic_ |
Generated on Tue Jul 12 2022 20:22:36 by
1.7.2