KiCad PCB EDA Suite
|
#include <wx_panel.h>
Public Member Functions | |
WX_PANEL (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
~WX_PANEL () | |
void | SetBorders (bool aLeft, bool aRight, bool aTop, bool aBottom) |
Private Member Functions | |
void | OnPaint (wxPaintEvent &event) |
Private Attributes | |
bool | m_leftBorder |
bool | m_rightBorder |
bool | m_topBorder |
bool | m_bottomBorder |
Definition at line 29 of file wx_panel.h.
WX_PANEL::WX_PANEL | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( -1,-1 ) , |
||
long | style = wxTAB_TRAVERSAL , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 29 of file wx_panel.cpp.
References OnPaint().
WX_PANEL::~WX_PANEL | ( | ) |
Definition at line 41 of file wx_panel.cpp.
References OnPaint().
|
private |
Definition at line 47 of file wx_panel.cpp.
References m_bottomBorder, m_leftBorder, m_rightBorder, m_topBorder, KIGFX::COLOR4D::Mix(), and KIGFX::COLOR4D::ToColour().
Referenced by WX_PANEL(), and ~WX_PANEL().
|
inline |
Definition at line 38 of file wx_panel.h.
References m_bottomBorder, m_leftBorder, m_rightBorder, and m_topBorder.
Referenced by APPEARANCE_CONTROLS::APPEARANCE_CONTROLS(), PAGED_DIALOG::PAGED_DIALOG(), PANEL_COLOR_SETTINGS::PANEL_COLOR_SETTINGS(), PANEL_PACKAGES_VIEW::PANEL_PACKAGES_VIEW(), PANEL_SELECTION_FILTER::PANEL_SELECTION_FILTER(), PANEL_SETUP_BOARD_STACKUP::PANEL_SETUP_BOARD_STACKUP(), and PANEL_SETUP_NETCLASSES::PANEL_SETUP_NETCLASSES().
|
private |
Definition at line 53 of file wx_panel.h.
Referenced by OnPaint(), and SetBorders().
|
private |
Definition at line 50 of file wx_panel.h.
Referenced by OnPaint(), and SetBorders().
|
private |
Definition at line 51 of file wx_panel.h.
Referenced by OnPaint(), and SetBorders().
|
private |
Definition at line 52 of file wx_panel.h.
Referenced by OnPaint(), and SetBorders().