GTKApplicationHandler.h
Go to the documentation of this file.
1 // ****************************************************************************
2 // Filename: GTKApplicationHandler.h
3 // Author: Florian Hecht
4 // Date: 2009
5 // ****************************************************************************
6 
7 
8 #ifndef _GTK_APPLICATION_HANDLER_H_
9 #define _GTK_APPLICATION_HANDLER_H_
10 
11 
12 // ****************************************************************************
13 // Necessary includes
14 // ****************************************************************************
15 
17 
18 
19 
20 // ****************************************************************************
21 // CGTKApplicationHandler
22 // ****************************************************************************
23 
25 {
26 public:
27  CGTKApplicationHandler(int argc = 0, char **argv = 0);
29 
31  void Reset();
32 
33  void SetExit(bool exit) { m_bExit = exit; }
34 
36 private:
37 
38  bool m_bExit;
40 };
41 
42 
43 
44 #endif /* _GTK_APPLICATION_HANDLER_H_ */
static CGTKApplicationHandler * GetApplicationHandler()
static CGTKApplicationHandler * m_pGTKApplicationHandler
CGTKApplicationHandler(int argc=0, char **argv=0)


asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Mon Dec 2 2019 03:47:28