git-svn-id: svn://db.shs.com.ru/libs@236 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -333,7 +333,7 @@ public slots:
|
||||
|
||||
protected:
|
||||
virtual void changeEvent(QEvent * e);
|
||||
virtual void resizeEvent(QResizeEvent * ) {if (leg_update) updateLegend();}
|
||||
virtual void resizeEvent(QResizeEvent * ) {if (leg_update) updateLegend(false);}
|
||||
virtual QSize sizeHint() const {return QSize(400, 300);}
|
||||
virtual void timerEvent(QTimerEvent * );
|
||||
virtual bool eventFilter(QObject * o, QEvent * e);
|
||||
@@ -348,7 +348,7 @@ protected:
|
||||
void drawGuides();
|
||||
void drawPause();
|
||||
void drawAction();
|
||||
void updateLegend();
|
||||
void updateLegend(bool es = true);
|
||||
void updateLegendChecks();
|
||||
void setCanvasCursor(QCursor cursor);
|
||||
void swapToBuffer();
|
||||
@@ -435,6 +435,7 @@ signals:
|
||||
void closeRequest(QWidget * );
|
||||
void cleared();
|
||||
void visualRectChanged();
|
||||
void graphicSettingsChanged();
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user