CCIMXDesktop
 
Loading...
Searching...
No Matches
IconEvent Class Reference

Represents a custom event targeting a specific StatusBarIconWidget. More...

#include <StatusBarIconWidget.h>

Inheritance diagram for IconEvent:
NetStatusChangedEvent

Public Member Functions

 IconEvent (StatusBarIconWidget *target, QObject *parent)
 Constructs an IconEvent.
 
virtual ~IconEvent ()=default
 Destroys the IconEvent.
 

Public Attributes

const StatusBarIconWidgettarget
 Pointer to the target StatusBarIconWidget.
 

Detailed Description

Represents a custom event targeting a specific StatusBarIconWidget.

IconEvent is used to deliver status or behavior change notifications to instances of StatusBarIconWidget.

Constructor & Destructor Documentation

◆ IconEvent()

IconEvent::IconEvent ( StatusBarIconWidget target,
QObject *  parent 
)
explicit

Constructs an IconEvent.

Parameters
targetPointer to the target widget this event is intended for.
parentOptional QObject parent.

The documentation for this class was generated from the following files: