| 
    KiCad PCB EDA Suite
    
   | 
 
Class PANEL_IMAGE_EDITOR_BASE. More...
#include <panel_image_editor_base.h>
  
Public Member Functions | |
| PANEL_IMAGE_EDITOR_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_IMAGE_EDITOR_BASE () | |
Protected Member Functions | |
| virtual void | OnRedrawPanel (wxPaintEvent &event) | 
| virtual void | OnGreyScaleConvert (wxCommandEvent &event) | 
Protected Attributes | |
| wxPanel * | m_panelDraw | 
| wxStaticText * | m_staticTextScale | 
| wxTextCtrl * | m_textCtrlScale | 
| wxStaticText * | m_staticTextPPI | 
| wxStaticText * | m_stPPI_Value | 
| wxButton * | m_buttonGrey | 
Class PANEL_IMAGE_EDITOR_BASE.
Definition at line 34 of file panel_image_editor_base.h.
| PANEL_IMAGE_EDITOR_BASE::PANEL_IMAGE_EDITOR_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_image_editor_base.cpp.
References _, m_buttonGrey, m_panelDraw, m_staticTextPPI, m_staticTextScale, m_stPPI_Value, m_textCtrlScale, name, OnGreyScaleConvert(), and OnRedrawPanel().
Referenced by PANEL_IMAGE_EDITOR::PANEL_IMAGE_EDITOR().
| PANEL_IMAGE_EDITOR_BASE::~PANEL_IMAGE_EDITOR_BASE | ( | ) | 
Definition at line 72 of file panel_image_editor_base.cpp.
References m_buttonGrey, m_panelDraw, OnGreyScaleConvert(), and OnRedrawPanel().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_IMAGE_EDITOR.
Definition at line 48 of file panel_image_editor_base.h.
Referenced by PANEL_IMAGE_EDITOR_BASE(), and ~PANEL_IMAGE_EDITOR_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_IMAGE_EDITOR.
Definition at line 47 of file panel_image_editor_base.h.
Referenced by PANEL_IMAGE_EDITOR_BASE(), and ~PANEL_IMAGE_EDITOR_BASE().
      
  | 
  protected | 
Definition at line 44 of file panel_image_editor_base.h.
Referenced by PANEL_IMAGE_EDITOR_BASE(), and ~PANEL_IMAGE_EDITOR_BASE().
      
  | 
  protected | 
Definition at line 39 of file panel_image_editor_base.h.
Referenced by PANEL_IMAGE_EDITOR::OnGreyScaleConvert(), PANEL_IMAGE_EDITOR::OnRedrawPanel(), PANEL_IMAGE_EDITOR_BASE(), PANEL_IMAGE_EDITOR::SetScale(), and ~PANEL_IMAGE_EDITOR_BASE().
      
  | 
  protected | 
Definition at line 42 of file panel_image_editor_base.h.
Referenced by PANEL_IMAGE_EDITOR_BASE().
      
  | 
  protected | 
Definition at line 40 of file panel_image_editor_base.h.
Referenced by PANEL_IMAGE_EDITOR::PANEL_IMAGE_EDITOR(), and PANEL_IMAGE_EDITOR_BASE().
      
  | 
  protected | 
Definition at line 43 of file panel_image_editor_base.h.
Referenced by PANEL_IMAGE_EDITOR_BASE(), and PANEL_IMAGE_EDITOR::TransferDataToWindow().
      
  | 
  protected | 
Definition at line 41 of file panel_image_editor_base.h.
Referenced by PANEL_IMAGE_EDITOR::GetScaleCtrl(), PANEL_IMAGE_EDITOR::PANEL_IMAGE_EDITOR(), PANEL_IMAGE_EDITOR_BASE(), and PANEL_IMAGE_EDITOR::TransferToImage().