marble
MarbleControlBox.cpp
Go to the documentation of this file.
SearchMode
Search mode: Global (worldwide) versus area (local, regional) search.
Definition: MarbleGlobal.h:183
QWidget * widget(int index) const
void setCurrentIndex(int index)
int addItem(QWidget *w, const QString &text)
void setLegendTabShown(bool show)
Control whether the Legend tab is shown.
Definition: MarbleControlBox.cpp:178
void setFocusPolicy(Qt::FocusPolicy policy)
This file contains the headers for MarbleModel.
void search(const QString &searchTerm, SearchMode searchMode)
Brings the navigation tab to the front and initiates a search for the given term. ...
Definition: MarbleControlBox.cpp:248
Provides access to all map themes installed locally.
Definition: DeclarativeMapThemeManager.h:40
A widget consisting of input fields for places / routing destinations, a list view showing routing in...
Definition: RoutingWidget.h:35
void selectTheme(const QString &)
Definition: MarbleControlBox.cpp:217
Definition: MapViewWidget.h:32
void setCurrentWidget(QWidget *widget)
void setItemEnabled(int index, bool enabled)
QString tr(const char *sourceText, const char *disambiguation, int n)
This file contains the header for MarbleControlBox.
A widget class that displays a view of the earth.
Definition: MarbleWidget.h:104
int indexOf(QWidget *widget) const
void setMapViewTabShown(bool show)
Control whether the Map View tab is shown.
Definition: MarbleControlBox.cpp:184
Definition: LegendWidget.h:27
enabled
void hide()
void searchFinished()
CurrentLocationWidget * currentLocationWidget()
Provides access to the current location widget for session restoring.
Definition: MarbleControlBox.cpp:243
Definition: FileViewWidget.h:33
void setCurrentLocationTabShown(bool show)
Control whether the Current Location tab is shown.
Definition: MarbleControlBox.cpp:196
void setFileViewTabShown(bool show)
Control whether the File View tab is shown.
Definition: MarbleControlBox.cpp:190
MarbleControlBox(QWidget *parent=0)
Construct a new MarbleControlBox.
Definition: MarbleControlBox.cpp:82
void setWorkOffline(bool offline)
Toggle offline mode of download manager and runners.
Definition: MarbleControlBox.cpp:235
void showUploadDialog()
void setNavigationTabShown(bool show)
Control whether the Navigation tab is shown.
Definition: MarbleControlBox.cpp:172
void removeItem(int index)
void setRoutingTabShown(bool show)
Control whether the Routing tab is shown.
Definition: MarbleControlBox.cpp:209
This file contains the headers for MarbleWidget.
void show()
Wraps a Marble::MarbleWidget, providing access to important properties and methods.
Definition: MarbleDeclarativeWidget.h:50
void showMapWizard()
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
int count() const
void setMarbleWidget(MarbleWidget *widget)
Set the MarbleWidget to be controlled by this widget.
Definition: MarbleControlBox.cpp:126
int insertItem(int index, QWidget *widget, const QString &text)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:40 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:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.