NDEVR
API Documentation
QCustomValidator::InvalidProperties

Contains the result of a validation check, including the validity state, a suggested fix-up message, and an optional character range. More...

Collaboration diagram for QCustomValidator::InvalidProperties:
[legend]

Public Member Functions

 InvalidProperties (ValidityMessage validity)
 Constructs invalid properties with the given validity state.

Public Attributes

StringAllocatingView fixed_up_message
 A suggested corrected version of the input.
Bounds< 1, uint04range = Constant<Bounds<1, uint04>>::Invalid
 The character range of the invalid portion.
ValidityMessage validity
 The validity state of the input.

Detailed Description

Contains the result of a validation check, including the validity state, a suggested fix-up message, and an optional character range.

Definition at line 72 of file QCustomValidator.h.

Constructor & Destructor Documentation

◆ InvalidProperties()

QCustomValidator::InvalidProperties::InvalidProperties ( ValidityMessage validity)
inline

Constructs invalid properties with the given validity state.

Parameters
[in]validityThe validity message describing the issue.

Definition at line 78 of file QCustomValidator.h.

References validity.


The documentation for this struct was generated from the following file: