X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.h;h=9c4278f1e01ef19844993fe916e4c4d9e451ebc5;hp=ee2ccbdbf811dc7bd845003fcdf2756dc32b17ef;hb=776659087144bc4d9b12ad8eda88cb2bd94d4d94;hpb=afe021150e8637620806652b25d90bd4c51550b6 diff --git a/src/ctsim.h b/src/ctsim.h index ee2ccbd..9c4278f 100644 --- a/src/ctsim.h +++ b/src/ctsim.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: ctsim.h,v 1.33 2001/01/28 19:10:18 kevin Exp $ +** $Id: ctsim.h,v 1.34 2001/01/29 00:42: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 @@ -178,6 +178,7 @@ private: wxDocTemplate* m_pDocTemplPhantom; wxDocTemplate* m_pDocTemplPlot; wxDocTemplate* m_pDocTemplText; + TextFileDocument* m_pLogDoc; void usage (const char* program); @@ -213,6 +214,7 @@ public: wxDocTemplate* getDocTemplPhantom() { return m_pDocTemplPhantom; } wxDocTemplate* getDocTemplPlot() { return m_pDocTemplPlot; } wxDocTemplate* getDocTemplText() { return m_pDocTemplText; } + TextFileDocument* getLogDoc() { return m_pLogDoc; } ProjectionFileDocument* newProjectionDoc(); ImageFileDocument* newImageDoc();