Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
cb12c951
Commit
cb12c951
authored
Jan 08, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More pragma once
parent
57ae022e
Changes
40
Hide whitespace changes
Inline
Side-by-side
Showing
40 changed files
with
20 additions
and
463 deletions
+20
-463
common/BackupData.cc
common/BackupData.cc
+0
-8
common/BackupData.hh
common/BackupData.hh
+1
-11
common/BaseBackup.cc
common/BaseBackup.cc
+0
-8
common/BaseBackup.hh
common/BaseBackup.hh
+1
-11
common/BaseObjectCore.cc
common/BaseObjectCore.cc
+0
-9
common/BaseObjectCore.hh
common/BaseObjectCore.hh
+0
-10
common/BaseObjectData.cc
common/BaseObjectData.cc
+0
-10
common/BaseObjectData.hh
common/BaseObjectData.hh
+1
-16
common/BaseObjectDataT.cc
common/BaseObjectDataT.cc
+0
-9
common/DataTypes.hh
common/DataTypes.hh
+1
-20
common/FileTypes.cc
common/FileTypes.cc
+0
-11
common/FileTypes.hh
common/FileTypes.hh
+0
-10
common/GlobalOptions.cc
common/GlobalOptions.cc
+0
-10
common/GlobalOptions.hh
common/GlobalOptions.hh
+1
-15
common/GroupObject.cc
common/GroupObject.cc
+1
-11
common/GroupObject.hh
common/GroupObject.hh
+1
-18
common/InformationPlugins.cc
common/InformationPlugins.cc
+0
-7
common/InformationPlugins.hh
common/InformationPlugins.hh
+1
-11
common/OFGLWidget.hh
common/OFGLWidget.hh
+0
-8
common/ObjectIDPointerManagerT.cc
common/ObjectIDPointerManagerT.cc
+0
-10
common/ObjectIDPointerManagerT.hh
common/ObjectIDPointerManagerT.hh
+2
-30
common/ObjectTypeDLLDefines.hh
common/ObjectTypeDLLDefines.hh
+0
-10
common/OpenFlipperQSettings.cc
common/OpenFlipperQSettings.cc
+0
-7
common/OpenFlipperQSettings.hh
common/OpenFlipperQSettings.hh
+1
-11
common/PluginStorage.cc
common/PluginStorage.cc
+0
-11
common/PluginStorage.hh
common/PluginStorage.hh
+0
-10
common/RecentFiles.cc
common/RecentFiles.cc
+0
-10
common/RecentFiles.hh
common/RecentFiles.hh
+1
-16
common/RendererInfo.cc
common/RendererInfo.cc
+0
-9
common/RendererInfo.hh
common/RendererInfo.hh
+1
-12
common/Types.cc
common/Types.cc
+0
-11
common/TypesInternal.hh
common/TypesInternal.hh
+2
-17
common/UpdateType.cc
common/UpdateType.cc
+0
-7
common/UpdateType.hh
common/UpdateType.hh
+2
-12
common/ViewObjectMarker.hh
common/ViewObjectMarker.hh
+1
-14
common/ViewerProperties.cc
common/ViewerProperties.cc
+0
-11
common/ViewerProperties.hh
common/ViewerProperties.hh
+1
-14
common/glew_wrappers.cc
common/glew_wrappers.cc
+0
-8
common/glew_wrappers.hh
common/glew_wrappers.hh
+1
-11
common/perObjectData.cc
common/perObjectData.cc
+0
-9
No files found.
common/BackupData.cc
View file @
cb12c951
...
...
@@ -39,14 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "BackupData.hh"
//-----------------------------------------------------------------------------
...
...
common/BackupData.hh
View file @
cb12c951
...
...
@@ -39,16 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef BACKUPDATA_HH
#define BACKUPDATA_HH
#pragma once
#include <QString>
#include <OpenFlipper/common/perObjectData.hh>
...
...
@@ -129,4 +120,3 @@ class DLLEXPORT BackupData : public PerObjectData
size_t
maxBackups_
;
};
#endif //BACKUPDATA_HH
common/BaseBackup.cc
View file @
cb12c951
...
...
@@ -39,14 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "BaseBackup.hh"
#include <OpenFlipper/common/BackupData.hh>
...
...
common/BaseBackup.hh
View file @
cb12c951
...
...
@@ -39,16 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef BASEBACKUP_HH
#define BASEBACKUP_HH
#pragma once
#include <QString>
#include <OpenFlipper/common/BaseObjectData.hh>
...
...
@@ -126,4 +117,3 @@ class DLLEXPORT BaseBackup
int
id_
;
};
#endif //BASEBACKUP_HH
common/BaseObjectCore.cc
View file @
cb12c951
...
...
@@ -39,15 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "BaseObjectCore.hh"
#include <OpenFlipper/BasePlugin/PluginFunctionsCore.hh>
...
...
common/BaseObjectCore.hh
View file @
cb12c951
...
...
@@ -39,16 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
common/BaseObjectData.cc
View file @
cb12c951
...
...
@@ -39,16 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
common/BaseObjectData.hh
View file @
cb12c951
...
...
@@ -39,16 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
@@ -62,9 +52,7 @@
* the Scenegraph.
*/
#ifndef BASEOBJECTDATA_HH
#define BASEOBJECTDATA_HH
#pragma once
//== INCLUDES =================================================================
...
...
@@ -398,6 +386,3 @@ class DLLEXPORT BaseObjectData : public BaseObject
#include "BaseObjectDataT.cc"
#endif
//=============================================================================
#endif // BASEOBJECTDATA_HH defined
//=============================================================================
common/BaseObjectDataT.cc
View file @
cb12c951
...
...
@@ -39,15 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
common/DataTypes.hh
View file @
cb12c951
...
...
@@ -39,17 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
// Types
...
...
@@ -61,9 +50,7 @@
* This File contains the basic type informations
*/
#ifndef DATATYPES_HH
#define DATATYPES_HH
#pragma once
//== includes =================================================================
...
...
@@ -321,9 +308,3 @@ void setTypeIcon( QString _name , QString _icon );
/** @} */
//=============================================================================
#endif // DATATYPES_HH defined
//=============================================================================
common/FileTypes.cc
View file @
cb12c951
...
...
@@ -39,17 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
// Types
...
...
common/FileTypes.hh
View file @
cb12c951
...
...
@@ -39,16 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
common/GlobalOptions.cc
View file @
cb12c951
...
...
@@ -39,16 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
common/GlobalOptions.hh
View file @
cb12c951
...
...
@@ -39,16 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
@@ -62,8 +52,7 @@
* Aplication Directories. You may use these Functions inside your plugins.
*/
#ifndef OPTIONS_HH
#define OPTIONS_HH
#pragma once
#include <OpenFlipper/common/GlobalDefines.hh>
#include <ACG/Scenegraph/DrawModes.hh>
...
...
@@ -805,6 +794,3 @@ void closeSettings();
}
}
//=============================================================================
#endif // OPTIONS_HH defined
//=============================================================================
common/GroupObject.cc
View file @
cb12c951
...
...
@@ -39,16 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
@@ -61,7 +51,7 @@
//== INCLUDES =================================================================
#include "
Types
.hh"
#include "
GroupObject
.hh"
//== TYPEDEFS =================================================================
...
...
common/GroupObject.hh
View file @
cb12c951
...
...
@@ -39,17 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
// Types
...
...
@@ -61,16 +50,13 @@
* This File contains the basic available datatypes in the Framework.
*/
#ifndef GROUPOBJECT_HH
#define GROUPOBJECT_HH
#pragma once
//== INCLUDES =================================================================
#include <OpenFlipper/common/GlobalDefines.hh>
#include <OpenFlipper/common/BaseObject.hh>
#include <QList>
//== TYPEDEFS =================================================================
...
...
@@ -109,6 +95,3 @@ class DLLEXPORT GroupObject : public BaseObject {
};
//=============================================================================
#endif // GROUPOBJECT_HH defined
//=============================================================================
common/InformationPlugins.cc
View file @
cb12c951
...
...
@@ -39,13 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 11209 $ *
* $LastChangedBy: kremer $ *
* $Date: 2011-03-24 18:02:29 +0100 (Thu, 24 Mar 2011) $ *
* *
\*===========================================================================*/
#include <OpenFlipper/common/InformationPlugins.hh>
...
...
common/InformationPlugins.hh
View file @
cb12c951
...
...
@@ -39,16 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 11209 $ *
* $LastChangedBy: kremer $ *
* $Date: 2011-03-24 18:02:29 +0100 (Thu, 24 Mar 2011) $ *
* *
\*===========================================================================*/
#ifndef INFORMATIONPLUGINS_HH_
#define INFORMATIONPLUGINS_HH_
#pragma once
#include <OpenFlipper/BasePlugin/InformationInterface.hh>
#include <OpenFlipper/common/DataTypes.hh>
...
...
@@ -65,4 +56,3 @@ DLLEXPORT
InformationInterface
*
getInfoPlugin
(
DataType
_type
);
#endif
/* INFORMATIONPLUGINS_HH_ */
common/OFGLWidget.hh
View file @
cb12c951
...
...
@@ -39,14 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#pragma once
...
...
common/ObjectIDPointerManagerT.cc
View file @
cb12c951
...
...
@@ -39,16 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
common/ObjectIDPointerManagerT.hh
View file @
cb12c951
...
...
@@ -39,33 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
// CLASS ObjectIDPointerManagerT
//
//
// Author: Henrik Zimmer <henrik@zimmer.to>
//
// Version: $Revision: 1$
// Date: $Author$
// $Date: XX-XX-200X$
//
//=============================================================================
#ifndef OBJECTIDPOINTERMANAGERT_HH
#define OBJECTIDPOINTERMANAGERT_HH
#pragma once
//== INCLUDES =================================================================
...
...
@@ -150,7 +124,5 @@ private:
#define OBJECTIDPOINTERMANAGERT_TEMPLATES
#include "ObjectIDPointerManagerT.cc"
#endif
//=============================================================================
#endif // OBJECTIDPOINTERMANAGERT_HH defined
//=============================================================================
common/ObjectTypeDLLDefines.hh
View file @
cb12c951
...
...
@@ -39,16 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
common/OpenFlipperQSettings.cc
View file @
cb12c951
...
...
@@ -39,13 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 10413 $ *
* $LastChangedBy: moebius $ *
* $Date: 2010-12-09 15:40:04 +0100 (Thu, 09 Dec 2010) $ *
* *
\*===========================================================================*/
#include <iostream>
#include "OpenFlipperQSettings.hh"
...
...
common/OpenFlipperQSettings.hh
View file @
cb12c951
...
...
@@ -39,16 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 10413 $ *
* $LastChangedBy: moebius $ *
* $Date: 2010-12-09 15:40:04 +0100 (Thu, 09 Dec 2010) $ *
* *
\*===========================================================================*/
#ifndef OPENLFLIPPERQSETTINGS_HH
#define OPENLFLIPPERQSETTINGS_HH
#pragma once
#include <QSettings>
#include <OpenFlipper/common/GlobalDefines.hh>
...
...
@@ -86,4 +77,3 @@ public:
};
#endif // OPENFLIPPERQSETTINGS_HH
common/PluginStorage.cc
View file @
cb12c951
...
...
@@ -39,17 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
// Types
...
...
common/PluginStorage.hh
View file @
cb12c951
...
...
@@ -39,16 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
common/RecentFiles.cc
View file @
cb12c951
...
...
@@ -39,16 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
common/RecentFiles.hh
View file @
cb12c951
...
...
@@ -39,17 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
// Options used throughout the System
...
...
@@ -62,8 +51,7 @@
* Aplication Directories. You may use these Functions inside your plugins.
*/
#ifndef RECENTFILES_HH
#define RECENTFILES_HH
#pragma once
#include <QDir>
#include <QStringList>
...
...
@@ -169,6 +157,3 @@ namespace Options {
}
}
//=============================================================================
#endif // OPTIONS_HH defined