mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 01:10:53 +01:00
Merge sources dir branch devel to trunk
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2613 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#define ELEMENT_VIEW_H
|
||||
#include <QGraphicsView>
|
||||
#include "elementscene.h"
|
||||
|
||||
/**
|
||||
This class provides a widget to render an ElementScene instance, i.e. the
|
||||
edition class for electrical elements.
|
||||
@@ -50,7 +51,7 @@ class ElementView : public QGraphicsView {
|
||||
virtual void drawBackground(QPainter *, const QRectF &);
|
||||
|
||||
private:
|
||||
QRectF applyMovement(const QRectF &, const QET::OrientedMovement &, const QPointF &);
|
||||
QRectF applyMovement(const QRectF &, const QPointF &);
|
||||
|
||||
public slots:
|
||||
void setVisualisationMode();
|
||||
|
||||
Reference in New Issue
Block a user