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

Class PANEL_JOB_OUTPUT_BASE. More...

#include <panel_jobs_base.h>

Inheritance diagram for PANEL_JOB_OUTPUT_BASE:
PANEL_JOB_OUTPUT

Public Member Functions

 PANEL_JOB_OUTPUT_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxBORDER_SIMPLE|wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
 
 ~PANEL_JOB_OUTPUT_BASE ()
 

Protected Member Functions

virtual void OnOutputRunClick (wxCommandEvent &event)
 
virtual void OnOutputOptionsClick (wxCommandEvent &event)
 

Protected Attributes

wxStaticBitmap * m_bitmapOutputType
 
wxStaticText * m_textOutputType
 
wxBitmapButton * m_buttonOutputRun
 
wxBitmapButton * m_buttonOutputOptions
 

Detailed Description

Class PANEL_JOB_OUTPUT_BASE.

Definition at line 82 of file panel_jobs_base.h.

Constructor & Destructor Documentation

◆ PANEL_JOB_OUTPUT_BASE()

PANEL_JOB_OUTPUT_BASE::PANEL_JOB_OUTPUT_BASE ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize( -1,-1 ),
long  style = wxBORDER_SIMPLE|wxTAB_TRAVERSAL,
const wxString &  name = wxEmptyString 
)

◆ ~PANEL_JOB_OUTPUT_BASE()

PANEL_JOB_OUTPUT_BASE::~PANEL_JOB_OUTPUT_BASE ( )

Member Function Documentation

◆ OnOutputOptionsClick()

virtual void PANEL_JOB_OUTPUT_BASE::OnOutputOptionsClick ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in PANEL_JOB_OUTPUT.

Definition at line 94 of file panel_jobs_base.h.

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

◆ OnOutputRunClick()

virtual void PANEL_JOB_OUTPUT_BASE::OnOutputRunClick ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in PANEL_JOB_OUTPUT.

Definition at line 93 of file panel_jobs_base.h.

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

Member Data Documentation

◆ m_bitmapOutputType

wxStaticBitmap* PANEL_JOB_OUTPUT_BASE::m_bitmapOutputType
protected

Definition at line 87 of file panel_jobs_base.h.

Referenced by PANEL_JOB_OUTPUT::PANEL_JOB_OUTPUT(), and PANEL_JOB_OUTPUT_BASE().

◆ m_buttonOutputOptions

wxBitmapButton* PANEL_JOB_OUTPUT_BASE::m_buttonOutputOptions
protected

◆ m_buttonOutputRun

wxBitmapButton* PANEL_JOB_OUTPUT_BASE::m_buttonOutputRun
protected

◆ m_textOutputType

wxStaticText* PANEL_JOB_OUTPUT_BASE::m_textOutputType
protected

Definition at line 88 of file panel_jobs_base.h.

Referenced by PANEL_JOB_OUTPUT::PANEL_JOB_OUTPUT(), and PANEL_JOB_OUTPUT_BASE().


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