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, 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 |
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_JOBSET.
Definition at line 46 of file panel_notebook_base.h.
|
inlineinherited |
Definition at line 44 of file panel_notebook_base.h.
References m_closable.
|
inlineinherited |
Definition at line 41 of file panel_notebook_base.h.
References m_projectTied.
|
inlineinherited |
Definition at line 43 of file panel_notebook_base.h.
References m_closable.
Referenced by KICAD_MANAGER_FRAME::OpenJobsFile().
|
inlineinherited |
Definition at line 40 of file panel_notebook_base.h.
References m_projectTied.
Referenced by KICAD_MANAGER_FRAME::OpenJobsFile().
|
privateinherited |
Definition at line 49 of file panel_notebook_base.h.
Referenced by GetClosable(), and SetClosable().
|
privateinherited |
Definition at line 50 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().