Event representing network status changes. More...
#include <NetStatusChangedEvent.h>
Public Member Functions | |
NetStatusChangedEvent (StatusBarIconWidget *netIcon, QObject *parent) | |
Constructs a network status change event. | |
![]() | |
IconEvent (StatusBarIconWidget *target, QObject *parent) | |
Constructs an IconEvent. | |
virtual | ~IconEvent ()=default |
Destroys the IconEvent. | |
Public Attributes | |
NetWorkState | status { NetWorkState::DISCONNECTED } |
Current network state. | |
![]() | |
const StatusBarIconWidget * | target |
Pointer to the target StatusBarIconWidget. | |
Event representing network status changes.
Carries information about network connectivity state changes.
|
inlineexplicit |
Constructs a network status change event.
netIcon | Associated network icon widget |
parent | Parent object (optional) |