Improve Basic shapes Properties size function

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4294 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2015-12-30 13:47:21 +00:00
parent 313e4b9793
commit 917f6dadda
5 changed files with 45 additions and 8 deletions

View File

@@ -96,13 +96,14 @@ class QetShapeItem : public QetGraphicsItem
///ATTRIBUTES
private:
ShapeType m_shapeType;
ShapeType m_shapeType;
QPen m_pen;
QPointF m_P1, m_P2, m_old_P1, m_old_P2;
QPolygonF m_polygon, m_old_polygon;
bool m_hovered,
bool m_hovered,
m_mouse_grab_handler;
int m_vector_index;
int shape_size;
QetGraphicsHandlerUtility m_handler;
};
#endif // QETSHAPEITEM_H