KiCad PCB EDA Suite
|
#include <pg_properties.h>
Public Member Functions | |
PGPROPERTY_BOOL (const wxString &aLabel=wxPG_LABEL, const wxString &aName=wxPG_LABEL, bool aValue=false) | |
virtual | ~PGPROPERTY_BOOL ()=default |
const wxPGEditor * | DoGetEditorClass () const override |
Definition at line 297 of file pg_properties.h.
PGPROPERTY_BOOL::PGPROPERTY_BOOL | ( | const wxString & | aLabel = wxPG_LABEL , |
const wxString & | aName = wxPG_LABEL , |
||
bool | aValue = false |
||
) |
Definition at line 641 of file pg_properties.cpp.
References PG_CHECKBOX_EDITOR::EDITOR_NAME.
|
virtualdefault |
|
override |
Definition at line 648 of file pg_properties.cpp.