X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fviews.h;h=01f8945d0388a9850e6d716eb0b96c2ae1eb1ad3;hb=48b964d879cb0353ab421226e7a282389a1db479;hp=3f902cf27b81bb739e7cd1758022bd930b461f60;hpb=d16eb37cbc73f67fc29a60645e0b1ac7fe32767e;p=ctsim.git diff --git a/src/views.h b/src/views.h index 3f902cf..01f8945 100644 --- a/src/views.h +++ b/src/views.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: views.h,v 1.52 2001/03/18 18:08:26 kevin Exp $ +** $Id: views.h,v 1.55 2001/03/30 21:01:15 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 @@ -62,6 +62,7 @@ private: ImageFileCanvas *m_pCanvas; wxMenu* m_pFileMenu; + wxMenu* m_pFilterMenu; bool m_bMinSpecified; bool m_bMaxSpecified; double m_dMinPixel; @@ -129,6 +130,8 @@ public: void OnMagnitude (wxCommandEvent& event); void OnPhase (wxCommandEvent& event); + void OnReal (wxCommandEvent& event); + void OnImaginary (wxCommandEvent& event); void OnScaleAuto (wxCommandEvent& event); void OnScaleMinMax (wxCommandEvent& event);