52 Navigator::~Navigator()
56 Navigator::Navigator (SpotLocator& spotLoc, ViewLocator& viewLoc)
57 : spotLocator_{spotLoc}
58 , viewLocator_{viewLoc}
65 Navigator::determineAnchor (
UICoord const& path)
67 UNIMPLEMENTED (
"LocationQuery in real UI: resolve anchor point of given UI-Coordinates");
72 Navigator::determineCoverage (
UICoord const& path)
74 UNIMPLEMENTED (
"LocationQuery in real UI: determine explicit coverage of given UI-Coordinates");
78 LocationQuery::ChildIter
79 Navigator::getChildren (
UICoord const& path,
size_t pos)
81 UNIMPLEMENTED (
"LocationQuery in real UI: build child iterator rooted at given point in the UI tree");
Describe a location within the UI through structural/topological coordinates.
Navigating a centre of user activity globally.
Lumiera GTK UI implementation root.
Global interface navigation control.