Enroute Flight Navigation
A navigation app for VFR pilots
|
Base class for all notifications. More...
#include <Notification.h>
Public Types | |
enum | Importance : quint8 { Info = 1<<1 , Info_Navigation = 1<<2 , Warning = 1<<3 , Warning_Navigation = 1<<4 , Alert = 1<<5 } |
Importance classification. More... | |
enum | TextBodyAction : quint8 { None , OpenMapsAndDataPage , OpenTrafficReceiverPage } |
Text body action. More... | |
Signals | |
void | button1TextChanged () |
Notification signal. | |
void | button2TextChanged () |
Notification signal. | |
void | reactionTimeChanged () |
Notification signal. | |
void | spokenTextChanged () |
Notification signal. | |
void | textChanged () |
Notification signal. | |
void | textBodyActionChanged () |
Notification signal. | |
Public Member Functions | |
Notification (QString _title, Notifications::Notification::Importance _importance=Notifications::Notification::Info, QObject *parent=nullptr) | |
Standard constructor. | |
~Notification () override=default | |
Standard destructor. | |
QString | button1Text () const |
Getter function for property of the same name. | |
QString | button2Text () const |
Getter function for property of the same name. | |
Notifications::Notification::Importance | importance () const |
Getter function for property of the same name. | |
Units::Timespan | reactionTime () const |
Getter function for property of the same name. | |
QString | spokenText () const |
Getter function for property of the same name. | |
QString | text () const |
Getter function for property of the same name. | |
Notifications::Notification::TextBodyAction | textBodyAction () const |
Getter function for property of the same name. | |
QString | title () const |
Getter function for property of the same name. | |
void | setButton1Text (const QString &newButton1Text) |
Setter function for property of the same name. | |
void | setButton2Text (const QString &newButton2Text) |
Setter function for property of the same name. | |
void | setReactionTime (Units::Timespan newReactionTime) |
Setter function for property of the same name. | |
void | setSpokenText (const QString &newSpokenText) |
Setter function for property of the same name. | |
void | setText (const QString &newText) |
Setter function for property of the same name. | |
void | setTextBodyAction (Notifications::Notification::TextBodyAction newTextBodyAction) |
Setter function for property of the same name. | |
virtual Q_INVOKABLE void | onButton1Clicked () |
Mouse click handler. | |
virtual Q_INVOKABLE void | onButton2Clicked () |
Mouse click handler. | |
Properties | |
QString | button1Text |
Text for first button. | |
QString | button2Text |
Text for second button. | |
Notifications::Notification::Importance | importance |
Importance of the notification. | |
Units::Timespan | reactionTime |
Time left to avert negative consequences. | |
QString | spokenText |
Spoken text message for the notification. | |
QString | text |
Text body of the notification. | |
Notifications::Notification::TextBodyAction | textBodyAction |
Text body action. | |
QString | title |
Title of the notification. | |
Base class for all notifications.
This is the base class for all notifications. This notifications sets button1Text to "Dismiss", button2Text to "Empty" and reacts to clicks with a deleteLater(). More elaborate notifications can inherit from this class and re-implement some of the virtual methods.
Definition at line 43 of file Notification.h.
enum Notifications::Notification::Importance : quint8 |
Importance classification.
Definition at line 50 of file Notification.h.
enum Notifications::Notification::TextBodyAction : quint8 |
Text body action.
Describes the action that the GUI should take then the text body of this notification is clicked.
Enumerator | |
---|---|
None | No action. |
OpenMapsAndDataPage | Open the page 'maps and data'. |
OpenTrafficReceiverPage | Open the page 'traffic receiver'. |
Definition at line 64 of file Notification.h.
|
explicit |
Standard constructor.
The constructor sets a time that calls deleteLater() after five minutes. This way, notifications are never shown permanently.
_title | Notification title |
_importance | Notification importance |
parent | The standard QObject parent pointer |
|
inlinenodiscard |
Getter function for property of the same name.
Definition at line 172 of file Notification.h.
|
inlinenodiscard |
Getter function for property of the same name.
Definition at line 178 of file Notification.h.
|
inlinenodiscard |
Getter function for property of the same name.
Definition at line 184 of file Notification.h.
|
virtual |
Mouse click handler.
This method is called whenever the user clicks on the first button in the GUI representation of this notification. This implementation calls deleteLater(). Reimplement this method for proper reaction to GUI events.
|
virtual |
Mouse click handler.
This method is called whenever the user clicks on the first button in the GUI representation of this notification. This implementation calls deleteLater(). Reimplement this method for proper reaction to GUI events.
|
inlinenodiscard |
Getter function for property of the same name.
Definition at line 190 of file Notification.h.
void Notifications::Notification::setButton1Text | ( | const QString & | newButton1Text | ) |
Setter function for property of the same name.
newButton1Text | Property button1Text |
void Notifications::Notification::setButton2Text | ( | const QString & | newButton2Text | ) |
Setter function for property of the same name.
newButton2Text | Property button1Text |
void Notifications::Notification::setReactionTime | ( | Units::Timespan | newReactionTime | ) |
Setter function for property of the same name.
newReactionTime | Property reactionTime |
void Notifications::Notification::setSpokenText | ( | const QString & | newSpokenText | ) |
Setter function for property of the same name.
newSpokenText | Property reactionTime |
void Notifications::Notification::setText | ( | const QString & | newText | ) |
Setter function for property of the same name.
newText | Property text |
void Notifications::Notification::setTextBodyAction | ( | Notifications::Notification::TextBodyAction | newTextBodyAction | ) |
Setter function for property of the same name.
newTextBodyAction | Property textBodyAction |
|
nodiscard |
Getter function for property of the same name.
|
inlinenodiscard |
Getter function for property of the same name.
Definition at line 202 of file Notification.h.
|
inlinenodiscard |
Getter function for property of the same name.
Definition at line 208 of file Notification.h.
|
inlinenodiscard |
Getter function for property of the same name.
Definition at line 214 of file Notification.h.
|
readwrite |
Text for first button.
This is the text string for the first button in the notification GUI. If empty, the button is invisible. The importance is initialized with an empty string.
Definition at line 109 of file Notification.h.
|
readwrite |
Text for second button.
This is the text string for the second button in the notification GUI. If empty, the button is invisible. The importance is initialized with an empty string.
Definition at line 117 of file Notification.h.
|
read |
Importance of the notification.
The importance is used to choose the notification that is most relevant to the pilot. The importance is initialized with "Info".
Definition at line 124 of file Notification.h.
|
readwrite |
Time left to avert negative consequences.
This property holds the time that the pilot has in order to avert potential negative consequences. This data is used to choose the notification that is most relevant to the pilot. The importance is initialized with qNaN.
Definition at line 133 of file Notification.h.
|
readwrite |
Spoken text message for the notification.
This property holds a text announcement which is spoken. When set to empty, a message is generated from the title and text properties. This property is initialized with an empty string
Definition at line 141 of file Notification.h.
|
readwrite |
Text body of the notification.
This property holds the text body, which can be empty.
Definition at line 147 of file Notification.h.
|
readwrite |
Text body action.
This property describes the action the that GUI should take when the text body is clicked. This property is initialized to 'None'.
Definition at line 154 of file Notification.h.
|
read |
Title of the notification.
This property holds the title, which should never be empty. This property is initialized with an enbarrassing placeholder string.
Definition at line 161 of file Notification.h.