L'action "Pivoter" est desormais desactivee si aucun element selectionne n'est pivotable.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@701 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2009-06-16 22:37:15 +00:00
parent e25ac381aa
commit da410cb37a
3 changed files with 19 additions and 1 deletions

View File

@@ -155,6 +155,7 @@ class Diagram : public QGraphicsScene {
QSet<Conductor *> selectedConductors() const;
DiagramContent content() const;
DiagramContent selectedContent();
bool canRotateSelection() const;
void moveElements(const QPointF &, QGraphicsItem * = 0);
bool usesElement(const ElementsLocation &);