r309: plotfile changes
[ctsim.git] / src / ctsim.h
index 8367f21a9056b263c311f1c13a50e664241d71a8..d925599edfae8b4d08ad097548d6dbefc8d1a92e 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ctsim.h,v 1.6 2000/09/07 01:28:33 kevin Exp $
+**  $Id: ctsim.h,v 1.10 2000/12/20 20:08:48 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
@@ -28,7 +28,6 @@
 #ifndef __CTSIMH__
 #define __CTSIMH__
 
-#include "wx/docview.h"
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -38,6 +37,7 @@
 
 class wxMenu;
 class wxDocument;
+#include "wx/docview.h"\r
 
 // Define a new frame for main window
 class MainFrame: public wxDocParentFrame
@@ -47,7 +47,7 @@ private:
     wxTextCtrl* m_pLog;
     wxMenu* m_pWindowMenu;
 
-    static const int MAX_WINDOW_MENUITEMS = 20;
+    enum { MAX_WINDOW_MENUITEMS = 20 };
     wxMenuItem* m_apWindowMenuItems[MAX_WINDOW_MENUITEMS];
     wxDocument* m_apWindowMenuData[MAX_WINDOW_MENUITEMS];
 
@@ -131,11 +131,15 @@ enum {
     IFMENU_FILE_PROPERTIES,
     PJMENU_FILE_PROPERTIES,
     PHMMENU_FILE_PROPERTIES,
-    PJMENU_PROCESS_RECONSTRUCT,
+    PJMENU_PROCESS_RECONSTRUCT,\r
+       IFMENU_PLOT_ROW,\r
+       IFMENU_PLOT_COL,
     IFMENU_VIEW_SCALE_AUTO,
     IFMENU_VIEW_SCALE_MINMAX,
     PHMMENU_PROCESS_RASTERIZE,
-    PHMMENU_PROCESS_PROJECTIONS,
+    PHMMENU_PROCESS_PROJECTIONS,\r
+       PLOTMENU_VIEW_SCALE_MINMAX,\r
+       PLOTMENU_VIEW_SCALE_AUTO,
     MAINMENU_WINDOW_BASE,
 };