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.LocateOptionQStandardPaths.LocateOption.resolve(int value) Returns the corresponding enum entry for the given value.static QStandardPaths.LocateOptionReturns 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.cleared(QStandardPaths.LocateOption e) Excludes other enum entry from a flag of this entry.QStandardPaths.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.LocateOptionsQStandardPaths.LocateOption.flags(QStandardPaths.LocateOption ... values) Creates a newQStandardPaths.LocateOptionsfrom the entries.static StringQStandardPaths.locate(QStandardPaths.StandardLocation type, String fileName, QStandardPaths.LocateOption ... options) static QStringListQStandardPaths.locateAll(QStandardPaths.StandardLocation type, String fileName, QStandardPaths.LocateOption ... options) QStandardPaths.LocateOptions.setFlag(QStandardPaths.LocateOption e) Sets the flageQStandardPaths.LocateOptions.setFlag(QStandardPaths.LocateOption e, boolean on) Sets or clears the flagflagConstructors in io.qt.core with parameters of type QStandardPaths.LocateOptionModifierConstructorDescriptionLocateOptions(QStandardPaths.LocateOption ... args) Creates a new LocateOptions where the flags inargsare set.