alkimia
8.0.2
|
Public Member Functions | |
QDate | setError (AlkDateFormat::ErrorCode errorCode, const QString &arg1=QString(), const QString &arg2=QString()) |
QDate | convertStringSkrooge (const QString &_in) |
QDate | convertStringKMyMoney (const QString &_in, bool _strict, unsigned _centurymidpoint) |
Public Attributes | |
QString | m_format |
AlkDateFormat::ErrorCode | m_errorCode |
QString | m_errorMessage |
Definition at line 36 of file alkdateformat.cpp.
|
inline |
Definition at line 261 of file alkdateformat.cpp.
References AlkDateFormat::InvalidDate, AlkDateFormat::InvalidDay, AlkDateFormat::InvalidFormatCharacter, AlkDateFormat::InvalidFormatString, AlkDateFormat::InvalidMonth, AlkDateFormat::InvalidYear, AlkDateFormat::InvalidYearLength, m_format, and setError().
Referenced by AlkDateFormat::convertString(), and convertStringSkrooge().
|
inline |
Definition at line 75 of file alkdateformat.cpp.
References convertStringKMyMoney(), AlkDateFormat::InvalidDate, AlkDateFormat::InvalidFormatString, m_format, and setError().
Referenced by AlkDateFormat::convertString().
|
inline |
Definition at line 43 of file alkdateformat.cpp.
References AlkDateFormat::InvalidDate, AlkDateFormat::InvalidDay, AlkDateFormat::InvalidFormatCharacter, AlkDateFormat::InvalidFormatString, AlkDateFormat::InvalidMonth, AlkDateFormat::InvalidYear, AlkDateFormat::InvalidYearLength, m_errorCode, m_errorMessage, and AlkDateFormat::NoError.
Referenced by convertStringKMyMoney(), and convertStringSkrooge().
AlkDateFormat::ErrorCode AlkDateFormat::Private::m_errorCode |
Definition at line 40 of file alkdateformat.cpp.
Referenced by AlkDateFormat::AlkDateFormat(), AlkDateFormat::convertDate(), AlkDateFormat::convertString(), AlkDateFormat::lastError(), and setError().
QString AlkDateFormat::Private::m_errorMessage |
Definition at line 41 of file alkdateformat.cpp.
Referenced by AlkDateFormat::convertDate(), AlkDateFormat::convertString(), AlkDateFormat::lastErrorMessage(), and setError().
QString AlkDateFormat::Private::m_format |
Definition at line 39 of file alkdateformat.cpp.
Referenced by AlkDateFormat::AlkDateFormat(), AlkDateFormat::convertString(), convertStringKMyMoney(), convertStringSkrooge(), AlkDateFormat::format(), and AlkDateFormat::operator=().