Skip to content
Snippets Groups Projects
Commit d029fa30 authored by Jan Möbius's avatar Jan Möbius
Browse files

Follow Free with automoc updates

parent 0ac3f854
No related branches found
No related tags found
No related merge requests found
Showing
with 29 additions and 32 deletions
......@@ -14,6 +14,8 @@
#include <OpenFlipper/BasePlugin/ToolboxInterface.hh>
#include <QObject>
#include <QComboBox>
#include <QCheckBox>
#include <Eigen/Geometry>
......
......@@ -3,6 +3,9 @@
*/
#include "AlignPlugin.hh"
#include <QPushButton>
#include <QFormLayout>
#include <QLabel>
void AlignPlugin::initializePlugin()
{
......
......@@ -45,8 +45,7 @@
#include <OpenFlipper/BasePlugin/PluginFunctions.hh>
#include <OpenFlipper/common/GlobalOptions.hh>
#include <QtGui>
#include "PanoramaToolbox.hh"
#include "PanoramaControlPlugin.hh"
......
......@@ -47,12 +47,10 @@
#include <OpenFlipper/BasePlugin/LoggingInterface.hh>
#include <OpenFlipper/BasePlugin/LoadSaveInterface.hh>
#include "PanoramaToolbox.hh"
#include <QObject>
#include <QtGui>
class PanoramaToolBox;
class PanoramaControlPlugin : public QObject, BaseInterface, ToolboxInterface, LoggingInterface, LoadSaveInterface
{
......
......@@ -40,8 +40,9 @@
* *
\*===========================================================================*/
#pragma once
#include <ui_panoramatoolbox.hh>
#include <QtGui>
class PanoramaToolBox : public QWidget, public Ui::PanoramaTool
{
......
......@@ -44,18 +44,16 @@
#include <ObjectTypes/SplatCloud/SplatCloud.hh>
#endif
#include <QtGui>
#include "PoissonReconstructionPlugin.hh"
#include <iostream>
#include <OpenFlipper/BasePlugin/PluginFunctions.hh>
#include <OpenFlipper/common/GlobalOptions.hh>
#include <OpenFlipper/BasePlugin/WhatsThisGenerator.hh>
#include <ObjectTypes/TriangleMesh/TriangleMesh.hh>
#include <ObjectTypes/PolyMesh/PolyMesh.hh>
#include "PoissonReconstructionT.hh"
PoissonPlugin::PoissonPlugin() :
......
......@@ -32,16 +32,9 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 10745 $ *
* $LastChangedBy: moebius $ *
* $Date: 2011-01-26 10:23:50 +0100 (Mi, 26. Jan 2011) $ *
* *
\*===========================================================================*/
#include "PoissonToolbox.hh"
#include <QtGui>
PoissonToolBox::PoissonToolBox(QWidget *parent)
: QWidget(parent)
......
......@@ -32,16 +32,10 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 10745 $ *
* $LastChangedBy: moebius $ *
* $Date: 2011-01-26 10:23:50 +0100 (Mi, 26. Jan 2011) $ *
* *
\*===========================================================================*/
#pragma once
#include <ui_poissontoolbox.hh>
#include <QtGui>
class PoissonToolBox : public QWidget, public Ui::PoissonTool
{
......
......@@ -54,6 +54,8 @@
#include <QObject>
#include <QMenuBar>
#include <QLineEdit>
#include <QCheckBox>
#include <QComboBox>
#include <string>
......
......@@ -72,6 +72,9 @@
#include "AssimpPluginCommon.hh"
#include <QComboBox>
#include <QCheckBox>
class AssimpOptionsWidget;
class AssimpPlugin : public QObject, BaseInterface, FileInterface, LoadSaveInterface,
......
......@@ -51,6 +51,9 @@
#include <ACG/GL/GLError.hh>
#include <ACG/QtWidgets/QtColorChooserButton.hh>
#include <QAction>
// =================================================
#define GBUFFER_INCLUDE_FILE "DeferredShading/GBufferAccess.glsl"
......
......@@ -42,14 +42,9 @@
#pragma once
#include <QObject>
#include <ACG/GL/IRenderer.hh>
#include <ACG/GL/FBO.hh>
#include <ACG/GL/globjects.hh>
#include <ACG/GL/AntiAliasing.hh>
#include <ACG/GL/acg_glew.hh>
#include <OpenFlipper/BasePlugin/BaseInterface.hh>
#include <OpenFlipper/BasePlugin/RenderInterface.hh>
......@@ -58,6 +53,11 @@
#include <vector>
#include <ACG/GL/IRenderer.hh>
#include <ACG/GL/FBO.hh>
#include <ACG/GL/globjects.hh>
#include <ACG/GL/AntiAliasing.hh>
#include <QObject>
class DeferredShading : public QObject, BaseInterface, RenderInterface, ACG::IRenderer
{
......
......@@ -46,13 +46,14 @@
* which are incompatible with glew.h.
*/
#include <ACG/GL/acg_glew.hh>
#include "DeferredShading.hh"
#include <QGLFormat>
#include <QAction>
#include <QMenu>
QString DeferredShading::checkOpenGL() {
// Get version and check
QGLFormat::OpenGLVersionFlags flags = QGLFormat::openGLVersionFlags();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment