-
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
-
-
PropertyAttributes
public PropertyAttributes(int value)
-
Method Details
-
combined
Combines this flags with enum entry.
- Overrides:
combined in class QFlags<PropertyFlags>
- Parameters:
e - enum entry
- Returns:
- new flag
-
flags
Returns an array of flag objects represented by this QFlags.
- Overrides:
flags in class QFlags<PropertyFlags>
- Returns:
- array of enum entries
-