2017-05-23 14:45:44 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/qgslonglongvalidator.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
class QgsLongLongValidator : QValidator
|
|
|
|
{
|
2017-05-23 14:45:44 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
%TypeHeaderCode
|
2017-05-23 14:45:44 +02:00
|
|
|
#include "qgslonglongvalidator.h"
|
2012-09-24 02:28:15 +02:00
|
|
|
%End
|
|
|
|
public:
|
|
|
|
explicit QgsLongLongValidator( QObject *parent );
|
2017-05-23 14:45:44 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
QgsLongLongValidator( qint64 bottom, qint64 top, QObject *parent );
|
2017-05-23 14:45:44 +02:00
|
|
|
|
|
|
|
virtual QValidator::State validate( QString &input, int & ) const;
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
void setBottom( qint64 bottom );
|
|
|
|
void setTop( qint64 top );
|
|
|
|
|
|
|
|
virtual void setRange( qint64 bottom, qint64 top );
|
|
|
|
|
|
|
|
qint64 bottom() const;
|
|
|
|
qint64 top() const;
|
2017-05-23 14:45:44 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
};
|
2017-05-23 14:45:44 +02:00
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/qgslonglongvalidator.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|