X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fviews.h;h=79b154ca6abe3e40c31958e3dbc3647098488e6a;hb=67a6c34b5a6f38d34e8cbe66091853f453fd2d7a;hp=8bb5e6d82a414fadadd7f556f7025e56eeb4d894;hpb=5c6b29ab4885308cc3381af6e0a68f4804956d2e;p=ctsim.git diff --git a/src/views.h b/src/views.h index 8bb5e6d..79b154c 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.17 2000/12/29 15:45:06 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 @@ -71,8 +71,10 @@ public: void OnSquareRoot (wxCommandEvent& event); void OnLog (wxCommandEvent& event); void OnExp (wxCommandEvent& event); - void OnFFTMagnitude (wxCommandEvent& event); - void OnFFTPhase (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);