Marble
OsmRelationManagerWidget.cpp
41 d->m_currentRelations->setMinimumWidth( d->m_currentRelations->columnCount() * d->m_currentRelations->columnWidth( 0 ) + 10 );
154 QPointer<OsmRelationEditorDialog> relationEditor = new OsmRelationEditorDialog( &relationData );
void setFlags(Qt::ItemFlags flags)
UserRole
void update()
update updates the relations list and the suggested relations drop menu
Definition: OsmRelationManagerWidget.cpp:103
void addRelation(QAction *action)
addRelation adds the placemark to the relation specified in the action->text(); If the text is "New R...
Definition: OsmRelationManagerWidget.cpp:61
void customContextMenuRequested(const QPoint &pos)
DoubleClicked
CustomContextMenu
qlonglong toLongLong(bool *ok) const const
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
ItemIsEditable
virtual QVariant data(int column, int role) const const
QString tagValue(const QString &key) const
tagValue returns the value of the tag that has key as key or an empty qstring if there is no such tag
Definition: OsmPlacemarkData.cpp:116
text
void setText(int column, const QString &text)
Binds a QML item to a specific geodetic location in screen coordinates.
Definition: AbstractDataPlugin.cpp:22
Rejected
This class is used to encapsulate the osm data fields kept within a placemark's extendedData.
Definition: OsmPlacemarkData.h:66
QVariant data() const const
The OsmRelationEditorDialog class small dialog that is used to edit relations The dialog has a line e...
Definition: OsmRelationEditorDialog.h:27
virtual void setData(int column, int role, const QVariant &value)
QString tr(const char *sourceText, const char *disambiguation, int n)
QString text(int column) const const
Qt::ItemFlags flags() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Oct 2 2023 03:52:09 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Oct 2 2023 03:52:09 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.