KiCad PCB EDA Suite
|
EDA_MSG_PANEL items for displaying messages. More...
#include <msgpanel.h>
Public Member Functions | |
MSG_PANEL_ITEM (const wxString &aUpperText, const wxString &aLowerText, int aPadding=MSG_PANEL_DEFAULT_PAD) | |
MSG_PANEL_ITEM () | |
void | SetUpperText (const wxString &aUpperText) |
const wxString & | GetUpperText () const |
void | SetLowerText (const wxString &aLowerText) |
const wxString & | GetLowerText () const |
void | SetPadding (int aPadding) |
int | GetPadding () const |
Private Attributes | |
int | m_X |
int | m_UpperY |
int | m_LowerY |
wxString | m_UpperText |
wxString | m_LowerText |
int | m_Padding |
Friends | |
class | EDA_MSG_PANEL |
EDA_MSG_PANEL items for displaying messages.
Definition at line 53 of file msgpanel.h.
|
inline |
Definition at line 56 of file msgpanel.h.
|
inline |
Definition at line 67 of file msgpanel.h.
|
inline |
Definition at line 80 of file msgpanel.h.
References m_LowerText.
Referenced by EDA_MSG_PANEL::AppendMessage().
|
inline |
Definition at line 83 of file msgpanel.h.
References m_Padding.
Referenced by EDA_MSG_PANEL::AppendMessage().
|
inline |
Definition at line 77 of file msgpanel.h.
References m_UpperText.
Referenced by EDA_MSG_PANEL::AppendMessage().
|
inline |
Definition at line 79 of file msgpanel.h.
References m_LowerText.
|
inline |
Definition at line 82 of file msgpanel.h.
References m_Padding.
|
inline |
Definition at line 76 of file msgpanel.h.
References m_UpperText.
|
friend |
Definition at line 86 of file msgpanel.h.
|
private |
Definition at line 92 of file msgpanel.h.
Referenced by EDA_MSG_PANEL::AppendMessage(), GetLowerText(), SetLowerText(), EDA_MSG_PANEL::SetMessage(), and EDA_MSG_PANEL::showItem().
|
private |
Definition at line 90 of file msgpanel.h.
Referenced by EDA_MSG_PANEL::AppendMessage(), MSG_PANEL_ITEM(), EDA_MSG_PANEL::SetMessage(), and EDA_MSG_PANEL::showItem().
|
private |
Definition at line 93 of file msgpanel.h.
Referenced by GetPadding(), and SetPadding().
|
private |
Definition at line 91 of file msgpanel.h.
Referenced by EDA_MSG_PANEL::AppendMessage(), GetUpperText(), EDA_MSG_PANEL::SetMessage(), SetUpperText(), and EDA_MSG_PANEL::showItem().
|
private |
Definition at line 89 of file msgpanel.h.
Referenced by EDA_MSG_PANEL::AppendMessage(), MSG_PANEL_ITEM(), EDA_MSG_PANEL::SetMessage(), and EDA_MSG_PANEL::showItem().
|
private |
Definition at line 88 of file msgpanel.h.
Referenced by EDA_MSG_PANEL::AppendMessage(), MSG_PANEL_ITEM(), EDA_MSG_PANEL::SetMessage(), and EDA_MSG_PANEL::showItem().