Fraxinus
16.5.0-fx-rc5
An IGT application
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
cxMain.cpp
Go to the documentation of this file.
1
/*=========================================================================
2
This file is part of CustusX, an Image Guided Therapy Application.
3
4
Copyright (c) 2008-2014, SINTEF Department of Medical Technology
5
All rights reserved.
6
7
Redistribution and use in source and binary forms, with or without
8
modification, are permitted provided that the following conditions are met:
9
10
1. Redistributions of source code must retain the above copyright notice,
11
this list of conditions and the following disclaimer.
12
13
2. Redistributions in binary form must reproduce the above copyright notice,
14
this list of conditions and the following disclaimer in the documentation
15
and/or other materials provided with the distribution.
16
17
3. Neither the name of the copyright holder nor the names of its contributors
18
may be used to endorse or promote products derived from this software
19
without specific prior written permission.
20
21
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
25
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
27
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
28
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
29
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
=========================================================================*/
32
33
#include <iostream>
34
#include "
cxMainWindow.h
"
35
#include "
cxMainWindowApplicationComponent.h
"
36
#include "
cxLogicManager.h
"
37
#include "
cxApplication.h
"
38
#include "
cxDataLocations.h
"
39
40
int
main
(
int
argc,
char
*argv[])
41
{
42
43
#if !defined(WIN32)
44
//for some reason this does not work with dynamic linking on windows
45
//instead we solve the problem by adding a handmade header for the cxResources.qrc file
46
Q_INIT_RESOURCE(cxResources);
47
#endif
48
49
cx::Application
app(argc, argv);
50
app.setOrganizationName(
"CustusX"
);
51
app.setOrganizationDomain(
"www.custusx.org"
);
52
app.setApplicationName(CX_SYSTEM_BASE_NAME);
53
app.setWindowIcon(QIcon(
":/icons/CustusX/CustusX.png"
));
54
app.setAttribute(Qt::AA_DontShowIconsInMenus,
false
);
55
56
cx::DataLocations::setWebsiteURL
(
"http://www.custusx.org"
);
57
cx::ApplicationComponentPtr
mainwindow(
new
cx::MainWindowApplicationComponent<cx::MainWindow>
());
58
cx::LogicManager::initialize
(mainwindow);
59
60
int
retVal = app.exec();
61
62
cx::LogicManager::shutdown
();
// shutdown all global resources, _after_ gui is deleted.
63
64
return
retVal;
65
}
main
int main(int argc, char *argv[])
Definition:
cxMain.cpp:40
cx::ApplicationComponentPtr
boost::shared_ptr< class ApplicationComponent > ApplicationComponentPtr
Definition:
cxLogicManager.h:54
cx::LogicManager::shutdown
static void shutdown()
Definition:
cxLogicManager.cpp:117
cx::Application
Definition:
cxApplication.h:53
cxMainWindow.h
cxLogicManager.h
cxMainWindowApplicationComponent.h
cx::DataLocations::setWebsiteURL
static void setWebsiteURL(QString websiteUrl)
Definition:
cxDataLocations.cpp:321
cx::MainWindowApplicationComponent
Definition:
cxMainWindowApplicationComponent.h:48
cxApplication.h
cxDataLocations.h
cx::LogicManager::initialize
static void initialize(ApplicationComponentPtr component=ApplicationComponentPtr())
Definition:
cxLogicManager.cpp:108
CX
source
apps
CustusX
cxMain.cpp
Generated on Fri May 6 2016 21:54:12 for Fraxinus by
1.8.6