- All Implemented Interfaces:
QMetaType.GenericTypeInterface,Serializable,Cloneable
- Enclosing class:
QMetaType
public static final class QMetaType.GenericFlags
extends QFlags<QMetaType.GenericFlag>
implements QMetaType.GenericTypeInterface
This class represents a QMetaType-registered but Java-unknown QFlags type.
- See Also:
-
Method Summary
-
Method Details
-
metaType
- Specified by:
metaTypein interfaceQMetaType.GenericTypeInterface
-
flags
Description copied from class:QFlagsReturns an array of flag objects represented by this QFlags.- Overrides:
flagsin classQFlags<QMetaType.GenericFlag>- Returns:
- array of enum entries
-
clone
Description copied from class:QFlagsClones the flags- Overrides:
clonein classQFlags<QMetaType.GenericFlag>
-
combined
Description copied from class:QFlagsCombines this flags with enum entry.- Overrides:
combinedin classQFlags<QMetaType.GenericFlag>- Parameters:
flag- enum entry- Returns:
- new flag
-