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) | |
virtual bool | canWindowClose () |
virtual void | doWindowClose () |
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 25 of file panel_notebook_base.h.
|
inline |
Definition at line 28 of file panel_notebook_base.h.
|
inlinevirtual |
Definition at line 37 of file panel_notebook_base.h.
|
inlinevirtual |
Definition at line 38 of file panel_notebook_base.h.
|
inlinevirtual |
Reimplemented in PANEL_JOBS.
Definition at line 46 of file panel_notebook_base.h.
Referenced by KICAD_MANAGER_FRAME::canCloseWindow(), and KICAD_MANAGER_FRAME::onNotebookPageCloseRequest().
|
inline |
Definition at line 44 of file panel_notebook_base.h.
References m_closable.
Referenced by KICAD_MANAGER_FRAME::onNotebookPageCloseRequest().
|
inline |
Definition at line 41 of file panel_notebook_base.h.
References m_projectTied.
Referenced by KICAD_MANAGER_FRAME::CloseProject().
|
inline |
Definition at line 43 of file panel_notebook_base.h.
References m_closable.
Referenced by KICAD_MANAGER_FRAME::KICAD_MANAGER_FRAME(), and KICAD_MANAGER_FRAME::OpenJobsFile().
|
inline |
Definition at line 40 of file panel_notebook_base.h.
References m_projectTied.
Referenced by KICAD_MANAGER_FRAME::OpenJobsFile().
|
private |
Definition at line 49 of file panel_notebook_base.h.
Referenced by GetClosable(), and SetClosable().
|
private |
Definition at line 50 of file panel_notebook_base.h.
Referenced by GetProjectTied(), and SetProjectTied().