Searched refs:myDocManager (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/ogledit/
H A Dogledit.cpp43 myDocManager= NULL;
53 myDocManager = new wxDocManager;
56 (void) new wxDocTemplate(myDocManager, _T("Diagram"), _T("*.dia"), wxEmptyString, _T("dia"), _T("Diagram Doc"), _T("Diagram View"),
61 myDocManager->SetMaxDocsOpen(1);
64 frame = new MyFrame(myDocManager, NULL, _T("OGLEdit Demo"), wxPoint(0, 0), wxSize(500, 400), wxDEFAULT_FRAME_STYLE);
98 myDocManager->FileHistoryUseMenu(file_menu);
112 myDocManager->CreateDocument(wxEmptyString, wxDOC_NEW);
130 delete myDocManager;
H A Dogledit.h25 wxDocManager* myDocManager; member in class:MyApp

Completed in 107 milliseconds