Uses of Class
io.qt.core.QString.SectionFlags
-
Uses of QString.SectionFlags in io.qt.core
Modifier and TypeMethodDescriptionQString.SectionFlag.asFlags()
Create a QFlags of the enum entry.QString.SectionFlag.cleared
(QString.SectionFlag e) Excludes other enum entry from a flag of this entry.final QString.SectionFlags
QString.SectionFlags.clone()
Clones the flagsQString.SectionFlag.combined
(QString.SectionFlag e) Combines this entry with other enum entry.final QString.SectionFlags
QString.SectionFlags.combined
(QString.SectionFlag e) Combines this flags with enum entry.static QString.SectionFlags
QString.SectionFlag.flags
(QString.SectionFlag ... values) Creates a newQString.SectionFlags
from the entries.final QString.SectionFlags
QString.SectionFlags.setFlag
(QString.SectionFlag e) Sets the flage
final QString.SectionFlags
QString.SectionFlags.setFlag
(QString.SectionFlag e, boolean on) Sets or clears the flagflag
Modifier and TypeMethodDescriptionfinal int
QString.SectionFlags.compareTo
(QString.SectionFlags other) final QString
QString.section
(char sep, long start, long end, QString.SectionFlags flags) final QString
QString.section
(QRegularExpression re, long start, long end, QString.SectionFlags flags) final QString
QString.section
(CharSequence in_sep, long start, long end, QString.SectionFlags flags)