| 
    KiCad PCB EDA Suite
    
   | 
 
#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.   | |
Definition at line 40 of file notifications_manager.h.
| wxString NOTIFICATION::date | 
Date notification will display.
Definition at line 47 of file notifications_manager.h.
| 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().
| 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().
| wxString NOTIFICATION::key | 
Unique key to find a notification.
Definition at line 46 of file notifications_manager.h.
| 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().