6#ifndef MARBLE_PRINTOPTIONSWIDGET_H
7#define MARBLE_PRINTOPTIONSWIDGET_H
9#include "marble_export.h"
13#include "ui_PrintOptions.h"
18class MARBLE_EXPORT PrintOptionsWidget :
public QWidget,
private Ui::PrintOptions
25 bool printMap()
const;
27 void setPrintMap(
bool print);
29 bool printBackground()
const;
31 void setPrintBackground(
bool print);
33 bool printLegend()
const;
35 void setPrintLegend(
bool print);
37 bool printRouteSummary()
const;
39 void setPrintRouteSummary(
bool print);
41 bool printDrivingInstructions()
const;
43 void setPrintDrivingInstructions(
bool print);
45 bool printDrivingInstructionsAdvice()
const;
47 void setPrintDrivingInstructionsAdvice(
bool print);
49 void setBackgroundControlsEnabled(
bool enabled);
51 void setRouteControlsEnabled(
bool enabled);
53 void setLegendControlsEnabled(
bool enabled);
Binds a QML item to a specific geodetic location in screen coordinates.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:03 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.