mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
ImageView: fixed image not removed on clear(), fixed saving image
This commit is contained in:
@@ -100,11 +100,12 @@ protected:
|
||||
virtual void resizeEvent(QResizeEvent* event);
|
||||
virtual void contextMenuEvent(QContextMenuEvent * e);
|
||||
|
||||
private slots:
|
||||
void sceneRectChanged(const QRectF &rect);
|
||||
|
||||
private:
|
||||
void updateOpacity();
|
||||
void computeScaleOffsets(float & scale, float & offsetX, float & offsetY) const;
|
||||
void drawFeatures(QPainter * painter);
|
||||
void drawLines(QPainter * painter);
|
||||
void computeScaleOffsets(const QRect & targetRect, float & scale, float & offsetX, float & offsetY) const;
|
||||
|
||||
private:
|
||||
QString _savedFileName;
|
||||
|
||||
Reference in New Issue
Block a user