Uses of Enum
io.qt.core.QString.SectionFlag
Packages that use QString.SectionFlag
-
Uses of QString.SectionFlag in io.qt.core
Methods in io.qt.core that return QString.SectionFlagModifier 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.Methods in io.qt.core with parameters of type QString.SectionFlagModifier and TypeMethodDescriptionQString.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
Constructors in io.qt.core with parameters of type QString.SectionFlagModifierConstructorDescriptionSectionFlags
(QString.SectionFlag... args) Creates a new SectionFlags where the flags inargs
are set.