• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

marble

  • sources
  • kde-4.14
  • kdeedu
  • marble
  • src
  • lib
  • marble
PlaybackTourControlItem.h
Go to the documentation of this file.
1 //
2 // This file is part of the Marble Virtual Globe.
3 //
4 // This program is free software licensed under the GNU LGPL. You can
5 // find a copy of this license in LICENSE.txt in the top directory of
6 // the source code.
7 //
8 // Copyright 2014 Sanjiban Bairagya <sanjiban22393@gmail.com>
9 //
10 
11 #ifndef PLAYBACKTOURCONTROLITEM_H
12 #define PLAYBACKTOURCONTROLITEM_H
13 
14 #include "PlaybackItem.h"
15 #include "GeoDataTourControl.h"
16 
17 namespace Marble
18 {
19 class PlaybackTourControlItem : public PlaybackItem
20 {
21 public:
22  PlaybackTourControlItem( const GeoDataTourControl* tourControl );
23  const GeoDataTourControl* tourControl() const;
24  double duration() const;
25  void play();
26  void pause();
27  void seek( double position );
28  void stop();
29 private:
30  const GeoDataTourControl* m_tourControl;
31 };
32 }
33 #endif
Marble::PlaybackTourControlItem::PlaybackTourControlItem
PlaybackTourControlItem(const GeoDataTourControl *tourControl)
Definition: PlaybackTourControlItem.cpp:16
Marble::PlaybackTourControlItem::tourControl
const GeoDataTourControl * tourControl() const
Definition: PlaybackTourControlItem.cpp:21
Marble::PlaybackTourControlItem::duration
double duration() const
Definition: PlaybackTourControlItem.cpp:33
Marble::PlaybackTourControlItem::seek
void seek(double position)
Definition: PlaybackTourControlItem.cpp:43
GeoDataTourControl.h
PlaybackItem.h
Marble::PlaybackTourControlItem::stop
void stop()
Definition: PlaybackTourControlItem.cpp:49
Marble::PlaybackItem
Definition: PlaybackItem.h:20
Marble::PlaybackTourControlItem::pause
void pause()
Definition: PlaybackTourControlItem.cpp:38
Marble::PlaybackTourControlItem
Definition: PlaybackTourControlItem.h:19
Marble::PlaybackTourControlItem::play
void play()
Definition: PlaybackTourControlItem.cpp:26
Marble::GeoDataTourControl
Definition: GeoDataTourControl.h:19
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

marble

Skip menu "marble"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal