Searched refs:csGeneralShapePropertiesDialog (Results 1 - 2 of 2) 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.h72 * csGeneralShapePropertiesDialog
76 class csGeneralShapePropertiesDialog: public wxPanel class in inherits:wxPanel
78 DECLARE_CLASS(csGeneralShapePropertiesDialog)
80 csGeneralShapePropertiesDialog();
108 csGeneralShapePropertiesDialog* GetGeneralPropertiesDialog() const { return m_generalPropertiesDialog; }
118 csGeneralShapePropertiesDialog* m_generalPropertiesDialog;
H A Ddialogs.cpp266 m_generalPropertiesDialog = new csGeneralShapePropertiesDialog;
393 * csGeneralShapePropertiesDialog
396 IMPLEMENT_CLASS(csGeneralShapePropertiesDialog, wxPanel)
398 BEGIN_EVENT_TABLE(csGeneralShapePropertiesDialog, wxPanel)
401 csGeneralShapePropertiesDialog::csGeneralShapePropertiesDialog() function in class:csGeneralShapePropertiesDialog
405 void csGeneralShapePropertiesDialog::SetShapeLabel(const wxString& label)

Completed in 61 milliseconds