|
KiCad PCB EDA Suite
|
#include <panel_notebook_base.h>
Public Member Functions | |
| PANEL_NOTEBOOK_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) | |
| void | SetProjectTied (bool aYes) |
| bool | GetProjectTied () |
| void | SetClosable (bool aYes) |
| bool | GetClosable () const |
| virtual bool | GetCanClose () |
Private Attributes | |
| bool | m_closable = false |
| bool | m_projectTied = false |
Definition at line 27 of file panel_notebook_base.h.
|
inline |
Definition at line 30 of file panel_notebook_base.h.
References name.
Referenced by LIB_TABLE_NOTEBOOK_PANEL::LIB_TABLE_NOTEBOOK_PANEL(), PANEL_JOBSET_BASE::PANEL_JOBSET_BASE(), and PANEL_KICAD_LAUNCHER_BASE::PANEL_KICAD_LAUNCHER_BASE().
|
inlinevirtual |
Reimplemented in LIB_TABLE_NOTEBOOK_PANEL, and PANEL_JOBSET.
Definition at line 43 of file panel_notebook_base.h.
|
inline |
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().
|
inline |
Definition at line 38 of file panel_notebook_base.h.
References m_projectTied.
|
inline |
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().
|
inline |
Definition at line 37 of file panel_notebook_base.h.
References m_projectTied.
Referenced by KICAD_MANAGER_FRAME::OpenJobsFile().
|
private |
Definition at line 46 of file panel_notebook_base.h.
Referenced by GetClosable(), and SetClosable().
|
private |
Definition at line 47 of file panel_notebook_base.h.
Referenced by GetProjectTied(), and SetProjectTied().