QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
A dialog allowing users to enter a scale visibility range. More...
#include <qgsscalevisibilitydialog.h>
Public Slots | |
void | setMaximumScale (double scale) |
Set the maximum scale, or 0 to indicate the minimum is not set. More... | |
void | setMinimumScale (double scale) |
Set the minimum scale, or 0 to indicate the minimum is not set. More... | |
void | setScaleVisiblity (bool hasScaleVisibility) |
Set whether scale based visibility is enabled. More... | |
Public Member Functions | |
QgsScaleVisibilityDialog (QWidget *parent=nullptr, const QString &title=QString(), QgsMapCanvas *mapCanvas=nullptr) | |
Constructor for QgsScaleVisibilityDialog, with specified dialog title. More... | |
bool | hasScaleVisibility () const |
Returns true if scale based visibility is enabled. More... | |
double | maximumScale () const |
Returns the selected maximum scale, or 0 if maximum scale is not set. More... | |
double | minimumScale () const |
Returns the selected minimum scale, or 0 if minimum scale is not set. More... | |
Properties | |
bool | hasScaleVisibility |
double | maximumScale |
double | minimumScale |
A dialog allowing users to enter a scale visibility range.
Definition at line 32 of file qgsscalevisibilitydialog.h.
|
explicit |
Constructor for QgsScaleVisibilityDialog, with specified dialog title.
The mapCanvas argument can be used to associate the dialog with a map canvas, allowing use of the current map scale within the dialog.
Definition at line 24 of file qgsscalevisibilitydialog.cpp.
bool QgsScaleVisibilityDialog::hasScaleVisibility | ( | ) | const |
Returns true
if scale based visibility is enabled.
Definition at line 62 of file qgsscalevisibilitydialog.cpp.
double QgsScaleVisibilityDialog::maximumScale | ( | ) | const |
Returns the selected maximum scale, or 0 if maximum scale is not set.
The scale value indicates the scale denominator, e.g. 1000.0 for a 1:1000 map.
Definition at line 82 of file qgsscalevisibilitydialog.cpp.
double QgsScaleVisibilityDialog::minimumScale | ( | ) | const |
Returns the selected minimum scale, or 0 if minimum scale is not set.
The scale value indicates the scale denominator, e.g. 1000.0 for a 1:1000 map.
Definition at line 72 of file qgsscalevisibilitydialog.cpp.
|
slot |
Set the maximum scale, or 0 to indicate the minimum is not set.
The scale value indicates the scale denominator, e.g. 1000.0 for a 1:1000 map.
Definition at line 77 of file qgsscalevisibilitydialog.cpp.
|
slot |
Set the minimum scale, or 0 to indicate the minimum is not set.
The scale value indicates the scale denominator, e.g. 1000.0 for a 1:1000 map.
Definition at line 67 of file qgsscalevisibilitydialog.cpp.
|
slot |
Set whether scale based visibility is enabled.
Definition at line 57 of file qgsscalevisibilitydialog.cpp.
|
readwrite |
Definition at line 1 of file qgsscalevisibilitydialog.h.
|
readwrite |
Definition at line 1 of file qgsscalevisibilitydialog.h.
|
readwrite |
Definition at line 1 of file qgsscalevisibilitydialog.h.