X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.h;h=8bb5e6d82a414fadadd7f556f7025e56eeb4d894;hp=1457e8431b7a598328aa0e78682240bb81498f26;hb=5c6b29ab4885308cc3381af6e0a68f4804956d2e;hpb=c24c1c0721df40e77822ad2b9ec01a944012ff42 diff --git a/src/views.h b/src/views.h index 1457e84..8bb5e6d 100644 --- a/src/views.h +++ b/src/views.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: views.h,v 1.16 2000/12/22 04:18:00 kevin Exp $ +** $Id: views.h,v 1.17 2000/12/29 15:45:06 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 @@ -66,6 +66,13 @@ public: bool OnClose (bool deleteWindow = true); void OnProperties (wxCommandEvent& event); void OnCompare (wxCommandEvent& event); + void OnInvertValues (wxCommandEvent& event); + void OnSquare (wxCommandEvent& event); + void OnSquareRoot (wxCommandEvent& event); + void OnLog (wxCommandEvent& event); + void OnExp (wxCommandEvent& event); + void OnFFTMagnitude (wxCommandEvent& event); + void OnFFTPhase (wxCommandEvent& event); void OnScaleAuto (wxCommandEvent& event); void OnScaleMinMax (wxCommandEvent& event); void OnPlotRow (wxCommandEvent& event); @@ -217,6 +224,7 @@ private: PlotFileCanvas *CreateCanvas(wxView *view, wxFrame *parent); wxFrame *CreateChildFrame(wxDocument *doc, wxView *view); + EZPlot* m_pEZPlot; PlotFileCanvas *m_canvas; wxFrame *m_frame; bool m_bMinSpecified;