|
KiCad PCB EDA Suite
|
KISTATUSBAR is a wxStatusBar suitable for Kicad manager. More...
#include <kistatusbar.h>
Public Attributes | |
| wxString | message |
| SEVERITY | severity |
KISTATUSBAR is a wxStatusBar suitable for Kicad manager.
It displays the fields needed by the caller, and room for 4 other fields (see kistatusbar.cpp) Background text (FIELD_OFFSET_BGJOB_TEXT offset id) Background gauge widget (FIELD_OFFSET_BGJOB_GAUGE offset id) Background background stop button (FIELD_OFFSET_BGJOB_CANCEL offset id) Background notifications button (FIELD_OFFSET_NOTIFICATION_BUTTON offset id) Structure to store a load message with its severity.
Definition at line 52 of file kistatusbar.h.
| wxString LOAD_MESSAGE::message |
Definition at line 54 of file kistatusbar.h.
Referenced by KISTATUSBAR::SetLoadWarningMessages().
| SEVERITY LOAD_MESSAGE::severity |
Definition at line 55 of file kistatusbar.h.
Referenced by KISTATUSBAR::SetLoadWarningMessages().