X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdocs.h;h=8da87b3c76a9b3e25a036673e09c2d22c6f3eb4f;hb=c6cda8844a491b71759e5dd5edba830d0b809cfd;hp=3729ce4b7211809888fc4332bf760426338bdd77;hpb=65732cc5d8dbf867ed56a021c07c5636cea93b5a;p=ctsim.git diff --git a/src/docs.h b/src/docs.h index 3729ce4..8da87b3 100644 --- a/src/docs.h +++ b/src/docs.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: docs.h,v 1.9 2000/12/27 03:16:02 kevin Exp $ +** $Id: docs.h,v 1.11 2001/01/03 22:01:50 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -117,12 +117,13 @@ public: { return m_phantom; } virtual bool OnOpenDocument (const wxString& filename); + virtual bool OnSaveDocument (const wxString& filename); virtual bool OnCloseDocument (); virtual bool IsModified () const; virtual void Modify (bool mod); }; - - + + class PlotFileDocument: public wxDocument { DECLARE_DYNAMIC_CLASS(PlotFileDocument) @@ -144,11 +145,11 @@ public: const PlotFile& getPlotFile () const { return m_plot; } - PlotFile& getPlotFile () - { return m_plot; } - - virtual bool OnOpenDocument (const wxString& filename); - virtual bool OnSaveDocument (const wxString& filename); + PlotFile& getPlotFile () + { return m_plot; } + + virtual bool OnOpenDocument (const wxString& filename); + virtual bool OnSaveDocument (const wxString& filename); virtual bool OnCloseDocument (); virtual bool IsModified () const; virtual void Modify (bool mod);