• 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
  • plugins
  • render
  • annotate
EditPolygonDialog.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 Calin-Cristian Cruceru <crucerucalincristian@gmail.com>
9 //
10 
11 #ifndef MARBLE_EDITPOLYGONDIALOG_H
12 #define MARBLE_EDITPOLYGONDIALOG_H
13 
14 
15 #include <QDialog>
16 #include <QColor>
17 
18 #include "MarbleGlobal.h"
19 #include "GeoDataPlacemark.h"
20 
21 namespace Marble {
22 
28 class EditPolygonDialog : public QDialog
29 {
30  Q_OBJECT
31 
32 public:
33  EditPolygonDialog( GeoDataPlacemark *placemark, QWidget *parent = 0 );
34  ~EditPolygonDialog();
35 
36 private slots:
37  void updatePolygon();
38  void updateLinesDialog( const QColor &color );
39  void updatePolyDialog( const QColor &color );
40 
41 signals:
42  void polygonUpdated( GeoDataFeature *feature );
43 
44 private:
45  class Private;
46  Private * const d;
47 };
48 
49 }
50 
51 #endif
QWidget
Marble::EditPolygonDialog
As it name says by itself, this class is used to show a couple of editing options for a polygon...
Definition: EditPolygonDialog.h:28
Marble::EditPolygonDialog::~EditPolygonDialog
~EditPolygonDialog()
Definition: EditPolygonDialog.cpp:109
Marble::EditPolygonDialog::EditPolygonDialog
EditPolygonDialog(GeoDataPlacemark *placemark, QWidget *parent=0)
Definition: EditPolygonDialog.cpp:49
QColor
MarbleGlobal.h
GeoDataPlacemark.h
Marble::GeoDataFeature
A base class for all geodata features.
Definition: GeoDataFeature.h:57
QDialog
Marble::EditPolygonDialog::polygonUpdated
void polygonUpdated(GeoDataFeature *feature)
QObject::parent
QObject * parent() const
Marble::GeoDataPlacemark
a class representing a point of interest on the map
Definition: GeoDataPlacemark.h:54
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 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