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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dvaltext.cpp50 m_stringValue = val;
55 M_VTEXTDATA->m_stringValue = val;
70 m_stringValue = val.m_stringValue;
190 if ( m_stringValue )
193 control->SetValue(* m_stringValue);
205 if ( m_stringValue )
208 *m_stringValue = control->GetValue();
H A Dutilscmn.cpp313 m_stringValue = platform.m_stringValue;
395 m_stringValue = value;
402 m_stringValue = value;
420 m_stringValue = value;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvaltext.h91 wxString * m_stringValue; member in class:wxTextValidator
H A Dutils.h145 wxPlatform(const wxString& defValue) { Init(); m_stringValue = defValue; }
173 const wxString& GetString() const { return m_stringValue; }
192 wxString m_stringValue; member in class:wxPlatform

Completed in 153 milliseconds