Uses of Enum
io.qt.core.QString.SectionFlag
-
Uses of QString.SectionFlag in io.qt.core
Modifier and TypeMethodDescriptionfinal QString.SectionFlag []
QString.SectionFlags.flags()
Returns an array of flag objects represented by this SectionFlags.static QString.SectionFlag
QString.SectionFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static QString.SectionFlag
Returns the enum constant of this type with the specified name.static QString.SectionFlag[]
QString.SectionFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQString.SectionFlag.cleared
(QString.SectionFlag e) Excludes other enum entry from a flag of this entry.QString.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
QString.section
(char sep, long start, long end, QString.SectionFlag ... flags) Overloaded function forQString.section(char, long, long, io.qt.core.QString.SectionFlags)
.final QString
QString.section
(QRegularExpression re, long start, long end, QString.SectionFlag ... flags) Overloaded function forQString.section(io.qt.core.QRegularExpression, long, long, io.qt.core.QString.SectionFlags)
.final QString
QString.section
(CharSequence in_sep, long start, long end, QString.SectionFlag ... flags) Overloaded function forQString.section(java.lang.CharSequence, long, long, io.qt.core.QString.SectionFlags)
.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
ModifierConstructorDescriptionSectionFlags
(QString.SectionFlag ... args) Creates a new SectionFlags where the flags inargs
are set.