X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.h;h=0dc47c91f55f241147f44285c4a708df006a3a15;hp=42394021f3cc270dd7ef73c76b3c152ae49804f3;hb=6b2163676582e4d32020dc765b74cff3a1705d3c;hpb=63ef93d6bfd8039299bbf2733f054b378cfdcaa1 diff --git a/src/views.h b/src/views.h index 4239402..0dc47c9 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.60 2003/01/24 05:24:19 kevin Exp $ +** $Id: views.h,v 1.61 2003/03/15 10:27:30 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 @@ -204,6 +204,8 @@ private: ProjectionFileCanvas *m_pCanvas; wxMenu* m_pFileMenu; + wxMenu* m_pReconstructMenu; + wxMenu* m_pConvertMenu; int m_iDefaultNX; int m_iDefaultNY; @@ -262,6 +264,7 @@ public: void setInitialClientSize(); wxMenu* getFileMenu() { return m_pFileMenu; } + wxMenu* getReconstructMenu() { return m_pReconstructMenu; } ProjectionFileDocument* GetDocument() { return dynamic_cast(wxView::GetDocument()); }