[override virtual noexcept]
KmlTourController::~KmlTourController()
Destructor.
double KmlTourController::currentPosition() constReturns the current position of the KML tour, in seconds.
[signal]
void KmlTourController::currentPositionChanged(double currentPosition)
Signal emitted when the current position changed.
Pauses the associated tour.
void KmlTourController::play()Plays the associated tour, which may include audio content.
void KmlTourController::reset()Resets the associated tour.
Use this to reset the tour to the beginning, which includes resetting any KML content to its original state before the tour was played.
void KmlTourController::setTour(Esri::ArcGISRuntime::KmlTour *tour)Sets the KmlTour object that the controller is managing to tour.
Note: you may set nullptr
to manage no KML tour.
See also tour().
double KmlTourController::totalDuration() constReturns the total duration of the KML tour, in seconds.
[signal]
void KmlTourController::totalDurationChanged(double totalDuration)
Signal emitted when the total duration changed.
Returns the KmlTour object that the controller is managing.
See also setTour().
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4