Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Validator::Checks Struct Reference

#include <validator.h>

Collaboration diagram for Validator::Checks:

Public Attributes

bool accelerator = true
bool punctuation = true
bool placeMarker = true
bool surroundingWhiteSpace = true
bool phraseMatch = true

Detailed Description

Definition at line 22 of file validator.h.

Member Data Documentation

◆ accelerator

bool Validator::Checks::accelerator = true

Definition at line 24 of file validator.h.

◆ phraseMatch

bool Validator::Checks::phraseMatch = true

Definition at line 29 of file validator.h.

Referenced by Validator::fromSource().

◆ placeMarker

bool Validator::Checks::placeMarker = true

Definition at line 26 of file validator.h.

◆ punctuation

bool Validator::Checks::punctuation = true

Definition at line 25 of file validator.h.

◆ surroundingWhiteSpace

bool Validator::Checks::surroundingWhiteSpace = true

Definition at line 27 of file validator.h.

Referenced by Validator::fromSource().


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