|
KiCad PCB EDA Suite
|
Class PANEL_KICAD_LAUNCHER_BASE. More...
#include <panel_kicad_launcher_base.h>
Public Member Functions | |
| PANEL_KICAD_LAUNCHER_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
| ~PANEL_KICAD_LAUNCHER_BASE () | |
| void | SetProjectTied (bool aYes) |
| bool | GetProjectTied () |
| void | SetClosable (bool aYes) |
| bool | GetClosable () const |
| virtual bool | GetCanClose () |
Protected Attributes | |
| wxScrolledWindow * | m_scrolledWindow |
| wxFlexGridSizer * | m_toolsSizer |
Private Attributes | |
| bool | m_closable = false |
| bool | m_projectTied = false |
Class PANEL_KICAD_LAUNCHER_BASE.
Definition at line 28 of file panel_kicad_launcher_base.h.
| PANEL_KICAD_LAUNCHER_BASE::PANEL_KICAD_LAUNCHER_BASE | ( | 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 12 of file panel_kicad_launcher_base.cpp.
References m_scrolledWindow, m_toolsSizer, name, and PANEL_NOTEBOOK_BASE::PANEL_NOTEBOOK_BASE().
Referenced by PANEL_KICAD_LAUNCHER::PANEL_KICAD_LAUNCHER().
| PANEL_KICAD_LAUNCHER_BASE::~PANEL_KICAD_LAUNCHER_BASE | ( | ) |
Definition at line 41 of file panel_kicad_launcher_base.cpp.
|
inlinevirtualinherited |
Reimplemented in LIB_TABLE_NOTEBOOK_PANEL, and PANEL_JOBSET.
Definition at line 43 of file panel_notebook_base.h.
|
inlineinherited |
Definition at line 41 of file panel_notebook_base.h.
References m_closable.
Referenced by WX_AUI_TAB_ART::DrawTab(), PANEL_DESIGN_BLOCK_LIB_TABLE::TransferDataFromWindow(), PANEL_FP_LIB_TABLE::TransferDataFromWindow(), and PANEL_SYM_LIB_TABLE::TransferDataFromWindow().
|
inlineinherited |
Definition at line 38 of file panel_notebook_base.h.
References m_projectTied.
|
inlineinherited |
Definition at line 40 of file panel_notebook_base.h.
References m_closable.
Referenced by LIB_TABLE_NOTEBOOK_PANEL::AddTable(), and KICAD_MANAGER_FRAME::OpenJobsFile().
|
inlineinherited |
Definition at line 37 of file panel_notebook_base.h.
References m_projectTied.
Referenced by KICAD_MANAGER_FRAME::OpenJobsFile().
|
privateinherited |
Definition at line 46 of file panel_notebook_base.h.
Referenced by GetClosable(), and SetClosable().
|
privateinherited |
Definition at line 47 of file panel_notebook_base.h.
Referenced by GetProjectTied(), and SetProjectTied().
|
protected |
Definition at line 33 of file panel_kicad_launcher_base.h.
Referenced by PANEL_KICAD_LAUNCHER::CreateLaunchers(), PANEL_KICAD_LAUNCHER_BASE(), and PANEL_KICAD_LAUNCHER::~PANEL_KICAD_LAUNCHER().
|
protected |
Definition at line 34 of file panel_kicad_launcher_base.h.
Referenced by PANEL_KICAD_LAUNCHER::CreateLaunchers(), and PANEL_KICAD_LAUNCHER_BASE().