43 Navigator::~Navigator()
47 Navigator::Navigator (SpotLocator& spotLoc, ViewLocator& viewLoc)
48 : spotLocator_{spotLoc}
49 , viewLocator_{viewLoc}
56 Navigator::determineAnchor (
UICoord const& path)
58 UNIMPLEMENTED (
"LocationQuery in real UI: resolve anchor point of given UI-Coordinates");
63 Navigator::determineCoverage (
UICoord const& path)
65 UNIMPLEMENTED (
"LocationQuery in real UI: determine explicit coverage of given UI-Coordinates");
69 LocationQuery::ChildIter
70 Navigator::getChildren (
UICoord const& path,
size_t pos)
72 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.