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

marble

  • sources
  • kde-4.12
  • kdeedu
  • marble
  • src
  • lib
  • marble
  • routing
RoutingProfileSettingsDialog.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 2010 Niko Sams <niko.sams@gmail.com>
9 //
10 
11 
12 #ifndef MARBLE_ROUTINGPROFILESETTINGSDIALOG_H
13 #define MARBLE_ROUTINGPROFILESETTINGSDIALOG_H
14 
15 #include <QDialog>
16 
17 #include "RoutingRunnerPlugin.h"
18 
19 class QModelIndex;
20 class QStandardItemModel;
21 class QHBoxLayout;
22 class Ui_RoutingProfileSettingsDialog;
23 
24 namespace Marble {
25 
26 class PluginManager;
27 class RoutingProfilesModel;
28 
29 class RoutingProfileSettingsDialog : public QDialog
30 {
31  Q_OBJECT
32 public:
33  RoutingProfileSettingsDialog( const PluginManager *pluginManager, RoutingProfilesModel *profilesModel, QWidget *parent = 0 );
34  ~RoutingProfileSettingsDialog();
35 
36  void editProfile( int profileIndex );
37 
38 private slots:
39  void updateConfigWidget();
40 
41  void openConfigDialog();
42 
43 private:
44  RoutingProfilesModel *m_profilesModel;
45 
46  QList<RoutingRunnerPlugin*> m_plugins;
47  QHash<RoutingRunnerPlugin*, RoutingRunnerPlugin::ConfigWidget*> m_configWidgets;
48 
49  Ui_RoutingProfileSettingsDialog *m_ui;
50  QStandardItemModel *m_servicesModel;
51 
52  QDialog* m_dialog;
53  QHBoxLayout* m_dialogLayout;
54 };
55 
56 }
57 
58 #endif
Marble::RoutingProfileSettingsDialog::editProfile
void editProfile(int profileIndex)
Definition: RoutingProfileSettingsDialog.cpp:99
Marble::PluginManager
The class that handles Marble's plugins.
Definition: PluginManager.h:45
QDialog
Marble::RoutingProfileSettingsDialog::~RoutingProfileSettingsDialog
~RoutingProfileSettingsDialog()
Definition: RoutingProfileSettingsDialog.cpp:67
QWidget
Marble::RoutingProfilesModel
Definition: RoutingProfilesModel.h:25
RoutingRunnerPlugin.h
Marble::RoutingProfileSettingsDialog
Definition: RoutingProfileSettingsDialog.h:29
Marble::RoutingProfileSettingsDialog::RoutingProfileSettingsDialog
RoutingProfileSettingsDialog(const PluginManager *pluginManager, RoutingProfilesModel *profilesModel, QWidget *parent=0)
Definition: RoutingProfileSettingsDialog.cpp:27
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:52 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
  • kstars
  • libkdeedu
  •   keduvocdocument
  • 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