qx::QxInvalidValue : invalid value when a property fails to pass a constraint
More...
#include <QxInvalidValue.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int file_version) |
|
qx::QxInvalidValue : invalid value when a property fails to pass a constraint
For more informations about QxValidator module, goto the FAQ of QxOrm website : https://www.qxorm.com/qxorm_en/faq.html#faq_250
Definition at line 97 of file QxInvalidValue.h.
◆ QxInvalidValue()
qx::QxInvalidValue::QxInvalidValue |
( |
| ) |
|
◆ ~QxInvalidValue()
virtual qx::QxInvalidValue::~QxInvalidValue |
( |
| ) |
|
|
virtual |
◆ getFullName()
QString qx::QxInvalidValue::getFullName |
( |
| ) |
const |
◆ getMessage()
QString qx::QxInvalidValue::getMessage |
( |
| ) |
const |
|
inline |
◆ getPath()
QString qx::QxInvalidValue::getPath |
( |
| ) |
const |
|
inline |
◆ getPropertyName()
QString qx::QxInvalidValue::getPropertyName |
( |
| ) |
const |
|
inline |
◆ getValidator()
const IxValidator * qx::QxInvalidValue::getValidator |
( |
| ) |
const |
◆ serialize()
template<class Archive >
void qx::QxInvalidValue::serialize |
( |
Archive & | ar, |
|
|
const unsigned int | file_version ) |
|
inlineprivate |
◆ setMessage()
void qx::QxInvalidValue::setMessage |
( |
const QString & | s | ) |
|
|
inline |
◆ setPath()
void qx::QxInvalidValue::setPath |
( |
const QString & | s | ) |
|
|
inline |
◆ setPropertyName()
void qx::QxInvalidValue::setPropertyName |
( |
const QString & | s | ) |
|
|
inline |
◆ setValidator()
void qx::QxInvalidValue::setValidator |
( |
const IxValidator * | p | ) |
|
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ operator<<
◆ operator>>
◆ qx::cvt::detail::QxConvert_FromJson< qx::QxInvalidValue >
◆ qx::cvt::detail::QxConvert_FromJson_Helper
◆ qx::cvt::detail::QxConvert_ToJson< qx::QxInvalidValue >
◆ qx::cvt::detail::QxConvert_ToJson_Helper
◆ m_pValidator
◆ m_sMessage
QString qx::QxInvalidValue::m_sMessage |
|
protected |
◆ m_sPath
QString qx::QxInvalidValue::m_sPath |
|
protected |
Path of property failing to pass the constraint.
Definition at line 118 of file QxInvalidValue.h.
◆ m_sPropertyName
QString qx::QxInvalidValue::m_sPropertyName |
|
protected |
The documentation for this class was generated from the following file: