Searched refs:wxPropertySheet (Results 1 - 7 of 7) 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.h34 class wxPropertySheet;
42 class WXDLLIMPEXP_DEPRECATED wxPropertySheet: public wxObject class in inherits:wxObject
45 wxPropertySheet(const wxString& name = wxT(""));
46 ~wxPropertySheet();
84 DECLARE_DYNAMIC_CLASS(wxPropertySheet)
97 virtual void ShowView(wxPropertySheet *WXUNUSED(propertySheet), wxWindow *WXUNUSED(panel)) {}
112 inline virtual void SetPropertySheet(wxPropertySheet *sheet) { m_propertySheet = sheet; }
113 inline virtual wxPropertySheet *GetPropertySheet() const { return m_propertySheet; }
120 wxPropertySheet* m_propertySheet;
H A Dproplist.h84 virtual void ShowView(wxPropertySheet *propertySheet, wxPanel *panel);
190 virtual void ShowView(wxPropertySheet *propertySheet, wxWindow *window)
H A Dpropform.h40 virtual void ShowView(wxPropertySheet *propertySheet, wxWindow *panel);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dprop.cpp965 IMPLEMENT_DYNAMIC_CLASS(wxPropertySheet, wxObject)
967 wxPropertySheet::wxPropertySheet(const wxString& name) function in class:wxPropertySheet
972 wxPropertySheet::~wxPropertySheet(void)
977 void wxPropertySheet::UpdateAllViews( wxPropertyView *WXUNUSED(thisView) )
982 void wxPropertySheet::AddProperty(wxProperty *property)
988 wxProperty *wxPropertySheet::GetProperty(const wxString& name) const
997 bool wxPropertySheet::SetProperty(const wxString& name, const wxPropertyValue& value)
1008 void wxPropertySheet
[all...]
H A Dpropform.cpp70 void wxPropertyFormView::ShowView(wxPropertySheet *ps, wxWindow *panel)
H A Dproplist.cpp128 void wxPropertyListView::ShowView(wxPropertySheet *ps, wxPanel *panel)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/deprecated/proplist/
H A Dproplist.cpp47 m_mainFrame = new MyFrame(NULL, _T("wxPropertySheet Demo"), wxPoint(0, 0), wxSize(300, 400), wxDEFAULT_FRAME_STYLE);
155 wxPropertySheet *sheet = new wxPropertySheet;
212 wxPropertySheet *sheet = new wxPropertySheet;

Completed in 140 milliseconds