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

#include <pg_editors.h>

Inheritance diagram for PG_CHECKBOX_EDITOR:

Public Member Functions

 PG_CHECKBOX_EDITOR ()
 
virtual ~PG_CHECKBOX_EDITOR ()
 
wxString GetName () const override
 
wxPGWindowList CreateControls (wxPropertyGrid *aGrid, wxPGProperty *aProperty, const wxPoint &aPos, const wxSize &aSize) const override
 

Static Public Attributes

static const wxString EDITOR_NAME = wxS( "KiCadCheckboxEditor" )
 

Detailed Description

Definition at line 72 of file pg_editors.h.

Constructor & Destructor Documentation

◆ PG_CHECKBOX_EDITOR()

PG_CHECKBOX_EDITOR::PG_CHECKBOX_EDITOR ( )

Definition at line 271 of file pg_editors.cpp.

◆ ~PG_CHECKBOX_EDITOR()

virtual PG_CHECKBOX_EDITOR::~PG_CHECKBOX_EDITOR ( )
inlinevirtual

Definition at line 79 of file pg_editors.h.

Member Function Documentation

◆ CreateControls()

wxPGWindowList PG_CHECKBOX_EDITOR::CreateControls ( wxPropertyGrid *  aGrid,
wxPGProperty *  aProperty,
const wxPoint &  aPos,
const wxSize &  aSize 
) const
override

Definition at line 277 of file pg_editors.cpp.

◆ GetName()

wxString PG_CHECKBOX_EDITOR::GetName ( ) const
inlineoverride

Definition at line 81 of file pg_editors.h.

References EDITOR_NAME.

Member Data Documentation

◆ EDITOR_NAME

const wxString PG_CHECKBOX_EDITOR::EDITOR_NAME = wxS( "KiCadCheckboxEditor" )
static

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