28#include <wx/docview.h>
71 virtual bool OnClose(
bool deleteWindow =
true);
See http://www.wxwidgets.org/manuals/stable/wx_wxdocument.html (wxWidgets documentation)
Provides the child frame for displaying documents on separate windows.
The document class, derived from both wxDocument and Recording.
Handles drawing of traces and keyboard or mouse input.
See http://www.wxwidgets.org/manuals/stable/wx_wxview.html (wxWidgets documentation)
wxStfDoc * DocC() const
Retrieve the attached document.
virtual void OnUpdate(wxView *sender, wxObject *hint=(wxObject *) NULL)
Override default updating behaviour.
wxStfDoc * Doc()
Retrieve the attached document.
virtual bool OnCreate(wxDocument *doc, long flags)
Override default view creation.
wxStfGraph * GetGraph()
Retrieve the attached graph.
virtual bool OnClose(bool deleteWindow=true)
Override default file closing behaviour.
virtual void OnActivateView(bool activate, wxView *activeView, wxView *deactiveView)
Called when the view is activated; dialogs and menus are then updated.
virtual void OnDraw(wxDC *dc)
The drawing function (note that actual drawing happens in wxStfGraph::OnDraw())