QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
27 return QStringLiteral(
"percentage" );
32 return QObject::tr(
"Percentage" );
42 switch ( mInputValues )
55 switch ( mInputValues )
75 std::unique_ptr< QgsPercentageNumericFormat > res = qgis::make_unique< QgsPercentageNumericFormat >();
85 res.insert( QStringLiteral(
"input_values" ),
static_cast< int >( mInputValues ) );
The class is used as a container of context for various read/write operations on other objects.
QChar percent() const
Returns the percent character.
A context for numeric formats.