Searched refs:copyFrom (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvalgen.h27 wxGenericValidator(const wxGenericValidator& copyFrom);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dprop.cpp51 wxPropertyValue::wxPropertyValue(const wxPropertyValue& copyFrom) argument
56 Copy((wxPropertyValue& )copyFrom);
342 void wxPropertyValue::Copy(wxPropertyValue& copyFrom) argument
349 m_type = copyFrom.Type();
354 (*this) = copyFrom.IntegerValue();
358 (*this) = copyFrom.RealValue();
362 (*this) = wxString(copyFrom.StringValue());
366 (*this) = copyFrom.BoolValue();
371 (*this) = copyFrom.BoolValuePtr();
374 (*this) = copyFrom
839 wxProperty(wxProperty& copyFrom) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dwinpars.cpp599 wxString::const_iterator copyFrom = text.begin();
603 for ( wxString::const_iterator i = copyFrom; i != end; ++i, ++pos )
607 if ( copyFrom != i )
608 text2.append(copyFrom, i);
615 copyFrom = i + 1;
623 if ( copyFrom != text.end() )
624 text2.append(copyFrom, text.end());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dprop.h196 wxPropertyValue(const wxPropertyValue& copyFrom); // Copy constructor
233 virtual void Copy(wxPropertyValue& copyFrom);
319 wxProperty(wxProperty& copyFrom);

Completed in 122 milliseconds