Searched refs:GetProperty (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dautoobj.tex69 needing to call GetProperty several times using several temporary objects. For example:
107 to \helpref{wxAutomationObject::GetProperty}{wxautomationobjectgetproperty} when retrieving objects
114 \helpref{wxAutomationObject::GetProperty}{wxautomationobjectgetproperty}
116 \membersection{wxAutomationObject::GetProperty}\label{wxautomationobjectgetproperty}
118 \constfunc{wxVariant}{GetProperty}{\param{const wxString\&}{ property}, \param{int}{ noArgs},
121 \constfunc{wxVariant}{GetProperty}{\param{const wxString\&}{ property}, \param{...}{}}
131 wxVariant res = obj.GetProperty("Range", wxVariant("A1"));
132 wxVariant res = obj.GetProperty("Range", "A1");
137 needing to call GetProperty several times using several temporary objects.
192 needing to call GetProperty severa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/ole/
H A Dautomtn.h67 wxVariant GetProperty(const wxString& property, int noArgs = 0, wxVariant args[] = (wxVariant*) NULL) const;
69 wxVariant GetProperty(const wxString& property,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dxti.cpp491 wxxVariant wxClassInfo::GetProperty(wxObject *object, const wxChar *propertyName) const function in class:wxClassInfo
498 accessor->GetProperty(object,result);
603 wxxVariant wxDynamicObject::GetProperty (const wxChar *propertyName) const function in class:wxDynamicObject
679 wxxVariant wxDynamicClassInfo::GetProperty(wxObject *object, const wxChar *propertyName) const function in class:wxDynamicClassInfo
684 return dynobj->GetProperty( propertyName ) ;
686 return GetParents()[0]->GetProperty( dynobj->GetSuperClassInstance() , propertyName ) ;
760 void wxGenericPropertyAccessor::GetProperty(const wxObject *object, wxxVariant& value) const function in class:wxGenericPropertyAccessor
764 value = dynobj->GetProperty( m_propertyName ) ;
H A Dxtistrm.cpp262 pi->GetAccessor()->GetProperty(obj, value) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dautomtn.cpp308 wxVariant wxAutomationObject::GetProperty(const wxString& property, int noArgs, wxVariant args[]) const function in class:wxAutomationObject
318 wxVariant wxAutomationObject::GetProperty(const wxString& property, function in class:wxAutomationObject
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dprop.h66 virtual wxProperty *GetProperty(const wxString& name) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dprop.cpp988 wxProperty *wxPropertySheet::GetProperty(const wxString& name) const function in class:wxPropertySheet
999 wxProperty* prop = GetProperty(name);
1021 return (GetProperty(name)?true:false);
H A Dpropform.cpp158 wxProperty *prop = m_propertySheet->GetProperty(win->GetName());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dobject.h515 wxxVariant GetProperty (const wxChar *propertyName) const ;
H A Dxti.h840 virtual void GetProperty(const wxObject *object, wxxVariant &result) const function in class:wxPropertyAccessor
841 { if ( m_getter ) m_getter->Get( object , result ) ; else wxLogError( _("GetProperty called w/o valid getter") ) ;}
894 virtual void GetProperty(const wxObject *object, wxxVariant &value) const ;
1756 virtual wxxVariant GetProperty (wxObject *object, const wxChar *propertyName) const;
1861 virtual wxxVariant GetProperty (wxObject *object, const wxChar *PropertyName) const ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h3184 wxString GetProperty(const wxString& key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A Dstc.cpp2555 wxString wxStyledTextCtrl::GetProperty(const wxString& key) { function in class:wxStyledTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp3131 wxVCardObject *vcObj = vcard.GetProperty("FN");

Completed in 245 milliseconds