r319: add complex-valued imagefile support
[ctsim.git] / src / views.h
index 1457e8431b7a598328aa0e78682240bb81498f26..79b154ca6abe3e40c31958e3dbc3647098488e6a 100644 (file)
@@ -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.18 2000/12/29 19:30:08 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);\r
+    void OnInvertValues (wxCommandEvent& event);\r
+    void OnSquare (wxCommandEvent& event);\r
+    void OnSquareRoot (wxCommandEvent& event);\r
+    void OnLog (wxCommandEvent& event);\r
+    void OnExp (wxCommandEvent& event);\r
+    void OnFourier (wxCommandEvent& event);\r
+    void OnInverseFourier (wxCommandEvent& event);\r
+    void OnMagnitude (wxCommandEvent& event);\r
+    void OnPhase (wxCommandEvent& event);\r
     void OnScaleAuto (wxCommandEvent& event);
     void OnScaleMinMax (wxCommandEvent& event);
          void OnPlotRow (wxCommandEvent& event);\r
@@ -217,6 +226,7 @@ private:
     PlotFileCanvas *CreateCanvas(wxView *view, wxFrame *parent);
     wxFrame *CreateChildFrame(wxDocument *doc, wxView *view);
 
+    EZPlot* m_pEZPlot;\r
     PlotFileCanvas *m_canvas;
     wxFrame *m_frame;
     bool m_bMinSpecified;\r