mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Accidentally some methods.
Took 5 minutes
This commit is contained in:
parent
bb0fe0144e
commit
77d183a89a
1 changed files with 5 additions and 0 deletions
|
|
@ -161,6 +161,9 @@ public:
|
||||||
|
|
||||||
/** Unregisters a card from animation updates. */
|
/** Unregisters a card from animation updates. */
|
||||||
void unregisterAnimationItem(AbstractCardItem *card);
|
void unregisterAnimationItem(AbstractCardItem *card);
|
||||||
|
void startRubberBand(const QPointF &selectionOrigin);
|
||||||
|
void resizeRubberBand(const QPointF &cursorPoint);
|
||||||
|
void stopRubberBand();
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
/** Toggles a zone view for a player. */
|
/** Toggles a zone view for a player. */
|
||||||
|
|
@ -180,6 +183,8 @@ public slots:
|
||||||
|
|
||||||
/** Closes the most recently added zone view. */
|
/** Closes the most recently added zone view. */
|
||||||
void closeMostRecentZoneView();
|
void closeMostRecentZoneView();
|
||||||
|
QTransform getViewTransform() const;
|
||||||
|
QTransform getViewportTransform() const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
/** Handles hover updates. */
|
/** Handles hover updates. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue