Class ViewStatus
Inherits the following classes: QObject
Inherited by the following classes: AndroidViewStatus
Public Signals
| Type | Name |
|---|---|
| signal void | finished This signal is emitted when a view action is finished. |
| signal void | statusReceived (const QString & statusText) This signal is emitted when a status about the view action has been received. |
Public Functions
| Type | Name |
|---|---|
| ViewStatus (QObject * parent=nullptr) |
|
| virtual | ~ViewStatus () = default |
Public Signals Documentation
signal finished
This signal is emitted when a view action is finished.
void ViewStatus::finished;
signal statusReceived
This signal is emitted when a status about the view action has been received.
void ViewStatus::statusReceived;
Public Functions Documentation
function ViewStatus
explicit ViewStatus::ViewStatus (
QObject * parent=nullptr
)
function ~ViewStatus
virtual ViewStatus::~ViewStatus () = default
The documentation for this class was generated from the following file src/core/viewstatus.h