1 /***************************************************************************
2 						guimain.cpp    -  description
3 							-------------------
4 	begin                : march 22th, 2004
5 	copyright            : (C) 2004-2006 by Duong Khang NGUYEN
6 	email                : neoneurone @ gmail com
7 
8 	$Id: guimain.cpp 375 2008-10-28 14:47:15Z neoneurone $
9  ***************************************************************************/
10 
11 /***************************************************************************
12  *                                                                         *
13  *   This program is free software; you can redistribute it and/or modify  *
14  *   it under the terms of the GNU General Public License as published by  *
15  *   the Free Software Foundation; either version 2 of the License, or     *
16  *   any later version.                                                    *
17  *                                                                         *
18  ***************************************************************************/
19 
20 #include "guimain.h"
21 
22 
23    /*=====================================================================*/
GUIMain()24 GUIMain::GUIMain():
25 _pctr( NULL ),
26 _iX( 0 ),
27 _iY( 0 ),
28 _uiWidth( 0 ),
29 _uiHeight( 0 ),
30 _ubAttribute( 0 )
31 {
32 }
33 
34 
35    /*=====================================================================*/
~GUIMain()36 GUIMain::~GUIMain()
37 {
38 }
39 
40 
41 
42 
43 
44 
45 
46 
47 
48 
49 
50 
51 
52 
53 
54 
55 
56 
57 
58 
59 
60 
61 
62 
63 
64 
65 
66 
67 
68 
69 
70 
71 
72 
73 
74 
75