QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
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 = std::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.