QGIS API Documentation
3.43.0-Master (2a27c31701b)
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
z
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Symbols
3
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
Files
File List
File Members
All
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
n
o
p
q
r
s
t
u
w
Typedefs
3
a
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
w
y
Loading...
Searching...
No Matches
src
core
scalebar
qgssingleboxscalebarrenderer.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgssingleboxscalebarrenderer.h
3
------------------------------
4
begin : June 2008
5
copyright : (C) 2008 by Marco Hugentobler
6
email : marco.hugentobler@karto.baug.ethz.ch
7
***************************************************************************/
8
/***************************************************************************
9
* *
10
* This program is free software; you can redistribute it and/or modify *
11
* it under the terms of the GNU General Public License as published by *
12
* the Free Software Foundation; either version 2 of the License, or *
13
* (at your option) any later version. *
14
* *
15
***************************************************************************/
16
17
#ifndef QGSSINGLEBOXSCALEBARRENDERER_H
18
#define QGSSINGLEBOXSCALEBARRENDERER_H
19
20
#include "qgis_core.h"
21
#include "
qgsscalebarrenderer.h
"
22
#include <QString>
23
30
class
CORE_EXPORT
QgsSingleBoxScaleBarRenderer
:
public
QgsScaleBarRenderer
31
{
32
public
:
33
34
QgsSingleBoxScaleBarRenderer
() =
default
;
35
36
QString
id
()
const override
;
37
QString
visibleName
()
const override
;
38
int
sortKey
()
const override
;
39
Flags
flags
()
const override
;
40
QgsSingleBoxScaleBarRenderer
*
clone
() const override
SIP_FACTORY
;
41
42
void
draw(
QgsRenderContext
&context,
43
const
QgsScaleBarSettings
&settings,
44
const
QgsScaleBarRenderer
::
ScaleBarContext
&scaleContext ) const override;
45
46
bool
applyDefaultSettings(
QgsScaleBarSettings
&settings ) const override;
47
};
30
class
CORE_EXPORT
QgsSingleBoxScaleBarRenderer
:
public
QgsScaleBarRenderer
{
…
};
48
49
#endif
// QGSSINGLEBOXSCALEBARRENDERER_H
QgsRenderContext
Contains information about the context of a rendering operation.
Definition
qgsrendercontext.h:62
QgsScaleBarRenderer
Abstract base class for scale bar renderers.
Definition
qgsscalebarrenderer.h:38
QgsScaleBarRenderer::flags
virtual Flags flags() const
Returns the scalebar rendering flags, which dictates the renderer's behavior.
Definition
qgsscalebarrenderer.cpp:158
QgsScaleBarRenderer::Flags
QFlags< Flag > Flags
Definition
qgsscalebarrenderer.h:63
QgsScaleBarRenderer::sortKey
virtual int sortKey() const
Returns a sorting key value, where renderers with a lower sort key will be shown earlier in lists.
Definition
qgsscalebarrenderer.cpp:163
QgsScaleBarRenderer::visibleName
virtual QString visibleName() const =0
Returns the user friendly, translated name for the renderer.
QgsScaleBarRenderer::clone
virtual QgsScaleBarRenderer * clone() const =0
Returns a clone of the renderer.
QgsScaleBarRenderer::id
virtual QString id() const =0
Returns the unique ID for this renderer.
QgsScaleBarSettings
The QgsScaleBarSettings class stores the appearance and layout settings for scalebar drawing with Qgs...
Definition
qgsscalebarsettings.h:39
QgsSingleBoxScaleBarRenderer
Scalebar style that draws a single box with alternating color for the segments.
Definition
qgssingleboxscalebarrenderer.h:31
QgsSingleBoxScaleBarRenderer::QgsSingleBoxScaleBarRenderer
QgsSingleBoxScaleBarRenderer()=default
SIP_FACTORY
#define SIP_FACTORY
Definition
qgis_sip.h:76
qgsscalebarrenderer.h
QgsScaleBarRenderer::ScaleBarContext
Contains parameters regarding scalebar calculations.
Definition
qgsscalebarrenderer.h:70
Generated on Tue Mar 18 2025 12:31:40 for QGIS API Documentation by
1.9.8