QetShapeItem -> handler : handler is draw at the same size at screen, no matter the curent zoom

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4050 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2015-07-15 16:54:30 +00:00
parent e31695382f
commit 6c14729d14
4 changed files with 92 additions and 80 deletions

View File

@@ -19,6 +19,7 @@
#define QETSHAPEITEM_H
#include "qetgraphicsitem.h"
#include "QetGraphicsItemModeler/qetgraphicshandlerutility.h"
class QDomElement;
class QDomDocument;
@@ -94,5 +95,6 @@ class QetShapeItem : public QetGraphicsItem
m_mouse_grab_handler;
int m_vector_index;
QetShapeGeometryCommand *m_undo_command;
QetGraphicsHandlerUtility m_handler;
};
#endif // QETSHAPEITEM_H