Searched refs:DiagramView (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/ogledit/
H A Dview.h47 class DiagramView: public wxView class in inherits:wxView
49 DECLARE_DYNAMIC_CLASS(DiagramView)
55 DiagramView(void) { canvas = NULL; frame = NULL; }; function in class:DiagramView
56 ~DiagramView(void) {};
H A Dview.cpp34 IMPLEMENT_DYNAMIC_CLASS(DiagramView, wxView)
36 BEGIN_EVENT_TABLE(DiagramView, wxView)
37 EVT_MENU(wxID_CUT, DiagramView::OnCut)
38 EVT_MENU(OGLEDIT_CHANGE_BACKGROUND_COLOUR, DiagramView::OnChangeBackgroundColour)
39 EVT_MENU(OGLEDIT_EDIT_LABEL, DiagramView::OnEditLabel)
44 bool DiagramView::OnCreate(wxDocument *doc, long WXUNUSED(flags))
70 void DiagramView::OnDraw(wxDC *dc)
139 void DiagramView::OnUpdate(wxView *WXUNUSED(sender), wxObject *WXUNUSED(hint))
146 bool DiagramView::OnClose(bool WXUNUSED(deleteWindow))
170 wxShape *DiagramView
[all...]
H A Dogledit.cpp57 CLASSINFO(DiagramDocument), CLASSINFO(DiagramView));

Completed in 49 milliseconds