]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/include/wxMaracasApp02.h
13a5471a4ce05fc17225a090c5eecd2eb5163846
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / include / wxMaracasApp02.h
1 /*=========================================================================
2
3   Program:   wxMaracas
4   Module:    $RCSfile: wxMaracasApp02.h,v $
5   Language:  C++
6   Date:      $Date: 2009/05/14 13:54:54 $
7   Version:   $Revision: 1.1 $
8
9   Copyright: (c) 2002, 2003
10   License:
11   
12      This software is distributed WITHOUT ANY WARRANTY; without even 
13      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
14      PURPOSE.  See the above copyright notice for more information.
15
16 =========================================================================*/
17
18 #ifndef __WX__MARACAS__APP__02__H__
19 #define __WX__MARACAS__APP__02__H__
20
21 // ----------------------------------------------------------------------------
22 // wx headers inclusion.
23 // For compilers that support precompilation, includes <wx/wx.h>.
24 // ----------------------------------------------------------------------------
25 #include <wx/wxprec.h>
26 #ifdef __BORLANDC__
27 #pragma hdrstop
28 #endif
29 #ifndef WX_PRECOMP
30 #include <wx/wx.h>
31 #endif
32 #include <kernel/marInterface.h>
33
34
35
36
37
38 /** 
39  * \brief Maracas main application.
40  */
41 class wxMaracasApp02 : public wxApp
42 {
43 public:
44 /*
45         void SetVolumeData(int dimX,int dimY,int dimZ, float spacingX, float spacingY, float spacingZ, unsigned short * pixels);
46         void ShowFrame(int cmdShow);
47         bool Initialized();
48         void Reset();
49         void Run();
50 */
51     bool OnInit( );
52     int  OnExit();
53 private:
54     marInterface        *_mar;
55 /*
56         bool                    initialized;
57         wxMaracasFrame* m_pFrame;
58 */
59 };
60
61 #endif // __WX__MARACAS__APP__H__