-
Constructor Summary
Constructors
-
Method Summary
Combines this flags with enum entry.
Returns an array of flag objects represented by this QFlags.
Methods inherited from class io.qt.QFlags
clear, clear, clearAll, equals, flags, hashCode, isSet, isSet, set, set, setFlag, setFlag, setValue, testAnyFlags, testAnyFlags, testFlag, testFlags, testFlags, toInt, toString, value
-
Constructor Details
-
-
EnumAttributes
public EnumAttributes(int value)
-
Method Details
-
combined
Combines this flags with enum entry.
- Overrides:
combined
in class QFlags<EnumFlags>
- Parameters:
e
- enum entry
- Returns:
- new flag
-
flags
Returns an array of flag objects represented by this QFlags.
- Overrides:
flags
in class QFlags<EnumFlags>
- Returns:
- array of enum entries
-