mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
46 lines
1.5 KiB
Plaintext
46 lines
1.5 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/classification/qgsclassificationfixedinterval.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
class QgsClassificationFixedInterval : QgsClassificationMethod
|
|
{
|
|
%Docstring(signature="appended")
|
|
Implementation of a fixed interval classification.
|
|
|
|
.. versionadded:: 3.26
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsclassificationfixedinterval.h"
|
|
%End
|
|
public:
|
|
|
|
QgsClassificationFixedInterval();
|
|
virtual std::unique_ptr< QgsClassificationMethod > clone() const;
|
|
|
|
virtual QString name() const;
|
|
|
|
virtual QString id() const;
|
|
|
|
virtual QIcon icon() const;
|
|
|
|
virtual bool valuesRequired() const;
|
|
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/classification/qgsclassificationfixedinterval.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|