Finish ButtonHandler refactor

This commit is contained in:
lupoDharkael
2017-12-23 18:58:25 +01:00
parent c248c1c406
commit 295dfab5ec
2 changed files with 91 additions and 99 deletions

View File

@@ -74,6 +74,9 @@ private:
void updateBlockedSides();
void expandSelection();
void positionButtonsInside(int index);
void ensureSelectionMinimunSize();
void moveButtonsToPoints(const QVector<QPoint> &points, int &index);
void adjustHorizontalCenter(QPoint &center);
};