Changeset 10 in flair-src for trunk/tools/FlairGCS/src
- Timestamp:
- Apr 8, 2016, 10:59:51 AM (9 years ago)
- Location:
- trunk/tools/FlairGCS/src
- Files:
-
- 63 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/CheckBox.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "CheckBox.h" 2 6 #include "Layout.h" -
trunk/tools/FlairGCS/src/CheckBox.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef CHECKBOX_H 2 6 #define CHECKBOX_H -
trunk/tools/FlairGCS/src/ComboBox.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "ComboBox.h" 2 6 #include "Layout.h" -
trunk/tools/FlairGCS/src/ComboBox.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef COMBOBOX_H 2 6 #define COMBOBOX_H -
trunk/tools/FlairGCS/src/ConnectionLayout.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "ConnectionLayout.h" 2 6 #include "UdtSocket.h" -
trunk/tools/FlairGCS/src/ConnectionLayout.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef CONNECTIONLAYOUT_H 2 6 #define CONNECTIONLAYOUT_H -
trunk/tools/FlairGCS/src/DataPlot1D.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "DataPlot1D.h" 2 6 #include "Layout.h" -
trunk/tools/FlairGCS/src/DataPlot1D.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef DATAPLOT1D_H_INCLUDED 2 6 #define DATAPLOT1D_H_INCLUDED -
trunk/tools/FlairGCS/src/DataPlot2D.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "DataPlot2D.h" 2 6 #include "Layout.h" -
trunk/tools/FlairGCS/src/DataPlot2D.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef DATAPLOT2D_H_INCLUDED 2 6 #define DATAPLOT2D_H_INCLUDED -
trunk/tools/FlairGCS/src/DataRemote.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "DataRemote.h" 2 6 #include <QMenu> -
trunk/tools/FlairGCS/src/DataRemote.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef DATAREMOTE_H 2 6 #define DATAREMOTE_H -
trunk/tools/FlairGCS/src/DoubleSpinBox.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "DoubleSpinBox.h" 2 6 #include "Layout.h" -
trunk/tools/FlairGCS/src/DoubleSpinBox.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef DOUBLESPINBOX_H 2 6 #define DOUBLESPINBOX_H -
trunk/tools/FlairGCS/src/FormLayout.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "FormLayout.h" 2 6 #include "Layout.h" -
trunk/tools/FlairGCS/src/FormLayout.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef LABELWIDGET_H 2 6 #define LABELWIDGET_H -
trunk/tools/FlairGCS/src/GridLayout.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "GridLayout.h" 2 6 #include <QWidget> -
trunk/tools/FlairGCS/src/GridLayout.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef GRIDLAYOUT_H 2 6 #define GRIDLAYOUT_H -
trunk/tools/FlairGCS/src/GroupBox.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "GroupBox.h" 2 6 #include <QGroupBox> -
trunk/tools/FlairGCS/src/GroupBox.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef GROUPBOX_H 2 6 #define GROUPBOX_H -
trunk/tools/FlairGCS/src/Label.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "Label.h" 2 6 #include "Layout.h" -
trunk/tools/FlairGCS/src/Label.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef LABEL_H 2 6 #define LABEL_H -
trunk/tools/FlairGCS/src/Landmark.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "Landmark.h" 2 6 #include <QPen> -
trunk/tools/FlairGCS/src/Landmark.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef LANDMARK_H 2 6 #define LANDMARK_H -
trunk/tools/FlairGCS/src/Layout.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "Layout.h" 2 6 #include "TabWidget.h" -
trunk/tools/FlairGCS/src/Layout.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef LAYOUT_H 2 6 #define LAYOUT_H -
trunk/tools/FlairGCS/src/Manager.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "Manager.h" 2 6 #include "UdtSocket.h" -
trunk/tools/FlairGCS/src/Manager.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef MANAGER_H 2 6 #define MANAGER_H -
trunk/tools/FlairGCS/src/Map.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "Map.h" 2 6 #include "Landmark.h" -
trunk/tools/FlairGCS/src/Map.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef MAP_H 2 6 #define MAP_H -
trunk/tools/FlairGCS/src/Picture.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "Picture.h" 2 6 #include "Layout.h" -
trunk/tools/FlairGCS/src/Picture.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef PICTURE_H 2 6 #define PICTURE_H -
trunk/tools/FlairGCS/src/PushButton.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "PushButton.h" 2 6 #include "ConnectionLayout.h" -
trunk/tools/FlairGCS/src/PushButton.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef PUSHBUTTON_H 2 6 #define PUSHBUTTON_H -
trunk/tools/FlairGCS/src/RangeFinderPlot.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "RangeFinderPlot.h" 2 6 #include "Layout.h" -
trunk/tools/FlairGCS/src/RangeFinderPlot.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef RANGEFINDERPLOT_H_INCLUDED 2 6 #define RANGEFINDERPLOT_H_INCLUDED -
trunk/tools/FlairGCS/src/Scope.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "Scope.h" 2 6 #include "Scrollbar.h" -
trunk/tools/FlairGCS/src/Scope.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef SCOPE_H_INCLUDED 2 6 #define SCOPE_H_INCLUDED -
trunk/tools/FlairGCS/src/ScopeFixedStep.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "ScopeFixedStep.h" 2 6 #include "Scrollbar.h" -
trunk/tools/FlairGCS/src/ScopeFixedStep.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef SCOPEFIXEDSTEP_H_INCLUDED 2 6 #define SCOPEFIXEDSTEP_H_INCLUDED -
trunk/tools/FlairGCS/src/ScopeVariableStep.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "ScopeVariableStep.h" 2 6 #include "Scrollbar.h" -
trunk/tools/FlairGCS/src/ScopeVariableStep.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef SCOPEVARIABLESTEP_H_INCLUDED 2 6 #define SCOPEVARIABLESTEP_H_INCLUDED -
trunk/tools/FlairGCS/src/Scrollbar.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include <qstyle.h> 2 6 #include <qstyleoption.h> -
trunk/tools/FlairGCS/src/Scrollbar.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef _SCROLLBAR_H 2 6 #define _SCROLLBAR_H 1 -
trunk/tools/FlairGCS/src/SpinBox.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "SpinBox.h" 2 6 #include <QFormLayout> -
trunk/tools/FlairGCS/src/SpinBox.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef SPINBOX_H 2 6 #define SPINBOX_H -
trunk/tools/FlairGCS/src/Tab.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "Tab.h" 2 6 #include "TabWidget.h" -
trunk/tools/FlairGCS/src/Tab.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef TAB_H 2 6 #define TAB_H -
trunk/tools/FlairGCS/src/TabWidget.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "TabWidget.h" 2 6 #include "Tab.h" -
trunk/tools/FlairGCS/src/TabWidget.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef TABWIDGET_H 2 6 #define TABWIDGET_H -
trunk/tools/FlairGCS/src/TextEdit.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "TextEdit.h" 2 6 #include "Layout.h" -
trunk/tools/FlairGCS/src/TextEdit.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef TEXTEDIT_H 2 6 #define TEXTEDIT_H -
trunk/tools/FlairGCS/src/UdtSocket.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "UdtSocket.h" 2 6 #include <stdio.h> -
trunk/tools/FlairGCS/src/UdtSocket.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef UDTSOCKET_H 2 6 #define UDTSOCKET_H -
trunk/tools/FlairGCS/src/Vector3DSpinBox.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "Vector3DSpinBox.h" 2 6 #include <QLineEdit> -
trunk/tools/FlairGCS/src/Vector3DSpinBox.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef VECTOR3DSPINBOX_H 2 6 #define VECTOR3DSPINBOX_H -
trunk/tools/FlairGCS/src/XmlWidget.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "XmlWidget.h" 2 6 #include <QWidget> -
trunk/tools/FlairGCS/src/XmlWidget.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef XMLWIDGET_H 2 6 #define XMLWIDGET_H -
trunk/tools/FlairGCS/src/file_ui.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include "file_ui.h" 2 6 #include <stdio.h> -
trunk/tools/FlairGCS/src/file_ui.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #ifndef FILE_UI_H 2 6 #define FILE_UI_H -
trunk/tools/FlairGCS/src/main.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 #include <QApplication> 2 6 #include <QCleanlooksStyle> -
trunk/tools/FlairGCS/src/mapwidget.cpp
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /**************************************************************************** 2 6 ** -
trunk/tools/FlairGCS/src/mapwidget.h
r9 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /**************************************************************************** 2 6 **
Note:
See TracChangeset
for help on using the changeset viewer.