X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.h;h=dddf2105547c339dab97cf758d431ba826b3f128;hp=220a540c6d8afbed5d8ca9ee643d46a3404f26e2;hb=c551b53b39a7571cf52831f5e117be1cca95c420;hpb=89997e727ff5d4d8828f6fdaee435d809b623ffe diff --git a/src/ctsim.h b/src/ctsim.h index 220a540..dddf210 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.9 2000/12/19 21:37:51 kevin Exp $ +** $Id: ctsim.h,v 1.12 2000/12/22 04:18:00 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,8 @@ public: { return m_docManager; } wxString getUntitledFilename(); + + void getCompatibleImages (const ImageFileDocument* pIFDoc, std::vector& vecIF); private: wxDocManager* m_docManager; @@ -135,9 +140,14 @@ 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, + PHMMENU_PROCESS_PROJECTIONS, + PLOTMENU_VIEW_SCALE_MINMAX, + PLOTMENU_VIEW_SCALE_AUTO, MAINMENU_WINDOW_BASE, };