creaImageIO_lib
myApp Class Reference
Inheritance diagram for myApp:
Collaboration diagram for myApp:

Public Member Functions

bool OnInit ()
 
int OnExit ()
 
bool OnInit ()
 
int OnExit ()
 

Detailed Description

Definition at line 30 of file main.cxx.

Member Function Documentation

int myApp::OnExit ( )
inline

Definition at line 34 of file main.cxx.

34 { return true; }
int myApp::OnExit ( )
inline

Definition at line 52 of file main.cxx.

52 { return true; }
CREA_WXMAIN_WITH_CONSOLE bool myApp::OnInit ( )

Definition at line 41 of file main.cxx.

References creaImageIO::SetGimmickDebugMessageLevel(), and creaImageIO::SetGimmickMessageLevel().

42 {
43  wxApp::OnInit();
44 #ifdef __WXGTK__
45  //See http://www.wxwindows.org/faqgtk.htm#locale
46  setlocale(LC_NUMERIC, "C");
47 #endif
48  wxInitAllImageHandlers();
49 
50 
53 
54 
55  int threads = 1;
56 
59  -1,
60  _T("wxGimmick! (c) CREATIS-LRMN 2008"),
61  wxDefaultPosition,
62  wxSize(1200,800),
63  threads);
64  f->Show();
65 
66  return true;
67 }

Here is the call graph for this function:

bool myApp::OnInit ( )

The documentation for this class was generated from the following files: