| 
    KiCad PCB EDA Suite
    
   | 
 
Class PANEL_DESTINATION_BASE. More...
#include <panel_jobset_base.h>
  
Public Member Functions | |
| PANEL_DESTINATION_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxBORDER_SUNKEN|wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
| ~PANEL_DESTINATION_BASE () | |
Protected Member Functions | |
| virtual void | OnRightDown (wxMouseEvent &event) | 
| virtual void | OnLastStatusClick (wxMouseEvent &event) | 
| virtual void | OnProperties (wxCommandEvent &event) | 
| virtual void | OnDelete (wxCommandEvent &event) | 
| virtual void | OnGenerate (wxCommandEvent &event) | 
| virtual void | OnOpenOutput (wxCommandEvent &event) | 
Protected Attributes | |
| wxStaticBitmap * | m_bitmapOutputType | 
| wxStaticText * | m_textOutputType | 
| wxStaticBitmap * | m_statusBitmap | 
| wxStaticText * | m_pathInfo | 
| STD_BITMAP_BUTTON * | m_buttonProperties | 
| STD_BITMAP_BUTTON * | m_buttonDelete | 
| wxButton * | m_buttonGenerate | 
| wxButton * | m_buttonOpenOutput | 
Class PANEL_DESTINATION_BASE.
Definition at line 83 of file panel_jobset_base.h.
| PANEL_DESTINATION_BASE::PANEL_DESTINATION_BASE | ( | wxWindow * | parent, | 
| wxWindowID | id = wxID_ANY, | ||
| const wxPoint & | pos = wxDefaultPosition, | ||
| const wxSize & | size = wxSize( -1,-1 ), | ||
| long | style = wxBORDER_SUNKEN|wxTAB_TRAVERSAL, | ||
| const wxString & | name = wxEmptyString ) | 
Definition at line 159 of file panel_jobset_base.cpp.
References _, m_bitmapOutputType, m_buttonDelete, m_buttonGenerate, m_buttonOpenOutput, m_buttonProperties, m_pathInfo, m_statusBitmap, m_textOutputType, name, OnDelete(), OnGenerate(), OnLastStatusClick(), OnOpenOutput(), OnProperties(), and OnRightDown().
Referenced by PANEL_DESTINATION::PANEL_DESTINATION().
| PANEL_DESTINATION_BASE::~PANEL_DESTINATION_BASE | ( | ) | 
Definition at line 232 of file panel_jobset_base.cpp.
References m_buttonDelete, m_buttonGenerate, m_buttonOpenOutput, m_buttonProperties, m_statusBitmap, OnDelete(), OnGenerate(), OnLastStatusClick(), OnOpenOutput(), OnProperties(), and OnRightDown().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_DESTINATION.
Definition at line 101 of file panel_jobset_base.h.
Referenced by PANEL_DESTINATION_BASE(), and ~PANEL_DESTINATION_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_DESTINATION.
Definition at line 102 of file panel_jobset_base.h.
Referenced by PANEL_DESTINATION_BASE(), and ~PANEL_DESTINATION_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_DESTINATION.
Definition at line 99 of file panel_jobset_base.h.
Referenced by PANEL_DESTINATION_BASE(), and ~PANEL_DESTINATION_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_DESTINATION.
Definition at line 103 of file panel_jobset_base.h.
Referenced by PANEL_DESTINATION_BASE(), and ~PANEL_DESTINATION_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_DESTINATION.
Definition at line 100 of file panel_jobset_base.h.
Referenced by PANEL_DESTINATION_BASE(), and ~PANEL_DESTINATION_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_DESTINATION.
Definition at line 98 of file panel_jobset_base.h.
Referenced by PANEL_DESTINATION_BASE(), and ~PANEL_DESTINATION_BASE().
      
  | 
  protected | 
Definition at line 88 of file panel_jobset_base.h.
Referenced by PANEL_DESTINATION::PANEL_DESTINATION(), and PANEL_DESTINATION_BASE().
      
  | 
  protected | 
Definition at line 93 of file panel_jobset_base.h.
Referenced by PANEL_DESTINATION::PANEL_DESTINATION(), PANEL_DESTINATION_BASE(), and ~PANEL_DESTINATION_BASE().
      
  | 
  protected | 
Definition at line 94 of file panel_jobset_base.h.
Referenced by PANEL_DESTINATION_BASE(), PANEL_DESTINATION::UpdateStatus(), and ~PANEL_DESTINATION_BASE().
      
  | 
  protected | 
Definition at line 95 of file panel_jobset_base.h.
Referenced by PANEL_DESTINATION::ClearStatus(), PANEL_DESTINATION::OnRightDown(), PANEL_DESTINATION::PANEL_DESTINATION(), PANEL_DESTINATION_BASE(), PANEL_DESTINATION::UpdateStatus(), and ~PANEL_DESTINATION_BASE().
      
  | 
  protected | 
Definition at line 92 of file panel_jobset_base.h.
Referenced by PANEL_DESTINATION::PANEL_DESTINATION(), PANEL_DESTINATION_BASE(), and ~PANEL_DESTINATION_BASE().
      
  | 
  protected | 
Definition at line 91 of file panel_jobset_base.h.
Referenced by PANEL_DESTINATION::PANEL_DESTINATION(), PANEL_DESTINATION_BASE(), and PANEL_DESTINATION::UpdatePathInfo().
      
  | 
  protected | 
Definition at line 90 of file panel_jobset_base.h.
Referenced by PANEL_DESTINATION::ClearStatus(), PANEL_DESTINATION_BASE(), PANEL_DESTINATION::UpdateStatus(), and ~PANEL_DESTINATION_BASE().
      
  | 
  protected | 
Definition at line 89 of file panel_jobset_base.h.
Referenced by PANEL_DESTINATION::OnProperties(), PANEL_DESTINATION::PANEL_DESTINATION(), and PANEL_DESTINATION_BASE().