![]() |
KiCad PCB EDA Suite
|
Message panel definition file. More...
Go to the source code of this file.
Classes | |
class | MSG_PANEL_ITEM |
EDA_MSG_ITEM is used EDA_MSG_PANEL as the item type for displaying messages. More... | |
class | EDA_MSG_PANEL |
EDA_MSG_PANEL is a panel to display various information messages. More... | |
Macros | |
#define | MSG_PANEL_DEFAULT_PAD 6 |
The default number of spaces between each text string. More... | |
Typedefs | |
typedef std::vector< MSG_PANEL_ITEM > | MSG_PANEL_ITEMS |
Message panel definition file.
Definition in file msgpanel.h.
#define MSG_PANEL_DEFAULT_PAD 6 |
The default number of spaces between each text string.
Definition at line 44 of file msgpanel.h.
typedef std::vector<MSG_PANEL_ITEM> MSG_PANEL_ITEMS |
Definition at line 97 of file msgpanel.h.