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

Class PANEL_JOBSET_OUTPUT_BASE. More...

#include <panel_jobset_base.h>

Inheritance diagram for PANEL_JOBSET_OUTPUT_BASE:
PANEL_JOBSET_OUTPUT

Public Member Functions

 PANEL_JOBSET_OUTPUT_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_JOBSET_OUTPUT_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)
 

Protected Attributes

wxStaticBitmap * m_bitmapOutputType
 
wxStaticText * m_textOutputType
 
wxStaticBitmap * m_statusBitmap
 
STD_BITMAP_BUTTONm_buttonProperties
 
STD_BITMAP_BUTTONm_buttonDelete
 
wxButton * m_buttonGenerate
 

Detailed Description

Class PANEL_JOBSET_OUTPUT_BASE.

Definition at line 83 of file panel_jobset_base.h.

Constructor & Destructor Documentation

◆ PANEL_JOBSET_OUTPUT_BASE()

PANEL_JOBSET_OUTPUT_BASE::PANEL_JOBSET_OUTPUT_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_JOBSET_OUTPUT_BASE()

PANEL_JOBSET_OUTPUT_BASE::~PANEL_JOBSET_OUTPUT_BASE ( )

Member Function Documentation

◆ OnDelete()

virtual void PANEL_JOBSET_OUTPUT_BASE::OnDelete ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in PANEL_JOBSET_OUTPUT.

Definition at line 99 of file panel_jobset_base.h.

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

◆ OnGenerate()

virtual void PANEL_JOBSET_OUTPUT_BASE::OnGenerate ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in PANEL_JOBSET_OUTPUT.

Definition at line 100 of file panel_jobset_base.h.

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

◆ OnLastStatusClick()

virtual void PANEL_JOBSET_OUTPUT_BASE::OnLastStatusClick ( wxMouseEvent &  event)
inlineprotectedvirtual

Reimplemented in PANEL_JOBSET_OUTPUT.

Definition at line 97 of file panel_jobset_base.h.

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

◆ OnProperties()

virtual void PANEL_JOBSET_OUTPUT_BASE::OnProperties ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in PANEL_JOBSET_OUTPUT.

Definition at line 98 of file panel_jobset_base.h.

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

◆ OnRightDown()

virtual void PANEL_JOBSET_OUTPUT_BASE::OnRightDown ( wxMouseEvent &  event)
inlineprotectedvirtual

Reimplemented in PANEL_JOBSET_OUTPUT.

Definition at line 96 of file panel_jobset_base.h.

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

Member Data Documentation

◆ m_bitmapOutputType

wxStaticBitmap* PANEL_JOBSET_OUTPUT_BASE::m_bitmapOutputType
protected

◆ m_buttonDelete

STD_BITMAP_BUTTON* PANEL_JOBSET_OUTPUT_BASE::m_buttonDelete
protected

◆ m_buttonGenerate

wxButton* PANEL_JOBSET_OUTPUT_BASE::m_buttonGenerate
protected

◆ m_buttonProperties

STD_BITMAP_BUTTON* PANEL_JOBSET_OUTPUT_BASE::m_buttonProperties
protected

◆ m_statusBitmap

wxStaticBitmap* PANEL_JOBSET_OUTPUT_BASE::m_statusBitmap
protected

◆ m_textOutputType

wxStaticText* PANEL_JOBSET_OUTPUT_BASE::m_textOutputType
protected

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