Home
last modified time | relevance | path

Searched refs:wxFontProperty (Results 1 – 22 of 22) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_propgridwxFontProperty.cpp85 sipwxFontProperty::sipwxFontProperty(const ::wxFontProperty& a0): ::wxFontProperty(a0), sipPySelf… in sipwxFontProperty()
104 ::wxFontProperty::OnSetValue(); in OnSetValue()
419 ::wxFontProperty *sipCpp; in meth_wxFontProperty_OnSetValue()
458 const ::wxFontProperty *sipCpp; in meth_wxFontProperty_ValueToString()
504 ::wxFontProperty *sipCpp; in meth_wxFontProperty_OnEvent()
552 const ::wxFontProperty *sipCpp; in meth_wxFontProperty_ChildChanged()
597 ::wxFontProperty *sipCpp; in meth_wxFontProperty_RefreshChildren()
626 ::wxFontProperty *sipCpp = reinterpret_cast< ::wxFontProperty *>(sipCppV); in cast_wxFontProperty()
656 …reinterpret_cast< ::wxFontProperty *>(sipDst)[sipDstIdx] = *reinterpret_cast< ::wxFontProperty *>(… in assign_wxFontProperty()
670 return new ::wxFontProperty(reinterpret_cast<const ::wxFontProperty *>(sipSrc)[sipSrcIdx]); in copy_wxFontProperty()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/include/wx/propgrid/
H A Dadvprops.h178 class WXDLLIMPEXP_PG wxFontProperty : public wxPGProperty in WX_PG_DECLARE_WXOBJECT_VARIANT_DATA()
180 WX_PG_DECLARE_PROPERTY_CLASS(wxFontProperty) in WX_PG_DECLARE_WXOBJECT_VARIANT_DATA()
183wxFontProperty( const wxString& label = wxPG_LABEL, const wxString& name = wxPG_LABEL, const wxFon… in WX_PG_DECLARE_WXOBJECT_VARIANT_DATA()
184 ~wxFontProperty() override; in WX_PG_DECLARE_WXOBJECT_VARIANT_DATA()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/propgrid/
H A Dadvprops.h152 class WXDLLIMPEXP_PROPGRID wxFontProperty : public wxPGProperty in DECLARE_VARIANT_OBJECT_EXPORTED()
154 WX_PG_DECLARE_PROPERTY_CLASS(wxFontProperty) in DECLARE_VARIANT_OBJECT_EXPORTED()
157 wxFontProperty(const wxString& label = wxPG_LABEL, in DECLARE_VARIANT_OBJECT_EXPORTED()
160 virtual ~wxFontProperty(); in DECLARE_VARIANT_OBJECT_EXPORTED()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/propgrid/
H A Dadvprops.h152 class WXDLLIMPEXP_PROPGRID wxFontProperty : public wxPGProperty in DECLARE_VARIANT_OBJECT_EXPORTED()
154 WX_PG_DECLARE_PROPERTY_CLASS(wxFontProperty) in DECLARE_VARIANT_OBJECT_EXPORTED()
157 wxFontProperty(const wxString& label = wxPG_LABEL, in DECLARE_VARIANT_OBJECT_EXPORTED()
160 virtual ~wxFontProperty(); in DECLARE_VARIANT_OBJECT_EXPORTED()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/propgrid/
H A Dadvprops.h133 class WXDLLIMPEXP_PROPGRID wxFontProperty : public wxEditorDialogProperty in DECLARE_VARIANT_OBJECT_EXPORTED()
135 WX_PG_DECLARE_PROPERTY_CLASS(wxFontProperty) in DECLARE_VARIANT_OBJECT_EXPORTED()
138 wxFontProperty(const wxString& label = wxPG_LABEL, in DECLARE_VARIANT_OBJECT_EXPORTED()
141 virtual ~wxFontProperty(); in DECLARE_VARIANT_OBJECT_EXPORTED()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/propgrid/
H A Dadvprops.h72 class wxFontProperty : public wxEditorDialogProperty
75 wxFontProperty(const wxString& label = wxPG_LABEL,
78 virtual ~wxFontProperty();
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/propgrid/
H A Dadvprops.h69 class wxFontProperty : public wxPGProperty
73 wxFontProperty(const wxString& label = wxPG_LABEL,
76 virtual ~wxFontProperty();
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/propgrid/
H A Dadvprops.h69 class wxFontProperty : public wxPGProperty
73 wxFontProperty(const wxString& label = wxPG_LABEL,
76 virtual ~wxFontProperty();
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/src/
H A Dadvprops.cpp620 WX_PG_IMPLEMENT_PROPERTY_CLASS(wxFontProperty,wxPGProperty, in WX_PG_IMPLEMENT_PROPERTY_CLASS() argument
624 wxFontProperty::wxFontProperty( const wxString& label, const wxString& name, in WX_PG_IMPLEMENT_PROPERTY_CLASS()
681 wxFontProperty::~wxFontProperty() { } in ~wxFontProperty()
683 void wxFontProperty::OnSetValue() in OnSetValue()
697 wxString wxFontProperty::GetValueAsString( int argFlags ) const in GetValueAsString()
702 bool wxFontProperty::OnEvent( wxPropertyGrid* propgrid, wxWindow* WXUNUSED(primary), in OnEvent()
732 void wxFontProperty::RefreshChildren() in RefreshChildren()
744 void wxFontProperty::ChildChanged( wxVariant& thisValue, int ind, wxVariant& childValue ) const in ChildChanged()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/propgrid/
H A Dsampleprops.cpp57 wxPG_IMPLEMENT_PROPERTY_CLASS(wxFontDataProperty,wxFontProperty,TextCtrlAndButton) in wxPG_IMPLEMENT_PROPERTY_CLASS() argument
60 const wxFontData& value ) : wxFontProperty(label,name,value.GetInitialFont()) in wxPG_IMPLEMENT_PROPERTY_CLASS()
156 wxFontProperty::RefreshChildren(); in RefreshChildren()
183 variant = wxFontProperty::ChildChanged( variant, childIndex, childValue ); in ChildChanged()
H A Dsampleprops.h19 class wxFontDataProperty : public wxFontProperty in DECLARE_VARIANT_OBJECT()
H A Dpropgrid.cpp1027 pg->Append( new wxFontProperty("Font",wxPG_LABEL) ); in PopulateWithStandardItems()
3293 m_grid->AppendIn(prop, new wxFontProperty("Font",wxPG_LABEL)); in PropertyGridPopup()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/propgrid/
H A Dsampleprops.cpp52 WX_PG_IMPLEMENT_PROPERTY_CLASS(wxFontDataProperty,wxFontProperty, in WX_PG_IMPLEMENT_PROPERTY_CLASS() argument
56 const wxFontData& value ) : wxFontProperty(label,name,value.GetInitialFont()) in WX_PG_IMPLEMENT_PROPERTY_CLASS()
155 wxFontProperty::RefreshChildren(); in RefreshChildren()
182 wxFontProperty::ChildChanged( variant, childIndex, childValue ); in ChildChanged()
H A Dsampleprops.h19 class wxFontDataProperty : public wxFontProperty in DECLARE_VARIANT_OBJECT()
H A Dpropgrid.cpp1042 pg->Append( new wxFontProperty(wxT("Font"),wxPG_LABEL) ); in PopulateWithStandardItems()
3230 m_grid->AppendIn(prop, new wxFontProperty(wxT("Font"),wxPG_LABEL)); in PropertyGridPopup()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/propgrid/
H A Dsampleprops.cpp52 WX_PG_IMPLEMENT_PROPERTY_CLASS(wxFontDataProperty,wxFontProperty, in WX_PG_IMPLEMENT_PROPERTY_CLASS() argument
56 const wxFontData& value ) : wxFontProperty(label,name,value.GetInitialFont()) in WX_PG_IMPLEMENT_PROPERTY_CLASS()
155 wxFontProperty::RefreshChildren(); in RefreshChildren()
182 wxFontProperty::ChildChanged( variant, childIndex, childValue ); in ChildChanged()
H A Dsampleprops.h19 class wxFontDataProperty : public wxFontProperty in DECLARE_VARIANT_OBJECT()
H A Dpropgrid.cpp1042 pg->Append( new wxFontProperty(wxT("Font"),wxPG_LABEL) ); in PopulateWithStandardItems()
3230 m_grid->AppendIn(prop, new wxFontProperty(wxT("Font"),wxPG_LABEL)); in PropertyGridPopup()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/propgrid/
H A Dadvprops.cpp549 wxPG_IMPLEMENT_PROPERTY_CLASS(wxFontProperty,wxEditorDialogProperty,TextCtrlAndButton) in wxPG_IMPLEMENT_PROPERTY_CLASS() argument
552 wxFontProperty::wxFontProperty( const wxString& label, const wxString& name, in wxPG_IMPLEMENT_PROPERTY_CLASS()
609 wxFontProperty::~wxFontProperty() { } in ~wxFontProperty()
611 void wxFontProperty::OnSetValue() in OnSetValue()
622 wxString wxFontProperty::ValueToString( wxVariant& value, in ValueToString()
628 bool wxFontProperty::DisplayEditorDialog(wxPropertyGrid* pg, wxVariant& value) in DisplayEditorDialog()
654 void wxFontProperty::RefreshChildren() in RefreshChildren()
667 wxVariant wxFontProperty::ChildChanged( wxVariant& thisValue, in ChildChanged()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/propgrid/
H A Dadvprops.cpp614 WX_PG_IMPLEMENT_PROPERTY_CLASS(wxFontProperty,wxPGProperty, in WX_PG_IMPLEMENT_PROPERTY_CLASS() argument
618 wxFontProperty::wxFontProperty( const wxString& label, const wxString& name, in WX_PG_IMPLEMENT_PROPERTY_CLASS()
671 wxFontProperty::~wxFontProperty() { } in ~wxFontProperty()
673 void wxFontProperty::OnSetValue() in OnSetValue()
684 wxString wxFontProperty::ValueToString( wxVariant& value, in ValueToString()
690 bool wxFontProperty::OnEvent( wxPropertyGrid* propgrid, wxWindow* WXUNUSED(primary), in OnEvent()
721 void wxFontProperty::RefreshChildren() in RefreshChildren()
734 wxVariant wxFontProperty::ChildChanged( wxVariant& thisValue, in ChildChanged()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/propgrid/
H A Dadvprops.cpp614 WX_PG_IMPLEMENT_PROPERTY_CLASS(wxFontProperty,wxPGProperty, in WX_PG_IMPLEMENT_PROPERTY_CLASS() argument
618 wxFontProperty::wxFontProperty( const wxString& label, const wxString& name, in WX_PG_IMPLEMENT_PROPERTY_CLASS()
671 wxFontProperty::~wxFontProperty() { } in ~wxFontProperty()
673 void wxFontProperty::OnSetValue() in OnSetValue()
684 wxString wxFontProperty::ValueToString( wxVariant& value, in ValueToString()
690 bool wxFontProperty::OnEvent( wxPropertyGrid* propgrid, wxWindow* WXUNUSED(primary), in OnEvent()
721 void wxFontProperty::RefreshChildren() in RefreshChildren()
734 wxVariant wxFontProperty::ChildChanged( wxVariant& thisValue, in ChildChanged()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dpropgridadvprops.sip72 class wxFontProperty : wxPGProperty
84 wxFontProperty(
91 ~wxFontProperty();
144 }; // end of class wxFontProperty