| 
    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.
References name.
Referenced by PANEL_JOBSET_BASE::PANEL_JOBSET_BASE(), and PANEL_KICAD_LAUNCHER_BASE::PANEL_KICAD_LAUNCHER_BASE().
      
  | 
  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_JOBSET.
Definition at line 46 of file panel_notebook_base.h.
      
  | 
  inline | 
Definition at line 44 of file panel_notebook_base.h.
References m_closable.
      
  | 
  inline | 
Definition at line 41 of file panel_notebook_base.h.
References m_projectTied.
      
  | 
  inline | 
Definition at line 43 of file panel_notebook_base.h.
References m_closable.
Referenced by 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().