Add file headers
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "ApplicationController.h"
|
||||
#include "Document.h"
|
||||
#include "SketchFeature.h"
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef APPLICATIONCONTROLLER_H
|
||||
#define APPLICATIONCONTROLLER_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "Camera.h"
|
||||
#include "ViewportWidget.h"
|
||||
#include <QApplication>
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef CAMERA_H
|
||||
#define CAMERA_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "CircleTool.h"
|
||||
#include "ViewportWidget.h"
|
||||
#include "Camera.h"
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef CIRCLETOOL_H
|
||||
#define CIRCLETOOL_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "DebugWindow.h"
|
||||
#include "Camera.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef DEBUGWINDOW_H
|
||||
#define DEBUGWINDOW_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "Document.h"
|
||||
#include "Feature.h"
|
||||
#include "SketchFeature.h"
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef DOCUMENT_H
|
||||
#define DOCUMENT_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "Feature.h"
|
||||
|
||||
Feature::Feature(const QString& name) : m_name(name)
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef FEATURE_H
|
||||
#define FEATURE_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "FeatureBrowser.h"
|
||||
#include "Document.h"
|
||||
#include "Feature.h"
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef FEATUREBROWSER_H
|
||||
#define FEATUREBROWSER_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "LineTool.h"
|
||||
#include "ViewportWidget.h"
|
||||
#include "Camera.h"
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef LINETOOL_H
|
||||
#define LINETOOL_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "MainWindow.h"
|
||||
#include "ViewportWidget.h"
|
||||
#include "Document.h"
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef MAINWINDOW_H
|
||||
#define MAINWINDOW_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "RectangleTool.h"
|
||||
#include "ViewportWidget.h"
|
||||
#include "Camera.h"
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef RECTANGLETOOL_H
|
||||
#define RECTANGLETOOL_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "SketchCircle.h"
|
||||
#include <QJsonArray>
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef SKETCHCIRCLE_H
|
||||
#define SKETCHCIRCLE_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "SketchFeature.h"
|
||||
#include "SketchObject.h"
|
||||
#include "SketchLine.h"
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef SKETCHFEATURE_H
|
||||
#define SKETCHFEATURE_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "SketchGrid.h"
|
||||
#include "ViewportWidget.h"
|
||||
#include "Camera.h"
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef SKETCHGRID_H
|
||||
#define SKETCHGRID_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "SketchLine.h"
|
||||
#include <QJsonObject>
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef SKETCHLINE_H
|
||||
#define SKETCHLINE_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef SKETCHOBJECT_H
|
||||
#define SKETCHOBJECT_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "SketchRectangle.h"
|
||||
#include <QJsonArray>
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef SKETCHRECTANGLE_H
|
||||
#define SKETCHRECTANGLE_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "SketchTool.h"
|
||||
#include "ViewportWidget.h"
|
||||
#include <QKeyEvent>
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef SKETCHTOOL_H
|
||||
#define SKETCHTOOL_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "Snapping.h"
|
||||
|
||||
#include "ViewportWidget.h"
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef SNAPPING_H
|
||||
#define SNAPPING_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "ViewCube.h"
|
||||
#include <QGuiApplication>
|
||||
#include <QPainter>
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef VIEWCUBE_H
|
||||
#define VIEWCUBE_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include "ViewportWidget.h"
|
||||
#include "Snapping.h"
|
||||
#include "Camera.h"
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#ifndef VIEWPORTWIDGET_H
|
||||
#define VIEWPORTWIDGET_H
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
// Unnamed CAD Software
|
||||
//
|
||||
// License: GPLv3 (or later)
|
||||
// Language: C++17
|
||||
// Notes:
|
||||
// - use a right-handed, Z-up coordinate system to match Open CASCADE
|
||||
|
||||
#include <QApplication>
|
||||
#include "MainWindow.h"
|
||||
#include "ApplicationController.h"
|
||||
|
||||
Reference in New Issue
Block a user