![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Types | |
| enum | Flaw : quint16 { Irreconcilable = 1 , LegacyResolves = 2 , ResolutionChanges = 4 , ZeroPad = 8 , Narrow = 0x10 , SelfResolved = 0x100 , Irreconcilable = 1 , LegacyResolves = 2 , ResolutionChanges = 4 , ZeroPad = 8 , Narrow = 0x10 , SelfResolved = 0x100 } |
| enum | Flaw : quint16 { Irreconcilable = 1 , LegacyResolves = 2 , ResolutionChanges = 4 , ZeroPad = 8 , Narrow = 0x10 , SelfResolved = 0x100 , Irreconcilable = 1 , LegacyResolves = 2 , ResolutionChanges = 4 , ZeroPad = 8 , Narrow = 0x10 , SelfResolved = 0x100 } |
Public Member Functions | |
| PartialParse (qsizetype from) | |
| PartialParse (const PartialParse &base, const QtParseCommon::ParsedText &more) | |
| PartialParse (const PartialParse &base, const QtParseTimeZone::ParsedZone &more) | |
| Qt::weak_ordering | compare (const PartialParse &alt) const noexcept |
| PartialParse (qsizetype from) | |
| PartialParse (const PartialParse &base, const QtParseCommon::ParsedText &more) | |
| PartialParse (const PartialParse &base, const QtParseTimeZone::ParsedZone &more) | |
| Qt::weak_ordering | compare (const PartialParse &alt) const noexcept |
Public Attributes | |
| ParsedTemporal | results |
| int | periodInDay = -1 |
| int | hourMod12 = 0 |
| int | yearWithinCentury = -1 |
| Flaws | wanton = {} |
Static Public Attributes | |
| static constexpr int | UnknownAmHour = -12 |
| static constexpr int | UnknownPmHour = 36 |
Definition at line 22 of file qtparsetemporal.cpp.
| enum QT_BEGIN_NAMESPACE::PartialParse::Flaw : quint16 |
| Enumerator | |
|---|---|
| Irreconcilable | |
| LegacyResolves | |
| ResolutionChanges | |
| ZeroPad | |
| Narrow | |
| SelfResolved | |
| Irreconcilable | |
| LegacyResolves | |
| ResolutionChanges | |
| ZeroPad | |
| Narrow | |
| SelfResolved | |
Definition at line 29 of file qtparsetemporal.cpp.
| enum QT_BEGIN_NAMESPACE::PartialParse::Flaw : quint16 |
| Enumerator | |
|---|---|
| Irreconcilable | |
| LegacyResolves | |
| ResolutionChanges | |
| ZeroPad | |
| Narrow | |
| SelfResolved | |
| Irreconcilable | |
| LegacyResolves | |
| ResolutionChanges | |
| ZeroPad | |
| Narrow | |
| SelfResolved | |
Definition at line 29 of file qtparsetemporal.cpp.
|
inline |
Definition at line 48 of file qtparsetemporal.cpp.
|
inline |
Definition at line 50 of file qtparsetemporal.cpp.
Referenced by PartialParse().
|
inline |
Definition at line 56 of file qtparsetemporal.cpp.
References PartialParse().
|
inline |
Definition at line 48 of file qtparsetemporal.cpp.
|
inline |
Definition at line 50 of file qtparsetemporal.cpp.
|
inline |
Definition at line 56 of file qtparsetemporal.cpp.
|
inlinenoexcept |
Definition at line 63 of file qtparsetemporal.cpp.
References Irreconcilable, LegacyResolves, Narrow, ResolutionChanges, SelfResolved, and ZeroPad.
|
inlinenoexcept |
Definition at line 63 of file qtparsetemporal.cpp.
| int QT_BEGIN_NAMESPACE::PartialParse::hourMod12 = 0 |
Definition at line 26 of file qtparsetemporal.cpp.
Referenced by QT_BEGIN_NAMESPACE::TemporalFieldMatcher::isSelfConsistent(), and QT_BEGIN_NAMESPACE::TemporalFieldMatcher::resolve().
| int QT_BEGIN_NAMESPACE::PartialParse::periodInDay = -1 |
Definition at line 25 of file qtparsetemporal.cpp.
Referenced by QT_BEGIN_NAMESPACE::TemporalFieldMatcher::continuations(), QT_BEGIN_NAMESPACE::TemporalFieldMatcher::isSelfConsistent(), and QT_BEGIN_NAMESPACE::TemporalFieldMatcher::resolve().
| ParsedTemporal QT_BEGIN_NAMESPACE::PartialParse::results |
Definition at line 24 of file qtparsetemporal.cpp.
|
staticconstexpr |
Definition at line 28 of file qtparsetemporal.cpp.
Referenced by QT_BEGIN_NAMESPACE::TemporalFieldMatcher::resolve().
|
static |
Definition at line 28 of file qtparsetemporal.cpp.
Referenced by QT_BEGIN_NAMESPACE::TemporalFieldMatcher::resolve().
| Flaws QT_BEGIN_NAMESPACE::PartialParse::wanton = {} |
Definition at line 45 of file qtparsetemporal.cpp.
| int QT_BEGIN_NAMESPACE::PartialParse::yearWithinCentury = -1 |
Definition at line 27 of file qtparsetemporal.cpp.
Referenced by QT_BEGIN_NAMESPACE::TemporalFieldMatcher::isSelfConsistent(), and QT_BEGIN_NAMESPACE::TemporalFieldMatcher::resolve().