Searched refs:wxGenericPropertyAccessor (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dxti.cpp691 new wxPropertyInfo( m_firstProperty , this , propertyName , typeInfo->GetTypeName() , new wxGenericPropertyAccessor( propertyName ) , wxxVariant() ) ;
719 dynamic_cast<wxGenericPropertyAccessor*>(pi->GetAccessor())->RenameProperty( oldPropertyName , newPropertyName ) ;
732 // wxGenericPropertyAccessor
735 struct wxGenericPropertyAccessor::wxGenericPropertyAccessorInternal
740 wxGenericPropertyAccessor::wxGenericPropertyAccessor( const wxString& propertyName ) function in class:wxGenericPropertyAccessor
749 wxGenericPropertyAccessor::~wxGenericPropertyAccessor()
753 void wxGenericPropertyAccessor::SetProperty(wxObject *object, const wxxVariant &value) const
760 void wxGenericPropertyAccessor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dxti.h872 class WXDLLIMPEXP_BASE wxGenericPropertyAccessor : public wxPropertyAccessor class in inherits:wxPropertyAccessor
875 wxGenericPropertyAccessor( const wxString &propName ) ;
876 virtual ~wxGenericPropertyAccessor() ;

Completed in 35 milliseconds