• 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
  • cloudsync
CloudRoutesDialog.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 2013 Utku Aydın <utkuaydin34@gmail.com>
9 //
10 
11 #ifndef CLOUDROUTESDIALOG_H
12 #define CLOUDROUTESDIALOG_H
13 
14 #include "MarbleWidget.h"
15 #include "CloudRouteModel.h"
16 
17 #include <QDialog>
18 #include <QListView>
19 #include <QStyledItemDelegate>
20 
21 namespace Marble {
22 
23 class CloudRoutesDialog : public QDialog
24 {
25  Q_OBJECT
26 
27 public:
28  explicit CloudRoutesDialog( CloudRouteModel *model, QWidget *parent = 0 );
29  ~CloudRoutesDialog();
30  CloudRouteModel *model();
31 
32 public slots:
33  void updateListDownloadProgressbar( qint64 received, qint64 total );
34 
35 signals:
36  void downloadButtonClicked( QString timestamp );
37  void openButtonClicked( QString timestamp );
38  void deleteButtonClicked( QString timestamp );
39  void removeFromCacheButtonClicked( QString timestamp );
40  void uploadToCloudButtonClicked( QString timestamp );
41 
42 private:
43  class Private;
44  Private *d;
45 
46 private slots:
47  void updateNoRouteLabel();
48 };
49 
50 }
51 #endif // CLOUDROUTESDIALOG_H
Marble::CloudRoutesDialog::model
CloudRouteModel * model()
Definition: CloudRoutesDialog.cpp:56
QWidget
Marble::CloudRouteModel
Definition: CloudRouteModel.h:25
Marble::CloudRoutesDialog
Definition: CloudRoutesDialog.h:23
Marble::CloudRoutesDialog::openButtonClicked
void openButtonClicked(QString timestamp)
CloudRouteModel.h
Marble::CloudRoutesDialog::downloadButtonClicked
void downloadButtonClicked(QString timestamp)
Marble::CloudRoutesDialog::CloudRoutesDialog
CloudRoutesDialog(CloudRouteModel *model, QWidget *parent=0)
Definition: CloudRoutesDialog.cpp:31
Marble::CloudRoutesDialog::deleteButtonClicked
void deleteButtonClicked(QString timestamp)
QString
Marble::CloudRoutesDialog::updateListDownloadProgressbar
void updateListDownloadProgressbar(qint64 received, qint64 total)
Definition: CloudRoutesDialog.cpp:61
Marble::CloudRoutesDialog::~CloudRoutesDialog
~CloudRoutesDialog()
Definition: CloudRoutesDialog.cpp:51
Marble::CloudRoutesDialog::uploadToCloudButtonClicked
void uploadToCloudButtonClicked(QString timestamp)
QDialog
MarbleWidget.h
This file contains the headers for MarbleWidget.
QObject::parent
QObject * parent() const
Marble::CloudRoutesDialog::removeFromCacheButtonClicked
void removeFromCacheButtonClicked(QString timestamp)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:38 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