Download patch

Init branch

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3492 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
runsys
2014-11-16 20:27:11 +00:00
parent e2f6e232ee
commit 02df8a5073
19 changed files with 1744 additions and 11 deletions

View File

@@ -27,6 +27,7 @@
#include "numerotationcontext.h"
#include "qetproject.h"
#include "properties/xrefproperties.h"
#include "binarygrid.h"
class Conductor;
class CustomElement;
@@ -43,6 +44,7 @@ class Terminal;
class ConductorTextItem;
class DiagramImageItem;
class ElementTextsMover;
class BinaryGrid;
/**
This class represents an electric diagram. It manages its various child
elements, conductors and texts and handles their graphic rendering.
@@ -224,6 +226,9 @@ class Diagram : public QGraphicsScene {
void editElementRequired(const ElementsLocation &);
void reportPropertiesChanged(QString);
void XRefPropertiesChanged();
public:
BinaryGrid* _binaryGrid;
};
Q_DECLARE_METATYPE(Diagram *)