Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-VSI
Compare Revisions
b098e92b14a04b3afda4851b9794da56e9217762...f676da755eba6720b70273e50f9eacc92d84a9e6
Source
f676da755eba6720b70273e50f9eacc92d84a9e6
Select Git revision
...
Target
b098e92b14a04b3afda4851b9794da56e9217762
Select Git revision
Compare
Commits (1)
Removed old svn header
· f676da75
Jan Möbius
authored
Jan 09, 2019
f676da75
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
112 changed files
with
108 additions
and
784 deletions
+108
-784
baseWidget.cc
baseWidget.cc
+1
-7
baseWidget.hh
baseWidget.hh
+1
-7
config/configDialog.cc
config/configDialog.cc
+1
-7
config/configDialog.hh
config/configDialog.hh
+1
-7
config/configValue.cc
config/configValue.cc
+1
-7
config/configValue.hh
config/configValue.hh
+1
-7
config/dynamicDialog.cc
config/dynamicDialog.cc
+1
-7
config/dynamicDialog.hh
config/dynamicDialog.hh
+1
-7
config/dynamicValue.cc
config/dynamicValue.cc
+1
-7
config/dynamicValue.hh
config/dynamicValue.hh
+1
-7
parser/context.cc
parser/context.cc
+1
-7
parser/context.hh
parser/context.hh
+1
-7
parser/element.cc
parser/element.cc
+1
-7
parser/element.hh
parser/element.hh
+1
-7
parser/function.cc
parser/function.cc
+1
-7
parser/function.hh
parser/function.hh
+1
-7
parser/inout.cc
parser/inout.cc
+1
-7
parser/inout.hh
parser/inout.hh
+1
-7
parser/input.cc
parser/input.cc
+1
-7
parser/input.hh
parser/input.hh
+1
-7
parser/output.cc
parser/output.cc
+1
-7
parser/output.hh
parser/output.hh
+1
-7
parser/type.cc
parser/type.cc
+1
-7
parser/type.hh
parser/type.hh
+1
-7
parser/typeWidget.cc
parser/typeWidget.cc
+1
-7
parser/typeWidget.hh
parser/typeWidget.hh
+1
-7
scene/arrow.cc
scene/arrow.cc
+1
-7
scene/arrow.hh
scene/arrow.hh
+1
-7
scene/button.cc
scene/button.cc
+1
-7
scene/button.hh
scene/button.hh
+1
-7
scene/connection.cc
scene/connection.cc
+1
-7
scene/connection.hh
scene/connection.hh
+1
-7
scene/connectionPoint.cc
scene/connectionPoint.cc
+1
-7
scene/connectionPoint.hh
scene/connectionPoint.hh
+1
-7
scene/elementArea.cc
scene/elementArea.cc
+1
-7
scene/elementArea.hh
scene/elementArea.hh
+1
-7
scene/elementFunction.cc
scene/elementFunction.cc
+1
-7
scene/elementFunction.hh
scene/elementFunction.hh
+1
-7
scene/elementInOut.cc
scene/elementInOut.cc
+1
-7
scene/elementInOut.hh
scene/elementInOut.hh
+1
-7
scene/elementInput.cc
scene/elementInput.cc
+1
-7
scene/elementInput.hh
scene/elementInput.hh
+1
-7
scene/elementOutput.cc
scene/elementOutput.cc
+1
-7
scene/elementOutput.hh
scene/elementOutput.hh
+1
-7
scene/functionDisplay.cc
scene/functionDisplay.cc
+1
-7
scene/functionDisplay.hh
scene/functionDisplay.hh
+1
-7
scene/graphicsScene.cc
scene/graphicsScene.cc
+1
-7
scene/graphicsScene.hh
scene/graphicsScene.hh
+1
-7
scene/graphicsView.cc
scene/graphicsView.cc
+1
-7
scene/graphicsView.hh
scene/graphicsView.hh
+1
-7
scene/sceneElement.cc
scene/sceneElement.cc
+1
-7
scene/sceneElement.hh
scene/sceneElement.hh
+1
-7
scene/sceneTools.cc
scene/sceneTools.cc
+1
-7
scene/sceneTools.hh
scene/sceneTools.hh
+1
-7
scene/text.cc
scene/text.cc
+1
-7
scene/text.hh
scene/text.hh
+1
-7
scene/trash.cc
scene/trash.cc
+1
-7
scene/trash.hh
scene/trash.hh
+1
-7
scene/wayfind.cc
scene/wayfind.cc
+1
-7
scene/wayfind.hh
scene/wayfind.hh
+1
-7
scene/zoomButton.cc
scene/zoomButton.cc
+1
-7
scene/zoomButton.hh
scene/zoomButton.hh
+1
-7
toolBoxElement.cc
toolBoxElement.cc
+1
-7
toolBoxElement.hh
toolBoxElement.hh
+1
-7
types/any.cc
types/any.cc
+1
-7
types/any.hh
types/any.hh
+1
-7
types/bool.cc
types/bool.cc
+1
-7
types/bool.hh
types/bool.hh
+1
-7
types/boolWidget.cc
types/boolWidget.cc
+1
-7
types/boolWidget.hh
types/boolWidget.hh
+1
-7
types/filename.cc
types/filename.cc
+1
-7
types/filename.hh
types/filename.hh
+1
-7
types/filenameWidget.cc
types/filenameWidget.cc
+1
-7
types/filenameWidget.hh
types/filenameWidget.hh
+1
-7
types/matrix4x4.cc
types/matrix4x4.cc
+1
-7
types/matrix4x4.hh
types/matrix4x4.hh
+1
-7
types/matrix4x4Widget.cc
types/matrix4x4Widget.cc
+1
-7
types/matrix4x4Widget.hh
types/matrix4x4Widget.hh
+1
-7
types/numWidget.cc
types/numWidget.cc
+1
-7
types/numWidget.hh
types/numWidget.hh
+1
-7
types/number.cc
types/number.cc
+1
-7
types/number.hh
types/number.hh
+1
-7
types/objectId/SelectionObjectMarker.cc
types/objectId/SelectionObjectMarker.cc
+1
-7
types/objectId/SelectionObjectMarker.hh
types/objectId/SelectionObjectMarker.hh
+1
-7
types/objectId/TreeItem.cc
types/objectId/TreeItem.cc
+1
-7
types/objectId/TreeItem.hh
types/objectId/TreeItem.hh
+1
-7
types/objectId/TreeModel.cc
types/objectId/TreeModel.cc
+1
-7
types/objectId/TreeModel.hh
types/objectId/TreeModel.hh
+1
-7
types/objectId/objectId.cc
types/objectId/objectId.cc
+1
-7
types/objectId/objectId.hh
types/objectId/objectId.hh
+1
-7
types/objectId/objectIdWidget.cc
types/objectId/objectIdWidget.cc
+1
-7
types/objectId/objectIdWidget.hh
types/objectId/objectIdWidget.hh
+1
-7
types/objectId/objectPickDialog.cc
types/objectId/objectPickDialog.cc
+1
-7
types/objectId/objectPickDialog.hh
types/objectId/objectPickDialog.hh
+1
-7
types/selection.cc
types/selection.cc
+1
-7
types/selection.hh
types/selection.hh
+1
-7
types/selectionWidget.cc
types/selectionWidget.cc
+1
-7
types/selectionWidget.hh
types/selectionWidget.hh
+1
-7
types/string.cc
types/string.cc
+1
-7
types/string.hh
types/string.hh
+1
-7
types/stringWidget.cc
types/stringWidget.cc
+1
-7
types/stringWidget.hh
types/stringWidget.hh
+1
-7
types/vec3d.cc
types/vec3d.cc
+1
-7
types/vec3d.hh
types/vec3d.hh
+1
-7
types/vec3dWidget.cc
types/vec3dWidget.cc
+1
-7
types/vec3dWidget.hh
types/vec3dWidget.hh
+1
-7
types/vec4d.cc
types/vec4d.cc
+0
-7
types/vec4d.hh
types/vec4d.hh
+0
-7
types/vec4dWidget.cc
types/vec4dWidget.cc
+0
-7
types/vec4dWidget.hh
types/vec4dWidget.hh
+0
-7
vsiPlugin.cc
vsiPlugin.cc
+1
-7
vsiPlugin.hh
vsiPlugin.hh
+1
-7
No files found.
baseWidget.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QVBoxLayout>
#include <QVBoxLayout>
...
...
baseWidget.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef BASEWIDGET_HH
#ifndef BASEWIDGET_HH
#define BASEWIDGET_HH
#define BASEWIDGET_HH
...
...
config/configDialog.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QPushButton>
#include <QPushButton>
...
...
config/configDialog.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_CONFIGDIALOG_HH
#ifndef VSI_CONFIGDIALOG_HH
#define VSI_CONFIGDIALOG_HH
#define VSI_CONFIGDIALOG_HH
...
...
config/configValue.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QVBoxLayout>
#include <QVBoxLayout>
...
...
config/configValue.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_CONFIGVALUE_HH
#ifndef VSI_CONFIGVALUE_HH
#define VSI_CONFIGVALUE_HH
#define VSI_CONFIGVALUE_HH
...
...
config/dynamicDialog.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QPushButton>
#include <QPushButton>
...
...
config/dynamicDialog.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_DYNAMICDIALOG_HH
#ifndef VSI_DYNAMICDIALOG_HH
#define VSI_DYNAMICDIALOG_HH
#define VSI_DYNAMICDIALOG_HH
...
...
config/dynamicValue.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QVBoxLayout>
#include <QVBoxLayout>
...
...
config/dynamicValue.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_DYNAMICVALUE_HH
#ifndef VSI_DYNAMICVALUE_HH
#define VSI_DYNAMICVALUE_HH
#define VSI_DYNAMICVALUE_HH
...
...
parser/context.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QBuffer>
#include <QBuffer>
...
...
parser/context.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_CONTEXT_HH
#ifndef VSI_CONTEXT_HH
#define VSI_CONTEXT_HH
#define VSI_CONTEXT_HH
...
...
parser/element.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include "element.hh"
#include "element.hh"
...
...
parser/element.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_ELEMENT_HH_
#ifndef VSI_ELEMENT_HH_
#define VSI_ELEMENT_HH_
#define VSI_ELEMENT_HH_
...
...
parser/function.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include "function.hh"
#include "function.hh"
...
...
parser/function.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_FUNCTION_HH_
#ifndef VSI_FUNCTION_HH_
#define VSI_FUNCTION_HH_
#define VSI_FUNCTION_HH_
...
...
parser/inout.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include "input.hh"
#include "input.hh"
...
...
parser/inout.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_INOUT_HH
#ifndef VSI_INOUT_HH
#define VSI_INOUT_HH
#define VSI_INOUT_HH
...
...
parser/input.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include "input.hh"
#include "input.hh"
...
...
parser/input.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_INPUT_HH
#ifndef VSI_INPUT_HH
#define VSI_INPUT_HH
#define VSI_INPUT_HH
...
...
parser/output.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include "output.hh"
#include "output.hh"
...
...
parser/output.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_OUTPUT_HH
#ifndef VSI_OUTPUT_HH
#define VSI_OUTPUT_HH
#define VSI_OUTPUT_HH
...
...
parser/type.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include "type.hh"
#include "type.hh"
...
...
parser/type.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_TYPE_HH
#ifndef VSI_TYPE_HH
#define VSI_TYPE_HH
#define VSI_TYPE_HH
...
...
parser/typeWidget.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include "typeWidget.hh"
#include "typeWidget.hh"
...
...
parser/typeWidget.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_TYPEWIDGET_HH
#ifndef VSI_TYPEWIDGET_HH
#define VSI_TYPEWIDGET_HH
#define VSI_TYPEWIDGET_HH
...
...
scene/arrow.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
...
...
scene/arrow.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_ARROW_HH
#ifndef VSI_ARROW_HH
#define VSI_ARROW_HH
#define VSI_ARROW_HH
...
...
scene/button.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
...
...
scene/button.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_BUTTON_HH
#ifndef VSI_BUTTON_HH
#define VSI_BUTTON_HH
#define VSI_BUTTON_HH
...
...
scene/connection.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QGraphicsSceneMouseEvent>
#include <QGraphicsSceneMouseEvent>
...
...
scene/connection.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_CONNECTION_HH
#ifndef VSI_CONNECTION_HH
#define VSI_CONNECTION_HH
#define VSI_CONNECTION_HH
...
...
scene/connectionPoint.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QPolygonF>
#include <QPolygonF>
...
...
scene/connectionPoint.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_CONNECTIONPOINT_HH
#ifndef VSI_CONNECTIONPOINT_HH
#define VSI_CONNECTIONPOINT_HH
#define VSI_CONNECTIONPOINT_HH
...
...
scene/elementArea.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QGraphicsItem>
#include <QGraphicsItem>
...
...
scene/elementArea.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_ELEMENTAREA_HH
#ifndef VSI_ELEMENTAREA_HH
#define VSI_ELEMENTAREA_HH
#define VSI_ELEMENTAREA_HH
...
...
scene/elementFunction.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include "elementFunction.hh"
#include "elementFunction.hh"
...
...
scene/elementFunction.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_ELEMENTFUNCTION_HH
#ifndef VSI_ELEMENTFUNCTION_HH
#define VSI_ELEMENTFUNCTION_HH
#define VSI_ELEMENTFUNCTION_HH
...
...
scene/elementInOut.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QFont>
#include <QFont>
...
...
scene/elementInOut.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_ELEMENTINOUT_HH
#ifndef VSI_ELEMENTINOUT_HH
#define VSI_ELEMENTINOUT_HH
#define VSI_ELEMENTINOUT_HH
...
...
scene/elementInput.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include "elementInput.hh"
#include "elementInput.hh"
...
...
scene/elementInput.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_ELEMENTINPUT_HH
#ifndef VSI_ELEMENTINPUT_HH
#define VSI_ELEMENTINPUT_HH
#define VSI_ELEMENTINPUT_HH
...
...
scene/elementOutput.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include "elementOutput.hh"
#include "elementOutput.hh"
...
...
scene/elementOutput.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_ELEMENTOUTPUT_HH
#ifndef VSI_ELEMENTOUTPUT_HH
#define VSI_ELEMENTOUTPUT_HH
#define VSI_ELEMENTOUTPUT_HH
...
...
scene/functionDisplay.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QWidget>
#include <QWidget>
...
...
scene/functionDisplay.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_FUNCTIONDISPLAY_HH
#ifndef VSI_FUNCTIONDISPLAY_HH
#define VSI_FUNCTIONDISPLAY_HH
#define VSI_FUNCTIONDISPLAY_HH
...
...
scene/graphicsScene.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
...
...
scene/graphicsScene.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_GRAPHICSSCENE_HH
#ifndef VSI_GRAPHICSSCENE_HH
#define VSI_GRAPHICSSCENE_HH
#define VSI_GRAPHICSSCENE_HH
...
...
scene/graphicsView.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
...
...
scene/graphicsView.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_GRAPHICSVIEW_HH
#ifndef VSI_GRAPHICSVIEW_HH
#define VSI_GRAPHICSVIEW_HH
#define VSI_GRAPHICSVIEW_HH
...
...
scene/sceneElement.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QWidget>
#include <QWidget>
...
...
scene/sceneElement.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_SCENEELEMENT_HH
#ifndef VSI_SCENEELEMENT_HH
#define VSI_SCENEELEMENT_HH
#define VSI_SCENEELEMENT_HH
...
...
scene/sceneTools.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QWidget>
#include <QWidget>
...
...
scene/sceneTools.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_SCENETOOLS_HH
#ifndef VSI_SCENETOOLS_HH
#define VSI_SCENETOOLS_HH
#define VSI_SCENETOOLS_HH
...
...
scene/text.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
...
...
scene/text.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_TEXT_HH
#ifndef VSI_TEXT_HH
#define VSI_TEXT_HH
#define VSI_TEXT_HH
...
...
scene/trash.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QPixmap>
#include <QPixmap>
...
...
scene/trash.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_TRASH_HH
#ifndef VSI_TRASH_HH
#define VSI_TRASH_HH
#define VSI_TRASH_HH
...
...
scene/wayfind.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QRectF>
#include <QRectF>
...
...
scene/wayfind.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_WAYFIND_HH
#ifndef VSI_WAYFIND_HH
#define VSI_WAYFIND_HH
#define VSI_WAYFIND_HH
...
...
scene/zoomButton.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QPixmap>
#include <QPixmap>
...
...
scene/zoomButton.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_ZOOMBUTTON_HH
#ifndef VSI_ZOOMBUTTON_HH
#define VSI_ZOOMBUTTON_HH
#define VSI_ZOOMBUTTON_HH
...
...
toolBoxElement.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QVBoxLayout>
#include <QVBoxLayout>
...
...
toolBoxElement.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef TOOLBOXELEMENT_HH
#ifndef TOOLBOXELEMENT_HH
#define TOOLBOXELEMENT_HH
#define TOOLBOXELEMENT_HH
...
...
types/any.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include "any.hh"
#include "any.hh"
...
...
types/any.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_ANY_HH
#ifndef VSI_ANY_HH
#define VSI_ANY_HH
#define VSI_ANY_HH
...
...
types/bool.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include "bool.hh"
#include "bool.hh"
...
...
types/bool.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_BOOL_HH
#ifndef VSI_BOOL_HH
#define VSI_BOOL_HH
#define VSI_BOOL_HH
...
...
types/boolWidget.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QHBoxLayout>
#include <QHBoxLayout>
...
...
types/boolWidget.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_BOOLWIDGET_HH
#ifndef VSI_BOOLWIDGET_HH
#define VSI_BOOLWIDGET_HH
#define VSI_BOOLWIDGET_HH
...
...
types/filename.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include "filename.hh"
#include "filename.hh"
...
...
types/filename.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_FILENAME_HH
#ifndef VSI_FILENAME_HH
#define VSI_FILENAME_HH
#define VSI_FILENAME_HH
...
...
types/filenameWidget.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//== INCLUDES =================================================================
//== INCLUDES =================================================================
#include <QHBoxLayout>
#include <QHBoxLayout>
...
...
types/filenameWidget.hh
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef VSI_FILENAMEWIDGET_HH
#ifndef VSI_FILENAMEWIDGET_HH
#define VSI_FILENAMEWIDGET_HH
#define VSI_FILENAMEWIDGET_HH
...
...
types/matrix4x4.cc
View file @
f676da75
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *