KiCad PCB EDA Suite
Loading...
Searching...
No Matches
NOTIFICATION Struct Reference

#include <notifications_manager.h>

Public Attributes

wxString title
 Title of the notification.
 
wxString description
 Additional message displayed under title.
 
wxString href
 URL if any to link to for details.
 
wxString key
 Unique key to find a notification.
 
wxString date
 Date notification will display.
 

Detailed Description

Definition at line 40 of file notifications_manager.h.

Member Data Documentation

◆ date

wxString NOTIFICATION::date

Date notification will display.

Definition at line 47 of file notifications_manager.h.

◆ description

wxString NOTIFICATION::description

Additional message displayed under title.

Definition at line 44 of file notifications_manager.h.

Referenced by NOTIFICATIONS_MANAGER::CreateOrUpdate(), and NOTIFICATION_PANEL::NOTIFICATION_PANEL().

◆ href

wxString NOTIFICATION::href

URL if any to link to for details.

Definition at line 45 of file notifications_manager.h.

Referenced by NOTIFICATIONS_MANAGER::CreateOrUpdate(), and NOTIFICATION_PANEL::NOTIFICATION_PANEL().

◆ key

wxString NOTIFICATION::key

Unique key to find a notification.

Definition at line 46 of file notifications_manager.h.

◆ title

wxString NOTIFICATION::title

Title of the notification.

Definition at line 43 of file notifications_manager.h.

Referenced by NOTIFICATIONS_MANAGER::CreateOrUpdate(), and NOTIFICATION_PANEL::NOTIFICATION_PANEL().


The documentation for this struct was generated from the following file: