1 /*=========================================================================
3 Program: WXDialog - wxWidgets X-platform GUI Front-End for CMake
4 Module: $RCSfile: CMakeSetup.h,v $
6 Date: $Date: 2005-06-30 19:54:14 $
7 Version: $Revision: 1.1 $
11 Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
12 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
14 This software is distributed WITHOUT ANY WARRANTY; without even
15 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
16 PURPOSE. See the above copyright notices for more information.
18 =========================================================================*/
20 #ifndef _CMAKESETUP_H_
21 #define _CMAKESETUP_H_
23 #if defined(__GNUG__) && !defined(__APPLE__)
24 #pragma interface "CMakeSetup.cpp"
36 * Forward declarations
39 ////@begin forward declarations
40 ////@end forward declarations
46 ////@begin control identifiers
47 ////@end control identifiers
50 * CMakeSetupApp class declaration
53 class CMakeSetupApp
: public wxApp
55 DECLARE_CLASS( CMakeSetupApp
)
62 /// Initialises the application
63 virtual bool OnInit();
68 ////@begin CMakeSetupApp event handler declarations
70 ////@end CMakeSetupApp event handler declarations
72 ////@begin CMakeSetupApp member function declarations
74 ////@end CMakeSetupApp member function declarations
76 ////@begin CMakeSetupApp member variables
77 ////@end CMakeSetupApp member variables
84 * Application instance declaration
87 ////@begin declare app
88 DECLARE_APP(CMakeSetupApp
)