Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
737d8441
Commit
737d8441
authored
Mar 25, 2015
by
Christophe Palmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: QT4 Boost compatibility
parent
c5004ec4
Changes
39
Hide whitespace changes
Inline
Side-by-side
Showing
39 changed files
with
182 additions
and
0 deletions
+182
-0
Code/Common/ApplicationsWrapper/mvdApplicationLauncher.h
Code/Common/ApplicationsWrapper/mvdApplicationLauncher.h
+2
-0
Code/Common/ApplicationsWrapper/mvdApplicationsBrowser.h
Code/Common/ApplicationsWrapper/mvdApplicationsBrowser.h
+4
-0
Code/Common/ApplicationsWrapper/mvdApplicationsToolBoxController.h
...on/ApplicationsWrapper/mvdApplicationsToolBoxController.h
+4
-0
Code/Common/ApplicationsWrapper/mvdOTBApplicationsModel.h
Code/Common/ApplicationsWrapper/mvdOTBApplicationsModel.h
+4
-0
Code/Common/ApplicationsWrapper/mvdWrapperQtWidgetParameterInitializers.h
...icationsWrapper/mvdWrapperQtWidgetParameterInitializers.h
+6
-0
Code/Common/ApplicationsWrapper/mvdWrapperQtWidgetView.h
Code/Common/ApplicationsWrapper/mvdWrapperQtWidgetView.h
+6
-0
Code/Common/Core/mvdAbstractImageModel.h
Code/Common/Core/mvdAbstractImageModel.h
+8
-0
Code/Common/Core/mvdAbstractLayerModel.h
Code/Common/Core/mvdAbstractLayerModel.h
+4
-0
Code/Common/Core/mvdAbstractModel.h
Code/Common/Core/mvdAbstractModel.h
+4
-0
Code/Common/Core/mvdAbstractWorker.h
Code/Common/Core/mvdAbstractWorker.h
+2
-0
Code/Common/Core/mvdAlgorithm.h
Code/Common/Core/mvdAlgorithm.h
+8
-0
Code/Common/Core/mvdBackgroundTask.h
Code/Common/Core/mvdBackgroundTask.h
+2
-0
Code/Common/Core/mvdCore.h
Code/Common/Core/mvdCore.h
+4
-0
Code/Common/Core/mvdDataStream.h
Code/Common/Core/mvdDataStream.h
+6
-0
Code/Common/Core/mvdDatabaseConnection.h
Code/Common/Core/mvdDatabaseConnection.h
+4
-0
Code/Common/Core/mvdDatabaseError.h
Code/Common/Core/mvdDatabaseError.h
+4
-0
Code/Common/Core/mvdDatabaseModel.h
Code/Common/Core/mvdDatabaseModel.h
+8
-0
Code/Common/Core/mvdDatabaseQueries.h
Code/Common/Core/mvdDatabaseQueries.h
+4
-0
Code/Common/Core/mvdDatasetDescriptor.h
Code/Common/Core/mvdDatasetDescriptor.h
+6
-0
Code/Common/Core/mvdDatasetModel.h
Code/Common/Core/mvdDatasetModel.h
+6
-0
Code/Common/Core/mvdHistogramModel.h
Code/Common/Core/mvdHistogramModel.h
+12
-0
Code/Common/Core/mvdI18nCoreApplication.h
Code/Common/Core/mvdI18nCoreApplication.h
+4
-0
Code/Common/Core/mvdImageImporter.h
Code/Common/Core/mvdImageImporter.h
+4
-0
Code/Common/Core/mvdImagePlacenameLoader.h
Code/Common/Core/mvdImagePlacenameLoader.h
+2
-0
Code/Common/Core/mvdImageProperties.h
Code/Common/Core/mvdImageProperties.h
+4
-0
Code/Common/Core/mvdImageSettings.h
Code/Common/Core/mvdImageSettings.h
+2
-0
Code/Common/Core/mvdImageSettingsInterface.h
Code/Common/Core/mvdImageSettingsInterface.h
+2
-0
Code/Common/Core/mvdMath.h
Code/Common/Core/mvdMath.h
+6
-0
Code/Common/Core/mvdModifiableInterface.h
Code/Common/Core/mvdModifiableInterface.h
+2
-0
Code/Common/Core/mvdMyClass.h
Code/Common/Core/mvdMyClass.h
+2
-0
Code/Common/Core/mvdQuicklookModel.h
Code/Common/Core/mvdQuicklookModel.h
+4
-0
Code/Common/Core/mvdSerializableInterface.h
Code/Common/Core/mvdSerializableInterface.h
+2
-0
Code/Common/Core/mvdStackedLayerModel.h
Code/Common/Core/mvdStackedLayerModel.h
+4
-0
Code/Common/Core/mvdSystemError.h
Code/Common/Core/mvdSystemError.h
+6
-0
Code/Common/Core/mvdTextStream.h
Code/Common/Core/mvdTextStream.h
+6
-0
Code/Common/Core/mvdTypes.h
Code/Common/Core/mvdTypes.h
+8
-0
Code/Common/Core/mvdVectorImageModel.h
Code/Common/Core/mvdVectorImageModel.h
+10
-0
Code/Common/Core/mvdVectorImageSettings.h
Code/Common/Core/mvdVectorImageSettings.h
+4
-0
Code/Common/Core/mvdVisibleInterface.h
Code/Common/Core/mvdVisibleInterface.h
+2
-0
No files found.
Code/Common/ApplicationsWrapper/mvdApplicationLauncher.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
Code/Common/ApplicationsWrapper/mvdApplicationsBrowser.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -44,7 +46,9 @@
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "Core/mvdTypes.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
/* PRE-DECLARATION SECTION */
...
...
Code/Common/ApplicationsWrapper/mvdApplicationsToolBoxController.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -43,7 +45,9 @@
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "Gui/mvdAbstractModelController.h"
#endif //tag=QT4-boost-compatibility
//#include "mvdGui.h"
...
...
Code/Common/ApplicationsWrapper/mvdOTBApplicationsModel.h
View file @
737d8441
...
...
@@ -23,7 +23,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -44,7 +46,9 @@
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "Core/mvdAbstractModel.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
Code/Common/ApplicationsWrapper/mvdWrapperQtWidgetParameterInitializers.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -41,6 +43,7 @@
//
// OTB includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "otbQtFileSelectionWidget.h"
#include "otbWrapperQtWidgetInputFilenameParameter.h"
#include "otbWrapperQtWidgetInputFilenameListParameter.h"
...
...
@@ -50,6 +53,7 @@
#include "otbWrapperQtWidgetInputVectorDataListParameter.h"
#include "otbWrapperQtWidgetOutputImageParameter.h"
#include "otbWrapperQtWidgetParameterFactory.h"
#endif //tag=QT4-boost-compatibility
//
...
...
@@ -278,10 +282,12 @@ public:
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "Core/mvdDatabaseModel.h"
#include "Core/mvdI18nCoreApplication.h"
#include "Gui/mvdDatasetDragAndDropEventFilter.h"
#include "Gui/mvdFilenameDragAndDropEventFilter.h"
#endif //tag=QT4-boost-compatibility
namespace
mvd
{
...
...
Code/Common/ApplicationsWrapper/mvdWrapperQtWidgetView.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
/* INCLUDE SECTION */
...
...
@@ -40,12 +42,16 @@
//
// OTB includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "otbWrapperApplication.h"
#include "otbWrapperQtWidgetModel.h"
#endif //tag=QT4-boost-compatibility
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "Core/mvdTypes.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
/* PRE-DECLARATION SECTION */
...
...
Code/Common/Core/mvdAbstractImageModel.h
View file @
737d8441
...
...
@@ -23,7 +23,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -41,13 +43,17 @@
//
// OTB includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "otbImageMetadataInterfaceBase.h"
#endif //tag=QT4-boost-compatibility
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "mvdAbstractLayerModel.h"
#include "mvdImageProperties.h"
#include "mvdTypes.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -390,7 +396,9 @@ private slots:
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "mvdHistogramModel.h"
#endif //tag=QT4-boost-compatibility
namespace
mvd
{
...
...
Code/Common/Core/mvdAbstractLayerModel.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -44,8 +46,10 @@
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "Core/mvdAbstractModel.h"
#include "Core/mvdVisibleInterface.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
/* PRE-DECLARATION SECTION */
...
...
Code/Common/Core/mvdAbstractModel.h
View file @
737d8441
...
...
@@ -23,7 +23,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -36,7 +38,9 @@
//
// System includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include <cassert>
#endif //tag=QT4-boost-compatibility
//
// ITK includes (sorted by alphabetic order)
...
...
Code/Common/Core/mvdAbstractWorker.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
Code/Common/Core/mvdAlgorithm.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -35,20 +37,26 @@
//
// System includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include <string>
#endif //tag=QT4-boost-compatibility
//
// ITK includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "itkFixedArray.h"
#include "itkExceptionObject.h"
#include "itkVariableLengthVector.h"
#endif //tag=QT4-boost-compatibility
//
// OTB includes (sorted by alphabetic order)
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "mvdTypes.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
Code/Common/Core/mvdBackgroundTask.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
Code/Common/Core/mvdCore.h
View file @
737d8441
...
...
@@ -23,7 +23,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -44,7 +46,9 @@
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "Core/mvdTypes.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
Code/Common/Core/mvdDataStream.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -35,7 +37,9 @@
//
// System includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include <typeinfo>
#endif //tag=QT4-boost-compatibility
//
// ITK includes (sorted by alphabetic order)
...
...
@@ -45,8 +49,10 @@
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "Core/mvdAlgorithm.h"
#include "Core/mvdSystemError.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
/* PRE-DECLARATION SECTION */
...
...
Code/Common/Core/mvdDatabaseConnection.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -45,8 +47,10 @@
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "Core/mvdDatabaseError.h"
#include "Core/mvdTypes.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
Code/Common/Core/mvdDatabaseError.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -35,7 +37,9 @@
//
// System includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include <stdexcept>
#endif //tag=QT4-boost-compatibility
//
// ITK includes (sorted by alphabetic order)
...
...
Code/Common/Core/mvdDatabaseModel.h
View file @
737d8441
...
...
@@ -23,7 +23,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -45,8 +47,10 @@
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "mvdAbstractModel.h"
#include "mvdTypes.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
/* PRE-DECLARATION SECTION */
...
...
@@ -297,7 +301,9 @@ private slots:
//
// System includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include <stdexcept>
#endif //tag=QT4-boost-compatibility
//
// ITK includes (sorted by alphabetic order)
...
...
@@ -307,7 +313,9 @@ private slots:
//
// Monteverdi deferred includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "mvdAlgorithm.h"
#endif //tag=QT4-boost-compatibility
namespace
mvd
{
...
...
Code/Common/Core/mvdDatabaseQueries.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -45,7 +47,9 @@
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "Core/mvdTypes.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
Code/Common/Core/mvdDatasetDescriptor.h
View file @
737d8441
...
...
@@ -23,7 +23,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -45,10 +47,12 @@
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "mvdCore.h"
#include "mvdAbstractModel.h"
#include "mvdAlgorithm.h"
#include "mvdSerializableInterface.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -386,7 +390,9 @@ private slots:
//
// Monteverdi deferred includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "mvdDatasetModel.h"
#endif //tag=QT4-boost-compatibility
namespace
mvd
{
...
...
Code/Common/Core/mvdDatasetModel.h
View file @
737d8441
...
...
@@ -23,7 +23,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -44,8 +46,10 @@
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "mvdAbstractImageModel.h"
#include "mvdTypes.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -447,7 +451,9 @@ private slots:
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "mvdAbstractImageModel.h"
#endif //tag=QT4-boost-compatibility
namespace
mvd
{
...
...
Code/Common/Core/mvdHistogramModel.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -37,17 +39,23 @@
//
// ITK includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "itkHistogram.h"
#endif //tag=QT4-boost-compatibility
//
// OTB includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "otbObjectList.h"
#endif //tag=QT4-boost-compatibility
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "mvdAbstractModel.h"
#include "mvdAlgorithm.h"
#include "mvdSerializableInterface.h"
#endif //tag=QT4-boost-compatibility
#define HISTOGRAM_CURVE_TYPE 2
...
...
@@ -275,13 +283,17 @@ private slots:
//
// OTB includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "otbStreamingHistogramVectorImageFilter.h"
#include "otbStreamingMinMaxVectorImageFilter.h"
#include "otbStreamingStatisticsVectorImageFilter.h"
#endif //tag=QT4-boost-compatibility
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "Core/mvdAbstractImageModel.h"
#endif //tag=QT4-boost-compatibility
namespace
mvd
{
...
...
Code/Common/Core/mvdI18nCoreApplication.h
View file @
737d8441
...
...
@@ -23,7 +23,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -42,9 +44,11 @@
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "mvdAlgorithm.h"
#include "mvdSystemError.h"
#include "mvdTypes.h"
#endif //tag=QT4-boost-compatibility
//
// Macros.
...
...
Code/Common/Core/mvdImageImporter.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -44,7 +46,9 @@
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "mvdAbstractWorker.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
/* PRE-DECLARATION SECTION */
...
...
Code/Common/Core/mvdImagePlacenameLoader.h
View file @
737d8441
...
...
@@ -23,7 +23,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
//
// Qt includes (sorted by alphabetic order)
...
...
Code/Common/Core/mvdImageProperties.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -44,7 +46,9 @@
//
// Monteverdi includes (sorted by alphabetic order)
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "mvdTypes.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
Code/Common/Core/mvdImageSettings.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
Code/Common/Core/mvdImageSettingsInterface.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
Code/Common/Core/mvdMath.h
View file @
737d8441
...
...
@@ -22,7 +22,9 @@
//
// Configuration include.
//// Included at first position before any other ones.
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "ConfigureMonteverdi2.h"
#endif //tag=QT4-boost-compatibility
/*****************************************************************************/
...
...
@@ -40,7 +42,9 @@
//
// ITK includes (sorted by alphabetic order)
#if USE_VNL
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 //tag=QT4-boost-compatibility
#include "vnl_vector.h"
#endif //tag=QT4-boost-compatibility
#endif