QGIS API Documentation
3.43.0-Master (3ee7834ace6)
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
gui
numericformats
qgsnumericformatguiregistry.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsnumericformatguiregistry.h
3
-----------------------------
4
begin : January 2020
5
copyright : (C) 2020 by Nyall Dawson
6
email : nyall dot dawson at gmail dot com
7
***************************************************************************/
8
9
/***************************************************************************
10
* *
11
* This program is free software; you can redistribute it and/or modify *
12
* it under the terms of the GNU General Public License as published by *
13
* the Free Software Foundation; either version 2 of the License, or *
14
* (at your option) any later version. *
15
* *
16
***************************************************************************/
17
18
#ifndef QGSNUMERICFORMATGUIREGISTRY_H
19
#define QGSNUMERICFORMATGUIREGISTRY_H
20
21
#include "qgis_gui.h"
22
#include "
qgis_sip.h
"
23
#include <QList>
24
#include <QMap>
25
26
class
QgsNumericFormatWidget
;
27
class
QgsNumericFormat
;
28
35
class
GUI_EXPORT
QgsNumericFormatConfigurationWidgetFactory
36
{
37
public
:
38
virtual
~QgsNumericFormatConfigurationWidgetFactory
() =
default
;
39
43
virtual
QgsNumericFormatWidget
*
create
(
const
QgsNumericFormat
*format )
const
= 0
SIP_TRANSFERBACK
;
44
};
35
class
GUI_EXPORT
QgsNumericFormatConfigurationWidgetFactory
{
…
};
45
55
class
GUI_EXPORT
QgsNumericFormatGuiRegistry
56
{
57
public
:
62
QgsNumericFormatGuiRegistry
();
63
~QgsNumericFormatGuiRegistry
();
64
70
void
addFormatConfigurationWidgetFactory(
const
QString &
id
,
QgsNumericFormatConfigurationWidgetFactory
*factory
SIP_TRANSFER
);
71
75
void
removeFormatConfigurationWidgetFactory(
const
QString &
id
);
76
82
QgsNumericFormatWidget
*formatConfigurationWidget(
const
QgsNumericFormat
*format )
const
SIP_TRANSFERBACK
;
83
84
private
:
85
QMap<QString, QgsNumericFormatConfigurationWidgetFactory *> mFormatConfigurationWidgetFactories;
86
};
55
class
GUI_EXPORT
QgsNumericFormatGuiRegistry
{
…
};
87
88
#endif
// QGSNUMERICFORMATGUIREGISTRY_H
QgsNumericFormatConfigurationWidgetFactory
Interface base class for factories for numeric format configuration widgets.
Definition
qgsnumericformatguiregistry.h:36
QgsNumericFormatConfigurationWidgetFactory::~QgsNumericFormatConfigurationWidgetFactory
virtual ~QgsNumericFormatConfigurationWidgetFactory()=default
QgsNumericFormatConfigurationWidgetFactory::create
virtual QgsNumericFormatWidget * create(const QgsNumericFormat *format) const =0
Create a new configuration widget for a format.
QgsNumericFormatGuiRegistry
The QgsNumericFormatGuiRegistry is a home for widgets for configuring QgsNumericFormat objects.
Definition
qgsnumericformatguiregistry.h:56
QgsNumericFormatWidget
Base class for widgets which allow control over the properties of QgsNumericFormat subclasses.
Definition
qgsnumericformatwidget.h:35
QgsNumericFormat
A numeric formatter allows for formatting a numeric value for display, using a variety of different f...
Definition
qgsnumericformat.h:279
qgis_sip.h
SIP_TRANSFER
#define SIP_TRANSFER
Definition
qgis_sip.h:36
SIP_TRANSFERBACK
#define SIP_TRANSFERBACK
Definition
qgis_sip.h:48
Generated on Mon Mar 24 2025 21:55:38 for QGIS API Documentation by
1.9.8