Searched refs:wxPropertyValue (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dprop.h33 class wxPropertyValue;
56 virtual bool SetProperty(const wxString& name, const wxPropertyValue& value);
191 class WXDLLIMPEXP_DEPRECATED wxPropertyValue: public wxObject class in inherits:wxObject
193 DECLARE_DYNAMIC_CLASS(wxPropertyValue)
195 wxPropertyValue(void); // Unknown type
196 wxPropertyValue(const wxPropertyValue& copyFrom); // Copy constructor
197 wxPropertyValue(const wxChar *val);
198 wxPropertyValue(const wxString& val);
199 wxPropertyValue(lon
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dprop.cpp39 IMPLEMENT_DYNAMIC_CLASS(wxPropertyValue, wxObject)
41 wxPropertyValue::wxPropertyValue(void) function in class:wxPropertyValue
51 wxPropertyValue::wxPropertyValue(const wxPropertyValue& copyFrom) function in class:wxPropertyValue
56 Copy((wxPropertyValue& )copyFrom);
59 wxPropertyValue::wxPropertyValue(const wxChar *val) function in class:wxPropertyValue
70 wxPropertyValue function in class:wxPropertyValue
81 wxPropertyValue::wxPropertyValue(long the_integer) function in class:wxPropertyValue
90 wxPropertyValue::wxPropertyValue(bool val) function in class:wxPropertyValue
99 wxPropertyValue::wxPropertyValue(float the_real) function in class:wxPropertyValue
108 wxPropertyValue::wxPropertyValue(double the_real) function in class:wxPropertyValue
118 wxPropertyValue::wxPropertyValue(wxChar **val) function in class:wxPropertyValue
129 wxPropertyValue::wxPropertyValue(long *val) function in class:wxPropertyValue
138 wxPropertyValue::wxPropertyValue(bool *val) function in class:wxPropertyValue
147 wxPropertyValue::wxPropertyValue(float *val) function in class:wxPropertyValue
156 wxPropertyValue::wxPropertyValue(wxList *the_list) function in class:wxPropertyValue
175 wxPropertyValue::wxPropertyValue(wxStringList *the_list) function in class:wxPropertyValue
[all...]
H A Dproplist.cpp1546 wxPropertyValue *expr = property->GetValue().GetFirst();
1560 wxPropertyValue& oldValue = property->GetValue();
1566 oldValue.Append(new wxPropertyValue(s));

Completed in 29 milliseconds