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

KISTATUSBAR is a wxStatusBar suitable for Kicad manager. More...

#include <kistatusbar.h>

Public Attributes

wxString message
 
SEVERITY severity
 

Detailed Description

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.

Member Data Documentation

◆ message

wxString LOAD_MESSAGE::message

Definition at line 54 of file kistatusbar.h.

Referenced by KISTATUSBAR::SetLoadWarningMessages().

◆ severity

SEVERITY LOAD_MESSAGE::severity

Definition at line 55 of file kistatusbar.h.

Referenced by KISTATUSBAR::SetLoadWarningMessages().


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