marble
tour-preview.cpp File Reference
#include <marble/MarbleWidget.h>
#include <marble/MarbleMath.h>
#include <GeoDataCoordinates.h>
#include <GeoDataLineString.h>
#include <marble/RenderPlugin.h>
#include <marble/MarbleModel.h>
#include <marble/routing/RoutingManager.h>
#include <marble/routing/RoutingModel.h>
#include <marble/TourPlayback.h>
#include <marble/geodata/data/GeoDataTour.h>
#include <marble/geodata/data/GeoDataPlaylist.h>
#include <marble/geodata/data/GeoDataFlyTo.h>
#include <marble/geodata/data/GeoDataLookAt.h>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <QTimeLine>
#include <QApplication>
#include <QThread>
#include <cstdio>
Include dependency graph for tour-preview.cpp:
Go to the source code of this file.
Functions | |
void | animatedFlight (MarbleWidget *mapWidget, GeoDataTour *tour) |
GeoDataTour * | createTour (const Route &route) |
int | main (int argc, char **argv) |
Function Documentation
void animatedFlight | ( | MarbleWidget * | mapWidget, |
GeoDataTour * | tour | ||
) |
Definition at line 102 of file tour-preview.cpp.
GeoDataTour* createTour | ( | const Route & | route | ) |
Definition at line 66 of file tour-preview.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 135 of file tour-preview.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.