Qt 4.8
|
#include <qdebug.h>
#include "qvalidator.h"
#include "private/qobject_p.h"
#include "private/qlocale_p.h"
#include <limits.h>
#include <math.h>
Go to the source code of this file.
Classes | |
class | QDoubleValidatorPrivate |
class | QValidatorPrivate |
Macros | |
#define | LLONG_MAX Q_INT64_C(0x7fffffffffffffff) |
Functions | |
static int | numDigits (qlonglong n) |
static qlonglong | pow10 (int exp) |
#define LLONG_MAX Q_INT64_C(0x7fffffffffffffff) |
Definition at line 686 of file qvalidator.cpp.
Referenced by QDoubleValidatorPrivate::validateWithLocale().
|
static |
Definition at line 385 of file qvalidator.cpp.
Referenced by getSegments(), QSettingsPrivate::iniUnescapedKey(), QTextList::itemText(), and QDoubleValidatorPrivate::validateWithLocale().
|
static |
Definition at line 392 of file qvalidator.cpp.
Referenced by QDoubleValidatorPrivate::validateWithLocale().