Home
last modified time | relevance | path

Searched refs:openGeoUri (Results 1 – 4 of 4) sorted by relevance

/dports/astro/marble/marble-21.12.3/src/apps/marble-ui/
H A DControlView.h100 bool openGeoUri( const QString& geoUriString );
H A DControlView.cpp249 bool ControlView::openGeoUri( const QString& geoUriString ) in openGeoUri() function in Marble::ControlView
947 success = openGeoUri(url.url()); in dropEvent()
964 success = openGeoUri(text); in dropEvent()
/dports/astro/marble/marble-21.12.3/src/apps/marble-kde/
H A Dkdemain.cpp422 window.marbleControl()->openGeoUri( geoUriString ); in main()
/dports/astro/marble/marble-21.12.3/src/apps/marble-qt/
H A DQtMainWindow.cpp1204 m_controlView->openGeoUri( geoUriString ); in readSettings()