ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
QtCompatRegExpOption Namespace Reference

Variables

constexpr QRegularExpression::PatternOption CaseInsensitive
 
constexpr QRegularExpression::PatternOption DotMatchesEverything
 
constexpr QRegularExpression::PatternOption Multiline
 

Variable Documentation

◆ CaseInsensitive

constexpr QRegularExpression::PatternOption QtCompatRegExpOption::CaseInsensitive
constexpr

◆ DotMatchesEverything

constexpr QRegularExpression::PatternOption QtCompatRegExpOption::DotMatchesEverything
constexpr
Initial value:
=
QRegularExpression::DotMatchesEverythingOption

Definition at line 176 of file QtCompat.h.

◆ Multiline

constexpr QRegularExpression::PatternOption QtCompatRegExpOption::Multiline
constexpr
Initial value:
=
QRegularExpression::MultilineOption

Definition at line 178 of file QtCompat.h.