Represents a custom event targeting a specific StatusBarIconWidget. More...
#include <StatusBarIconWidget.h>
Public Member Functions | |
IconEvent (StatusBarIconWidget *target, QObject *parent) | |
Constructs an IconEvent. | |
virtual | ~IconEvent ()=default |
Destroys the IconEvent. | |
Public Attributes | |
const StatusBarIconWidget * | target |
Pointer to the target StatusBarIconWidget. | |
Represents a custom event targeting a specific StatusBarIconWidget.
IconEvent is used to deliver status or behavior change notifications to instances of StatusBarIconWidget.
|
explicit |
Constructs an IconEvent.
target | Pointer to the target widget this event is intended for. |
parent | Optional QObject parent. |