marble
#include <RoutingLayer.h>
Signals | |
void | placemarkSelected (const QModelIndex &index) |
void | repaintNeeded (const QRect &rect=QRect()) |
Public Member Functions | |
RoutingLayer (MarbleWidget *widget, QWidget *parent=0) | |
~RoutingLayer () | |
bool | eventFilter (QObject *obj, QEvent *event) |
bool | isInteractive () const |
bool | render (GeoPainter *painter, ViewportParams *viewport, const QString &renderPos="NONE", GeoSceneLayer *layer=0) |
QStringList | renderPosition () const |
RenderState | renderState () const |
void | setInteractive (bool interactive) |
void | setPlacemarkModel (MarblePlacemarkModel *model) |
void | setViewContext (ViewContext viewContext) |
void | synchronizeWith (QItemSelectionModel *selection) |
qreal | zValue () const |
Public Member Functions inherited from QObject | |
QObject (QObject *parent) | |
QObject (QObject *parent, const char *name) | |
virtual | ~QObject () |
bool | blockSignals (bool block) |
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
const QObjectList & | children () const |
const char * | className () const |
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const QObject *receiver, const char *method) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
T | findChild (const QString &name) const |
QList< T > | findChildren (const QRegExp ®Exp) const |
QList< T > | findChildren (const QString &name) const |
bool | inherits (const char *className) const |
void | insertChild (QObject *object) |
void | installEventFilter (QObject *filterObj) |
bool | isA (const char *className) const |
bool | isWidgetType () const |
void | killTimer (int id) |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
const char * | name () const |
const char * | name (const char *defaultName) const |
QString | objectName () const |
QObject * | parent () const |
QVariant | property (const char *name) const |
void | removeChild (QObject *object) |
void | removeEventFilter (QObject *obj) |
void | setName (const char *name) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
bool | signalsBlocked () const |
int | startTimer (int interval) |
QThread * | thread () const |
Public Member Functions inherited from Marble::LayerInterface | |
virtual | ~LayerInterface () |
virtual QString | runtimeTrace () const |
Additional Inherited Members | |
Static Public Member Functions inherited from QObject | |
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Protected Member Functions inherited from QObject | |
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const char *signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const char *signal) |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
Static Protected Member Functions inherited from QObject | |
QByteArray | normalizeSignalSlot (const char *signalSlot) |
Properties inherited from QObject | |
objectName | |
Detailed Description
A paint layer that serves as a view on a route model.
Definition at line 36 of file RoutingLayer.h.
Constructor & Destructor Documentation
|
explicit |
Constructor.
- Parameters
-
widget The marble widget used for geopos <-> screenpos transformations and repainting of (small) areas. Must not be null parent Optional parent widget
Definition at line 619 of file RoutingLayer.cpp.
Marble::RoutingLayer::~RoutingLayer | ( | ) |
Destructor.
Definition at line 634 of file RoutingLayer.cpp.
Member Function Documentation
Overriding QWidget, used to make the layer interactive.
Reimplemented from QObject.
Definition at line 686 of file RoutingLayer.cpp.
bool Marble::RoutingLayer::isInteractive | ( | ) | const |
Returns whether the route is interactive (true by default if not changed by setInteractive)
Definition at line 794 of file RoutingLayer.cpp.
|
signal |
A placemark was selected (clicked) by the user.
The index belongs to the model set via setModel
|
virtual |
Reimplemented from LayerInterface.
Paints route items and placemarks
Implements Marble::LayerInterface.
Definition at line 649 of file RoutingLayer.cpp.
|
virtual |
Reimplemented from LayerInterface.
We'll hover above the surface
Implements Marble::LayerInterface.
Definition at line 639 of file RoutingLayer.cpp.
|
virtual |
Reimplemented from Marble::LayerInterface.
Definition at line 681 of file RoutingLayer.cpp.
void Marble::RoutingLayer::setInteractive | ( | bool | interactive | ) |
Determine whether the route can be edited by the user (via points added, route cleared)
Definition at line 789 of file RoutingLayer.cpp.
void Marble::RoutingLayer::setPlacemarkModel | ( | MarblePlacemarkModel * | model | ) |
Set the placemark model to use.
Implicitly removes the routing model.
Definition at line 712 of file RoutingLayer.cpp.
void Marble::RoutingLayer::setViewContext | ( | ViewContext | viewContext | ) |
Set the view context to determine whether the map is used interactively.
Definition at line 784 of file RoutingLayer.cpp.
void Marble::RoutingLayer::synchronizeWith | ( | QItemSelectionModel * | selection | ) |
Set the proxy model another QAbstractItemView uses that should share its selection model with us.
Needed because this class uses an unfiltered model which has different indices than a filtered one.
Definition at line 718 of file RoutingLayer.cpp.
|
virtual |
Reimplemented from LayerInterface.
Reimplemented from Marble::LayerInterface.
Definition at line 644 of file RoutingLayer.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.