marble
EditPolygonDialog.cpp
Go to the documentation of this file.
87 connect( d->m_linesDialog, SIGNAL(colorSelected(QColor)), this, SLOT(updateLinesDialog(const QColor&)) );
93 connect( d->m_polyDialog, SIGNAL(colorSelected(QColor)), this, SLOT(updatePolyDialog(const QColor&)) );
void fill(const QColor &color)
QStyle * style() const
GeoDataPolyStyle & polyStyle()
Return the label style of this style.
Definition: GeoDataStyle.cpp:153
void accepted()
int exec()
QString description() const
Return the text description of the feature.
Definition: GeoDataFeature.cpp:588
const GeoDataStyle * style() const
Return the style assigned to the placemark, or a default style if none has been set.
Definition: GeoDataFeature.cpp:709
GeoDataLineStyle & lineStyle()
Return the label style of this style.
Definition: GeoDataStyle.cpp:143
~EditPolygonDialog()
Definition: EditPolygonDialog.cpp:109
void finished(int result)
EditPolygonDialog(GeoDataPlacemark *placemark, QWidget *parent=0)
Definition: EditPolygonDialog.cpp:49
void deleteLater()
void polygonUpdated(GeoDataFeature *feature)
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
specifies the style how polygons are drawn
Definition: GeoDataPolyStyle.h:34
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
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.