Uses of Enum
io.qt.core.QStandardPaths.LocateOption
Packages that use QStandardPaths.LocateOption
-
Uses of QStandardPaths.LocateOption in io.qt.core
Methods in io.qt.core that return QStandardPaths.LocateOptionModifier and TypeMethodDescriptionfinal QStandardPaths.LocateOption[]
QStandardPaths.LocateOptions.flags()
Returns an array of flag objects represented by this LocateOptions.static QStandardPaths.LocateOption
QStandardPaths.LocateOption.resolve
(int value) Returns the corresponding enum entry for the given value.static QStandardPaths.LocateOption
Returns the enum constant of this type with the specified name.static QStandardPaths.LocateOption[]
QStandardPaths.LocateOption.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 QStandardPaths.LocateOptionModifier and TypeMethodDescriptionQStandardPaths.LocateOption.combined
(QStandardPaths.LocateOption e) Combines this entry with other enum entry.QStandardPaths.LocateOptions.combined
(QStandardPaths.LocateOption e) Combines this flags with enum entry.static QStandardPaths.LocateOptions
QStandardPaths.LocateOption.flags
(QStandardPaths.LocateOption... values) Creates a newQStandardPaths.LocateOptions
from the entries.static String
QStandardPaths.locate
(QStandardPaths.StandardLocation type, String fileName, QStandardPaths.LocateOption ... options) static QStringList
QStandardPaths.locateAll
(QStandardPaths.StandardLocation type, String fileName, QStandardPaths.LocateOption ... options) QStandardPaths.LocateOptions.setFlag
(QStandardPaths.LocateOption e) Sets the flage
QStandardPaths.LocateOptions.setFlag
(QStandardPaths.LocateOption e, boolean on) Sets or clears the flagflag
Constructors in io.qt.core with parameters of type QStandardPaths.LocateOptionModifierConstructorDescriptionLocateOptions
(QStandardPaths.LocateOption... args) Creates a new LocateOptions where the flags inargs
are set.