Update buttonArea after resize

This commit is contained in:
lupoDharkael
2018-04-15 16:25:48 +02:00
parent 7b36148c05
commit 2f29179213
3 changed files with 9 additions and 1 deletions

View File

@@ -38,12 +38,13 @@ public:
bool buttonsAreInside() const;
size_t size() const;
void updatePosition(const QRect &selection);
void setButtons(const QVector<CaptureButton*>);
bool contains(const QPoint &p) const;
void updateScreenRegions(const QVector<QRect> &rects);
void updateScreenRegions(const QRect &rect);
public slots:
void updatePosition(const QRect &selection);
void hide();
void show();