git-svn-id: svn://db.shs.com.ru/libs@301 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -24,6 +24,7 @@ protected:
|
||||
void moveRects();
|
||||
void applyRect();
|
||||
void doubleClick();
|
||||
void resizeHandles();
|
||||
QRectF itemRect(const QGraphicsItem * item) const;
|
||||
QRectF boundingRect() const;
|
||||
void paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget = 0) {}
|
||||
@@ -46,7 +47,7 @@ signals:
|
||||
|
||||
namespace Ui {
|
||||
class DrawTools;
|
||||
};
|
||||
}
|
||||
|
||||
class DrawTools: public QObject
|
||||
{
|
||||
@@ -98,6 +99,7 @@ private slots:
|
||||
void selectionChanged();
|
||||
void sizeChanged();
|
||||
void propertyChanged();
|
||||
void comboLineStyleChanged();
|
||||
void changeFinished() {if (cur_item) emit itemEdited(cur_item);}
|
||||
void moveZUpAvailable(bool yes) {actions_Z_up.setEnabled(yes); actions_Z_top.setEnabled(yes);}
|
||||
void moveZDownAvailable(bool yes) {actions_Z_down.setEnabled(yes); actions_Z_bottom.setEnabled(yes);}
|
||||
|
||||
Reference in New Issue
Block a user