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
OpenFlipper
Commits
94835888
Commit
94835888
authored
Jan 09, 2019
by
Jan Möbius
Browse files
Merge branch 'master' into Enable_autouic
parents
14b6bfc4
e76e3f37
Changes
98
Hide whitespace changes
Inline
Side-by-side
BasePlugin/AboutInfoInterface.hh
View file @
94835888
...
...
@@ -39,21 +39,8 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 11127 $ *
* $LastChangedBy: moebius $ *
* $Date: 2011-03-15 16:18:28 +0100 (Di, 15 Mär 2011) $ *
* *
\*===========================================================================*/
#pragma once
#include
<QtWidgets>
/** \file AboutInfoInterface.hh
*
* Interface for adding a widget to OpenFlippers About dialog .\ref AboutInfoInterfacePage
...
...
BasePlugin/BackupInterface.hh
View file @
94835888
...
...
@@ -39,21 +39,9 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef BACKUPPLUGININTERFACE_HH
#define BACKUPPLUGININTERFACE_HH
#pragma once
#include
<OpenFlipper/common/Types.hh>
#include
<QtWidgets>
/** \file BackupInterface.hh
*
...
...
@@ -310,5 +298,3 @@ To use the BackupInterface:
Q_DECLARE_INTERFACE
(
BackupInterface
,
"GUI.BackupInterface/1.1"
)
#endif // BACKUPPLUGININTERFACE_HH
BasePlugin/BaseInterface.hh
View file @
94835888
...
...
@@ -39,20 +39,9 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef BASEINTERFACE_HH
#define BASEINTERFACE_HH
#pragma once
#include
<QtPlugin>
#include
<OpenFlipper/common/Types.hh>
#include
"WhatsThisGenerator.hh"
/** \file BaseInterface.hh
...
...
@@ -478,4 +467,3 @@ when running a batch file.
Q_DECLARE_INTERFACE
(
BaseInterface
,
"OpenFlipper.BaseInterface/1.0"
)
#endif // BASEINTERFACE_HH
BasePlugin/ContextMenuInterface.hh
View file @
94835888
...
...
@@ -39,23 +39,11 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef CONTEXTMENUINTERFACE_HH
#define CONTEXTMENUINTERFACE_HH
#pragma once
#include
<OpenFlipper/common/Types.hh>
#include
<QtWidgets>
#include
<QMenuBar>
#include
<QAction>
/** \file ContextMenuInterface.hh
*
...
...
@@ -250,4 +238,3 @@ your plugin. Therefore the embedding of your menus into the OpenFlippers context
Q_DECLARE_INTERFACE
(
ContextMenuInterface
,
"OpenFlipper.ContextMenuInterface/1.0"
)
#endif // CONTEXTMENUINTERFACE_HH
BasePlugin/FileInterface.hh
View file @
94835888
...
...
@@ -39,22 +39,13 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#pragma once
#ifndef FILEINTERFACE_HH
#define FILEINTERFACE_HH
class
QWidget
;
class
QWidget
;
#include
<QString>
#include
<OpenFlipper/common/Types.hh>
#include
<OpenFlipper/common/Types.hh>
/** \file FileInterface.hh
*
...
...
@@ -348,4 +339,3 @@ virtual int addEmpty() { return -1; };
Q_DECLARE_INTERFACE
(
FileInterface
,
"OpenFlipper.FileInterface/1.0"
)
#endif // FILEINTERFACE_HH
BasePlugin/INIInterface.hh
View file @
94835888
...
...
@@ -39,26 +39,9 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef INIINTERFACE_HH
#define INIINTERFACE_HH
#include
<OpenFlipper/common/Types.hh>
#include
<QtWidgets>
#include
<QMenuBar>
#pragma once
#include
<OpenFlipper/INIFile/INIFile.hh>
#include
<OpenFlipper/INIFile/INIFile.hh>
/** \brief Interface class for Plugins which have to store information in ini files
*
...
...
@@ -169,4 +152,3 @@ class INIInterface {
Q_DECLARE_INTERFACE
(
INIInterface
,
"OpenFlipper.INIInterface/1.2"
)
#endif // INIINTERFACE_HH
BasePlugin/InformationInterface.hh
View file @
94835888
...
...
@@ -39,16 +39,8 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 11147 $ *
* $LastChangedBy: kremer $ *
* $Date: 2011-03-16 16:01:09 +0100 (Wed, 16 Mar 2011) $ *
* *
\*===========================================================================*/
#ifndef INFORMATIONINTERFACE_HH_
#define INFORMATIONINTERFACE_HH_
#pragma once
#include
<OpenFlipper/common/Types.hh>
...
...
@@ -141,4 +133,4 @@ void MyInfoPlugin::slotInformationRequested(const QPoint _clickedPoint, const Da
Q_DECLARE_INTERFACE
(
InformationInterface
,
"OpenFlipper.InformationInterface/1.0"
)
#endif
/* INFORMATIONINTERFACE_HH_ */
BasePlugin/KeyInterface.hh
View file @
94835888
...
...
@@ -39,22 +39,9 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef KEYINTERFACE_HH
#define KEYINTERFACE_HH
#include
<QtWidgets>
#pragma once
#include
<QKeyEvent>
/** \file KeyInterface.hh
...
...
@@ -180,4 +167,3 @@ void MouseAndKeyPlugin::slotKeyEvent( QKeyEvent* _event ) {
Q_DECLARE_INTERFACE
(
KeyInterface
,
"OpenFlipper.KeyInterface/1.1"
)
#endif // KEYINTERFACE_HH
BasePlugin/LoadSaveInterface.hh
View file @
94835888
...
...
@@ -39,16 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef LOADSAVEINTERFACE_HH
#define LOADSAVEINTERFACE_HH
#pragma once
#include
<OpenFlipper/common/Types.hh>
...
...
@@ -232,4 +223,3 @@ To use the LoadSaveInterface:
Q_DECLARE_INTERFACE
(
LoadSaveInterface
,
"OpenFlipper.LoadSaveInterface/1.1"
)
#endif // LOADSAVEINTERFACE_HH
BasePlugin/LoggingInterface.hh
View file @
94835888
...
...
@@ -39,18 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef LOGGINGINTERFACE_HH
#define LOGGINGINTERFACE_HH
#pragma once
#include
<QMetaType>
...
...
@@ -157,4 +146,3 @@ class LoggingInterface {
Q_DECLARE_INTERFACE
(
LoggingInterface
,
"OpenFlipper.LoggingInterface/1.0"
)
#endif // LOGGINGINTERFACE_HH
BasePlugin/MenuInterface.hh
View file @
94835888
...
...
@@ -39,20 +39,11 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef MENUBARINTERFACE_HH
#define MENUBARINTERFACE_HH
#pragma once
#include
<OpenFlipper/common/Types.hh>
#include
<QtWidgets>
#include
<QAction>
#include
<QMenuBar>
...
...
@@ -199,4 +190,3 @@ your plugin. Therefore the embedding of your menus into the OpenFlippers menu li
Q_DECLARE_INTERFACE
(
MenuInterface
,
"OpenFlipper.MenuInterface/1.0"
)
#endif // MENUBARINTERFACE_HH
BasePlugin/MetadataInterface.hh
View file @
94835888
...
...
@@ -39,22 +39,12 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: $ *
* $LastChangedBy: $ *
* $Date: $ *
* *
\*===========================================================================*/
#ifndef METADATAINTERFACE_HH
#define METADATAINTERFACE_HH
#pragma once
#include
<OpenFlipper/common/Types.hh>
#include
<QObject>
#include
<QString>
#include
<QString>
#include
<QJsonDocument>
...
...
@@ -152,4 +142,3 @@ to find out which specific signal suits your needs.
Q_DECLARE_INTERFACE
(
MetadataInterface
,
"OpenFlipper.MetadataInterface_qt5/1.0"
)
#endif // METADATAINTERFACE_HH
BasePlugin/MouseInterface.hh
View file @
94835888
...
...
@@ -39,20 +39,10 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef MOUSEINTERFACE_HH
#define MOUSEINTERFACE_HH
#pragma once
#include
<Q
tWidgets
>
#include
<Q
MouseEvent
>
/** \file MouseInterface.hh
...
...
@@ -180,4 +170,3 @@ To use the MouseInterface:
Q_DECLARE_INTERFACE
(
MouseInterface
,
"OpenFlipper.MouseInterface/1.0"
)
#endif // MOUSEINTERFACE_HH
BasePlugin/OptionsInterface.hh
View file @
94835888
...
...
@@ -39,20 +39,8 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef OPTIONSINTERFACE_HH
#define OPTIONSINTERFACE_HH
#include
<Q
t
Widget
s
>
#include
<QWidget>
/** \file OptionsInterface.hh
...
...
@@ -157,4 +145,3 @@ void ExamplePlugin::applyOptions(){
Q_DECLARE_INTERFACE
(
OptionsInterface
,
"OpenFlipper.OptionsInterface/1.0"
)
#endif // OPTIONSINTERFACE_HH
BasePlugin/PickingInterface.hh
View file @
94835888
...
...
@@ -39,25 +39,10 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef PICKINGINTERFACE_HH
#define PICKINGINTERFACE_HH
#include
<OpenFlipper/common/Types.hh>
#include
<QtWidgets>
#include
<QMenuBar>
#pragma once
#include
<OpenFlipper/common/Types.hh>
#include
<QToolBar>
/** \file PickingInterface.hh
*
...
...
@@ -248,4 +233,3 @@ To use the PickingInterface:
Q_DECLARE_INTERFACE
(
PickingInterface
,
"OpenFlipper.PickingInterface/1.1"
)
#endif // PICKINGINTERFACE_HH
BasePlugin/PluginConnectionInterface.hh
View file @
94835888
...
...
@@ -39,17 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef PLUGINCONNECTIONINTERFACE_HH
#define PLUGINCONNECTIONINTERFACE_HH
#pragma once
#include
<QString>
...
...
@@ -110,4 +100,3 @@ class PluginConnectionInterface {
Q_DECLARE_INTERFACE
(
PluginConnectionInterface
,
"OpenFlipper.PluginConnectionInterface/1.0"
)
#endif // PLUGINCONNECTIONINTERFACE_HH
BasePlugin/PluginFunctions.cc
View file @
94835888
...
...
@@ -39,17 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
// Plugin Functions
...
...
@@ -58,11 +47,13 @@
#include
<OpenFlipper/common/Types.hh>
#include
<OpenFlipper/common/GlobalOptions.hh>
//#include <QGLWidget>
#include
"PluginFunctions.hh"
#include
"PluginFunctionsCore.hh"
#include
<ACG/Scenegraph/SeparatorNode.hh>
#include
<ACG/Scenegraph/MaterialNode.hh>
namespace
PluginFunctions
{
/** \brief DONT USE DIRECTLY!!
...
...
BasePlugin/PluginFunctions.hh
View file @
94835888
...
...
@@ -39,17 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
// Standard Functions
...
...
@@ -61,9 +50,7 @@
* This file contains functions which can be used by plugins to access data in the framework.
*/
//
#ifndef PLUGINFUNCTIONS_HH
#define PLUGINFUNCTIONS_HH
#pragma once
#include
<QPair>
...
...
@@ -857,4 +844,3 @@ QString getSaveFileName(const QString &configProperty,
}
/* namespace PluginFunctions */
#endif //PLUGINFUNCTIONS_HH
BasePlugin/PluginFunctionsBaseIterator.cc
View file @
94835888
...
...
@@ -39,15 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
...
...
BasePlugin/PluginFunctionsCore.hh
View file @
94835888
...
...
@@ -39,14 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
...
...
@@ -62,9 +54,7 @@
* Dont Use these Functions in your Plugins!
*/
//
#ifndef PLUGINFUNCTIONSCORE_HH
#define PLUGINFUNCTIONSCORE_HH
#pragma once
#ifndef OPENFLIPPERCORE
#ifndef OPENFLIPPERPLUGINLIB
...
...
@@ -186,4 +176,3 @@ QMap< std::string ,ACG::QtWidgets::SceneGraphWidgetGenerator* > getSceneGraphGen
}
#endif //PLUGINFUNCTIONSCORE_HH
Prev
1
2
3
4
5
Next
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