X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fctsim.h;h=24ef0a299f716cbaca41b4660d955e95e5a12055;hb=fd726516dd11fd37a675a94c1e7165c47d793b34;hp=d925599edfae8b4d08ad097548d6dbefc8d1a92e;hpb=fd1d136a94a6d20013f38d6a997bdfefad0f5e98;p=ctsim.git diff --git a/src/ctsim.h b/src/ctsim.h index d925599..24ef0a2 100644 --- a/src/ctsim.h +++ b/src/ctsim.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsim.h,v 1.10 2000/12/20 20:08:48 kevin Exp $ +** $Id: ctsim.h,v 1.13 2000/12/25 21:54:26 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 @@ -36,7 +36,10 @@ #endif class wxMenu; -class wxDocument; +class wxDocument; +class ImageFileDocument; +#include + #include "wx/docview.h" // Define a new frame for main window @@ -106,6 +109,11 @@ public: { return m_docManager; } wxString getUntitledFilename(); + + void getCompatibleImages (const ImageFileDocument* pIFDoc, std::vector& vecIF); + + bool getSetModifyNewDocs() const + { return false; } private: wxDocManager* m_docManager; @@ -135,7 +143,10 @@ enum { IFMENU_PLOT_ROW, IFMENU_PLOT_COL, IFMENU_VIEW_SCALE_AUTO, - IFMENU_VIEW_SCALE_MINMAX, + IFMENU_VIEW_SCALE_MINMAX, + IFMENU_COMPARE_IMAGES, + IFMENU_COMPARE_ROW, + IFMENU_COMPARE_COL, PHMMENU_PROCESS_RASTERIZE, PHMMENU_PROCESS_PROJECTIONS, PLOTMENU_VIEW_SCALE_MINMAX,