Searched refs:wxProperty (Results 1 - 8 of 8) 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 Dproplist.h93 virtual bool UpdatePropertyDisplayInList(wxProperty *property);
99 virtual int FindListIndexForProperty(wxProperty *property);
103 virtual bool ShowProperty(wxProperty *property, bool select = true);
104 virtual bool EditProperty(wxProperty *property);
107 virtual bool DisplayProperty(wxProperty *property);
109 virtual bool RetrieveProperty(wxProperty *property);
112 virtual bool BeginShowingProperty(wxProperty *property);
114 virtual bool EndShowingProperty(wxProperty *property);
229 virtual bool OnSelect(bool select, wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow);
234 wxProperty *WXUNUSE
[all...]
H A Dpropform.h108 * find themselves paired with, to the wxProperty and vice versa.
110 * the wxProperty? If with the property, we don't have to supply
113 * in the wxProperty is more elegant. Perhaps.
114 * I think on balance, should put wxWindow pointer into wxProperty.
115 * After all, wxProperty will often be used to represent the data
129 virtual bool OnCheckValue( wxProperty *WXUNUSED(property), wxPropertyFormView *WXUNUSED(view),
134 virtual bool OnRetrieveValue(wxProperty *property, wxPropertyFormView *view, wxWindow *parentWindow) = 0;
137 virtual bool OnDisplayValue(wxProperty *property, wxPropertyFormView *view, wxWindow *parentWindow) = 0;
139 virtual void OnDoubleClick( wxProperty *WXUNUSED(property), wxPropertyFormView *WXUNUSED(view),
141 virtual void OnSetFocus( wxProperty *WXUNUSE
[all...]
H A Dprop.h32 class wxProperty;
63 virtual void AddProperty(wxProperty *property);
66 virtual wxProperty *GetProperty(const wxString& name) const;
105 virtual void OnPropertyChanged(wxProperty *WXUNUSED(property)) {}
111 virtual wxPropertyValidator *FindPropertyValidator(wxProperty *property);
121 wxProperty* m_currentProperty;
137 inline void SetValidatorProperty(wxProperty *prop) { m_validatorProperty = prop; }
138 inline wxProperty *GetValidatorProperty(void) const { return m_validatorProperty; }
151 wxProperty* m_validatorProperty;
306 class WXDLLIMPEXP_DEPRECATED wxProperty class in inherits:wxObject
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dpropform.cpp94 wxProperty *prop = (wxProperty *)node->GetData();
115 wxProperty *prop = (wxProperty *)node->GetData();
135 wxProperty *prop = (wxProperty *)node->GetData();
158 wxProperty *prop = m_propertySheet->GetProperty(win->GetName());
236 wxProperty *prop = (wxProperty *)node->GetData();
275 wxProperty *pro
[all...]
H A Dproplist.cpp162 wxProperty *property = (wxProperty *)node->GetData();
171 bool wxPropertyListView::UpdatePropertyDisplayInList(wxProperty *property)
206 int wxPropertyListView::FindListIndexForProperty(wxProperty *property)
211 if (property == (wxProperty *)m_propertyScrollingList->wxListBox::GetClientData(i))
238 bool wxPropertyListView::ShowProperty(wxProperty *property, bool select)
264 bool wxPropertyListView::BeginShowingProperty(wxProperty *property)
281 bool wxPropertyListView::EndShowingProperty(wxProperty *property)
342 bool wxPropertyListView::DisplayProperty(wxProperty *property)
361 bool wxPropertyListView::RetrieveProperty(wxProperty *propert
[all...]
H A Dprop.cpp829 IMPLEMENT_DYNAMIC_CLASS(wxProperty, wxObject)
831 wxProperty::wxProperty(void) function in class:wxProperty
839 wxProperty::wxProperty(wxProperty& copyFrom) function in class:wxProperty
850 wxProperty::wxProperty(wxString nm, wxString role, wxPropertyValidator *ed):m_name(nm), m_propertyRole(role) function in class:wxProperty
857 wxProperty::wxProperty(wxStrin function in class:wxProperty
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/deprecated/proplist/
H A Dproplist.cpp157 sheet->AddProperty(new wxProperty(_T("fred"), 1.0, _T("real")));
158 sheet->AddProperty(new wxProperty(_T("tough choice"), true, _T("bool")));
159 sheet->AddProperty(new wxProperty(_T("ian"), (long)45, _T("integer"), new wxIntegerListValidator(-50, 50)));
160 sheet->AddProperty(new wxProperty(_T("bill"), 25.0, _T("real"), new wxRealListValidator(0.0, 100.0)));
161 sheet->AddProperty(new wxProperty(_T("julian"), _T("one"), _T("string")));
162 sheet->AddProperty(new wxProperty(_T("bitmap"), _T("none"), _T("string"), new wxFilenameListValidator(_T("Select a bitmap file"), _T("*.bmp"))));
164 sheet->AddProperty(new wxProperty(_T("constrained"), _T("one"), _T("string"), new wxStringListValidator(strings)));
167 sheet->AddProperty(new wxProperty(_T("string list"), strings2, _T("stringlist")));
214 sheet->AddProperty(new wxProperty(_T("fred"), 25.0, _T("real"), new wxRealFormValidator(0.0, 100.0)));
215 sheet->AddProperty(new wxProperty(_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Devthand.tex250 The property classes library (wxProperty) also overrides {\bf ProcessEvent} for similar reasons.

Completed in 64 milliseconds