QGIS/python/gui/auto_generated/qgslonglongvalidator.sip.in
2025-03-28 14:23:56 +10:00

45 lines
1.6 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgslonglongvalidator.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsLongLongValidator : QValidator
{
%Docstring(signature="appended")
A QValidator which allows validation of long long values.
%End
%TypeHeaderCode
#include "qgslonglongvalidator.h"
%End
public:
explicit QgsLongLongValidator( QObject *parent );
QgsLongLongValidator( qint64 bottom, qint64 top, QObject *parent );
virtual QValidator::State validate( QString &input, int & ) const;
void setBottom( qint64 bottom );
void setTop( qint64 top );
virtual void setRange( qint64 bottom, qint64 top );
qint64 bottom() const;
qint64 top() const;
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgslonglongvalidator.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/