KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PANEL_IMAGE_EDITOR_BASE Class Reference

Class PANEL_IMAGE_EDITOR_BASE. More...

#include <panel_image_editor_base.h>

Inheritance diagram for PANEL_IMAGE_EDITOR_BASE:
PANEL_IMAGE_EDITOR

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
 

Detailed Description

Class PANEL_IMAGE_EDITOR_BASE.

Definition at line 34 of file panel_image_editor_base.h.

Constructor & Destructor Documentation

◆ PANEL_IMAGE_EDITOR_BASE()

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 
)

◆ ~PANEL_IMAGE_EDITOR_BASE()

PANEL_IMAGE_EDITOR_BASE::~PANEL_IMAGE_EDITOR_BASE ( )

Member Function Documentation

◆ OnGreyScaleConvert()

virtual void PANEL_IMAGE_EDITOR_BASE::OnGreyScaleConvert ( wxCommandEvent &  event)
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().

◆ OnRedrawPanel()

virtual void PANEL_IMAGE_EDITOR_BASE::OnRedrawPanel ( wxPaintEvent &  event)
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().

Member Data Documentation

◆ m_buttonGrey

wxButton* PANEL_IMAGE_EDITOR_BASE::m_buttonGrey
protected

Definition at line 44 of file panel_image_editor_base.h.

Referenced by PANEL_IMAGE_EDITOR_BASE(), and ~PANEL_IMAGE_EDITOR_BASE().

◆ m_panelDraw

wxPanel* PANEL_IMAGE_EDITOR_BASE::m_panelDraw
protected

◆ m_staticTextPPI

wxStaticText* PANEL_IMAGE_EDITOR_BASE::m_staticTextPPI
protected

Definition at line 42 of file panel_image_editor_base.h.

Referenced by PANEL_IMAGE_EDITOR_BASE().

◆ m_staticTextScale

wxStaticText* PANEL_IMAGE_EDITOR_BASE::m_staticTextScale
protected

Definition at line 40 of file panel_image_editor_base.h.

Referenced by PANEL_IMAGE_EDITOR_BASE().

◆ m_stPPI_Value

wxStaticText* PANEL_IMAGE_EDITOR_BASE::m_stPPI_Value
protected

◆ m_textCtrlScale

wxTextCtrl* PANEL_IMAGE_EDITOR_BASE::m_textCtrlScale
protected

The documentation for this class was generated from the following files: