31 Rect hookedRect = minimap->getTileRect(m_hookedPosition);
33 if(hookedRect.isValid()) {
36 point = hookedRect.left();
39 point = hookedRect.right();
42 point = hookedRect.top();
45 point = hookedRect.bottom();
48 point = hookedRect.horizontalCenter();
51 point = hookedRect.verticalCenter();
74 anchorGroup->addAnchor(anchor);