mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-26 07:59:58 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user