Searched refs:csShapePropertiesDialog (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/samples/ogl/studio/
H A Ddialogs.h95 class csShapePropertiesDialog: public wxDialog class in inherits:wxDialog
97 DECLARE_CLASS(csShapePropertiesDialog)
99 csShapePropertiesDialog(wxWindow* parent, const wxString& title, wxPanel* attributeDialog, const wxString& attributeDialogName);
H A Ddialogs.cpp244 IMPLEMENT_CLASS(csShapePropertiesDialog, wxDialog)
246 BEGIN_EVENT_TABLE(csShapePropertiesDialog, wxDialog)
247 EVT_BUTTON(wxID_OK, csShapePropertiesDialog::OnOK)
255 csShapePropertiesDialog::csShapePropertiesDialog(wxWindow* parent, const wxString& title, function in class:csShapePropertiesDialog
347 void csShapePropertiesDialog::OnOK(wxCommandEvent& event)
359 void csShapePropertiesDialog::SetDefaults()
H A Dshapes.cpp681 csShapePropertiesDialog* dialog = new csShapePropertiesDialog(shape->GetCanvas()->GetParent(), title, attributeDialog, attributeDialogName);

Completed in 177 milliseconds