Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
Type-OpenVolumeMesh
Commits
8a4149ca
Commit
8a4149ca
authored
Jan 08, 2019
by
Jan Möbius
Browse files
Added missing includes for Qt to prepare removal of several large includes in Interfaces
parent
7866187b
Changes
4
Show whitespace changes
Inline
Side-by-side
Plugin-TypeHexahedralMesh/TypeHexahedralMesh.cc
View file @
8a4149ca
...
@@ -39,18 +39,14 @@
...
@@ -39,18 +39,14 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 11279 $ *
* $LastChangedBy: kremer $ *
* $Date: 2011-04-11 17:35:27 +0200 (Mon, 11 Apr 2011) $ *
* *
\*===========================================================================*/
#include
"TypeHexahedralMesh.hh"
#include
"TypeHexahedralMesh.hh"
#include
<ObjectTypes/Plane/Plane.hh>
#include
<ObjectTypes/Plane/Plane.hh>
#include
<OpenFlipper/common/GlobalOptions.hh>
#include
<OpenFlipper/common/GlobalOptions.hh>
#include
<QInputDialog>
#include
<QMenu>
TypeHexahedralMeshPlugin
::
TypeHexahedralMeshPlugin
()
:
TypeHexahedralMeshPlugin
::
TypeHexahedralMeshPlugin
()
:
render_switch_
(
0
),
render_switch_
(
0
),
translucency_factor_action_
(
0
)
translucency_factor_action_
(
0
)
...
...
Plugin-TypePolyhedralMesh/TypePolyhedralMesh.cc
View file @
8a4149ca
...
@@ -51,6 +51,11 @@
...
@@ -51,6 +51,11 @@
#include
<ObjectTypes/Plane/Plane.hh>
#include
<ObjectTypes/Plane/Plane.hh>
#include
<OpenFlipper/common/GlobalOptions.hh>
#include
<OpenFlipper/common/GlobalOptions.hh>
#include
<QMenu>
#include
<QInputDialog>
#include
<QFormLayout>
#include
<QLabel>
TypePolyhedralMeshPlugin
::
TypePolyhedralMeshPlugin
()
:
TypePolyhedralMeshPlugin
::
TypePolyhedralMeshPlugin
()
:
render_switch_
(
NULL
),
render_switch_
(
NULL
),
translucency_factor_action_
(
NULL
),
translucency_factor_action_
(
NULL
),
...
...
Plugin-TypePolyhedralMesh/TypePolyhedralMesh.hh
View file @
8a4149ca
...
@@ -39,18 +39,11 @@
...
@@ -39,18 +39,11 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
#pragma once
* *
* $Revision: 13492 $ *
* $LastChangedBy: kremer $ *
* $Date: 2012-01-25 12:32:02 +0100 (Mi, 25 Jan 2012) $ *
* *
\*===========================================================================*/
#ifndef TYPEPOLYHEDRALMESH_HH
#define TYPEPOLYHEDRALMESH_HH
#include
<QObject>
#include
<QObject>
#include
<QDoubleSpinBox>
#include
<QCheckBox>
#include
<ObjectTypes/PolyhedralMesh/PolyhedralMesh.hh>
#include
<ObjectTypes/PolyhedralMesh/PolyhedralMesh.hh>
#include
<OpenFlipper/common/Types.hh>
#include
<OpenFlipper/common/Types.hh>
...
@@ -159,4 +152,3 @@ private: // Options
...
@@ -159,4 +152,3 @@ private: // Options
const
QString
renderBoundarySettingName_
;
const
QString
renderBoundarySettingName_
;
};
};
#endif //TYPEPOLYHEDRALMESH_HH
Plugin-TypeTetrahedralMesh/TypeTetrahedralMesh.cc
View file @
8a4149ca
...
@@ -32,19 +32,14 @@
...
@@ -32,19 +32,14 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include
"TypeTetrahedralMesh.hh"
#include
"TypeTetrahedralMesh.hh"
#include
<OpenFlipper/BasePlugin/PluginFunctions.hh>
#include
<OpenFlipper/BasePlugin/PluginFunctions.hh>
#include
<OpenFlipper/common/GlobalOptions.hh>
#include
<OpenFlipper/common/GlobalOptions.hh>
#include
<ObjectTypes/Plane/Plane.hh>
#include
<ObjectTypes/Plane/Plane.hh>
#include
<QInputDialog>
#include
<QMenu>
TypeTetrahedralMeshPlugin
::
TypeTetrahedralMeshPlugin
()
:
TypeTetrahedralMeshPlugin
::
TypeTetrahedralMeshPlugin
()
:
render_switch_
(
0
),
render_switch_
(
0
),
translucency_factor_action_
(
0
)
translucency_factor_action_
(
0
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment