Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
Plugin-Datacontrol
Commits
f88037b2
Commit
f88037b2
authored
Nov 30, 2015
by
Martin Schultz
Browse files
reduced includes by means of static code analysis
parent
a84e09ba
Changes
8
Hide whitespace changes
Inline
Side-by-side
ContextMenuDataControl.cc
View file @
f88037b2
...
...
@@ -51,7 +51,6 @@
#include
"DataControlPlugin.hh"
#include
<OpenFlipper/BasePlugin/PluginFunctions.hh>
void
DataControlPlugin
::
slotContextMenuTarget
(
)
{
QVariant
contextObject
=
targetAction_
->
data
();
...
...
DataControlPlugin.cc
View file @
f88037b2
...
...
@@ -49,30 +49,15 @@
#include
"DataControlPlugin.hh"
#if QT_VERSION >= 0x050000
#include
<QtWidgets>
#if QT_VERSION >= 0x050000
#else
#include
<QtGui>
#endif
#include
<QLayout>
#include
<QGridLayout>
#include
<QItemSelectionModel>
#include
<iostream>
#include
<ACG/GL/GLState.hh>
#include
<QStringList>
#include
<ACG/Scenegraph/BaseNode.hh>
#include
<ACG/QtWidgets/QtMaterialDialog.hh>
#include
<QModelIndexList>
#include
<queue>
#include
<OpenFlipper/BasePlugin/PluginFunctions.hh>
#include
<OpenFlipper/common/GlobalOptions.hh>
#include
<ObjectTypes/Light/Light.hh>
//******************************************************************************
const
ACG
::
Vec4f
base_color
(
0.0
f
,
0.0
f
,
0.5
f
,
1.0
f
);
...
...
DataControlPluginScripting.cc
View file @
f88037b2
...
...
@@ -52,8 +52,6 @@
#include
"DataControlPlugin.hh"
#include
<OpenFlipper/BasePlugin/PluginFunctions.hh>
//******************************************************************************
...
...
DefaultObjectMarker.cc
View file @
f88037b2
...
...
@@ -48,7 +48,6 @@
\*===========================================================================*/
#include
<OpenFlipper/common/Types.hh>
#include
<OpenFlipper/common/BaseObjectData.hh>
#include
"DefaultObjectMarker.hh"
//******************************************************************************
...
...
Popup.cc
View file @
f88037b2
...
...
@@ -52,13 +52,8 @@
#include
"DataControlPlugin.hh"
#include
<OpenFlipper/BasePlugin/PluginFunctions.hh>
#include
<OpenFlipper/common/GlobalOptions.hh>
#include
<ACG/QtWidgets/QtMaterialDialog.hh>
#include
<QInputDialog>
#include
<QMessageBox>
#include
"Menu.hh"
#include
<ObjectTypes/Light/LightWidget.hh>
...
...
Toolbox.cc
View file @
f88037b2
...
...
@@ -49,8 +49,6 @@
#include
"Toolbox.hh"
#include
<iostream>
DatacontrolToolboxWidget
::
DatacontrolToolboxWidget
(
QWidget
*
_parent
)
:
QWidget
(
_parent
)
{
...
...
TreeModel.cc
View file @
f88037b2
...
...
@@ -55,12 +55,7 @@
#include
<QtGui>
#endif
#include
<QBrush>
#include
<iostream>
#include
<OpenFlipper/common/Types.hh>
#include
<OpenFlipper/BasePlugin/PluginFunctions.hh>
#include
<OpenFlipper/common/GlobalOptions.hh>
...
...
TreeView.cc
View file @
f88037b2
...
...
@@ -48,7 +48,6 @@
\*===========================================================================*/
#include
"TreeView.hh"
#include
<iostream>
DataControlTreeView
::
DataControlTreeView
(
QWidget
*
_parent
)
:
QTreeView
(
_parent
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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