123456789101112131415161718192021222324252627 |
- .TH "AStrictRxValidator" 3 "Sun Dec 27 2020" "openPilotLog" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- AStrictRxValidator \- The \fBAStrictRxValidator\fP class only returns Invalid or Acceptable\&.
- .SH SYNOPSIS
- .br
- .PP
- .PP
- \fC#include <astrictrxvalidator\&.h>\fP
- .PP
- Inherits QRegularExpressionValidator\&.
- .SS "Public Member Functions"
- .in +1c
- .ti -1c
- .RI "QValidator::State \fBvalidate\fP (QString &txt, int &pos) const"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- The \fBAStrictRxValidator\fP class only returns Invalid or Acceptable\&.
- .SH "Author"
- .PP
- Generated automatically by Doxygen for openPilotLog from the source code\&.
|