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 () | |
virtual bool | canWindowClose () |
virtual void | doWindowClose () |
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, and m_toolsSizer.
PANEL_KICAD_LAUNCHER_BASE::~PANEL_KICAD_LAUNCHER_BASE | ( | ) |
Definition at line 35 of file panel_kicad_launcher_base.cpp.
|
inlinevirtualinherited |
Definition at line 37 of file panel_notebook_base.h.
|
inlinevirtualinherited |
Definition at line 38 of file panel_notebook_base.h.
|
inlinevirtualinherited |
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().
|
inlineinherited |
Definition at line 44 of file panel_notebook_base.h.
References PANEL_NOTEBOOK_BASE::m_closable.
Referenced by KICAD_MANAGER_FRAME::onNotebookPageCloseRequest().
|
inlineinherited |
Definition at line 41 of file panel_notebook_base.h.
References PANEL_NOTEBOOK_BASE::m_projectTied.
Referenced by KICAD_MANAGER_FRAME::CloseProject().
|
inlineinherited |
Definition at line 43 of file panel_notebook_base.h.
References PANEL_NOTEBOOK_BASE::m_closable.
Referenced by KICAD_MANAGER_FRAME::KICAD_MANAGER_FRAME(), and KICAD_MANAGER_FRAME::OpenJobsFile().
|
inlineinherited |
Definition at line 40 of file panel_notebook_base.h.
References PANEL_NOTEBOOK_BASE::m_projectTied.
Referenced by KICAD_MANAGER_FRAME::OpenJobsFile().
|
privateinherited |
Definition at line 49 of file panel_notebook_base.h.
Referenced by PANEL_NOTEBOOK_BASE::GetClosable(), and PANEL_NOTEBOOK_BASE::SetClosable().
|
privateinherited |
Definition at line 50 of file panel_notebook_base.h.
Referenced by PANEL_NOTEBOOK_BASE::GetProjectTied(), and PANEL_NOTEBOOK_BASE::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().