X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.h;h=3512fac1d77c1dbca1c37c795f30ffd8b28a7e6a;hp=1457e8431b7a598328aa0e78682240bb81498f26;hb=7ae47cb0ff0a16d1c36797576155263434cc73ff;hpb=c551b53b39a7571cf52831f5e117be1cca95c420 diff --git a/src/views.h b/src/views.h index 1457e84..3512fac 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.19 2000/12/29 20:18:59 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,15 @@ 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 OnFourier (wxCommandEvent& event); + void OnInverseFourier (wxCommandEvent& event); + void OnMagnitude (wxCommandEvent& event); + void OnPhase (wxCommandEvent& event); void OnScaleAuto (wxCommandEvent& event); void OnScaleMinMax (wxCommandEvent& event); void OnPlotRow (wxCommandEvent& event); @@ -219,6 +228,7 @@ private: PlotFileCanvas *m_canvas; wxFrame *m_frame; + EZPlot* m_pEZPlot; bool m_bMinSpecified; bool m_bMaxSpecified; double m_dMinPixel;