summaryrefslogtreecommitdiff
path: root/src/gui/nodeitem.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-07-20 11:13:42 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-07-20 11:13:42 +0200
commitc7f79b3a9878dafc4088f170964264dff839f502 (patch)
tree1ef286f50d758ab739b7747418d76c1377176964 /src/gui/nodeitem.h
parent329da8795d9a9183830d0c4e0e22ea08d546a4f7 (diff)
...
Diffstat (limited to 'src/gui/nodeitem.h')
-rw-r--r--src/gui/nodeitem.h102
1 files changed, 51 insertions, 51 deletions
diff --git a/src/gui/nodeitem.h b/src/gui/nodeitem.h
index efd32f1..678a7e8 100644
--- a/src/gui/nodeitem.h
+++ b/src/gui/nodeitem.h
@@ -1,51 +1,51 @@
-/*
- TikZiT - a GUI diagram editor for TikZ
- Copyright (C) 2018 Aleks Kissinger
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>.
-*/
-
-/*!
- * A QGraphicsItem that handles drawing a single node.
- */
-
-#ifndef NODEITEM_H
-#define NODEITEM_H
-
-#include "node.h"
-
-#include <QObject>
-#include <QGraphicsItem>
-#include <QPainterPath>
-#include <QRectF>
-
-class NodeItem : public QGraphicsItem
-{
-public:
- NodeItem(Node *node);
- void readPos();
- void writePos();
- void paint(QPainter *painter, const QStyleOptionGraphicsItem *, QWidget *);
- QPainterPath shape() const override;
- QRectF boundingRect() const override;
- void updateBounds();
- Node *node() const;
-
-private:
- Node *_node;
- QRectF labelRect() const;
- QRectF _boundingRect;
-};
-
-#endif // NODEITEM_H
+/*
+ TikZiT - a GUI diagram editor for TikZ
+ Copyright (C) 2018 Aleks Kissinger
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+*/
+
+/*!
+ * A QGraphicsItem that handles drawing a single node.
+ */
+
+#ifndef NODEITEM_H
+#define NODEITEM_H
+
+#include "node.h"
+
+#include <QObject>
+#include <QGraphicsItem>
+#include <QPainterPath>
+#include <QRectF>
+
+class NodeItem : public QGraphicsItem
+{
+public:
+ NodeItem(Node *node);
+ void readPos();
+ void writePos();
+ void paint(QPainter *painter, const QStyleOptionGraphicsItem *, QWidget *);
+ QPainterPath shape() const override;
+ QRectF boundingRect() const override;
+ void updateBounds();
+ Node *node() const;
+
+private:
+ Node *_node;
+ QRectF labelRect() const;
+ QRectF _boundingRect;
+};
+
+#endif // NODEITEM_H