java.lang.Object
io.qt.QFlags<QAbstract3DGraph.SelectionFlag>
io.qt.datavis.QAbstract3DGraph.SelectionFlags
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<QAbstract3DGraph.SelectionFlags>
- Enclosing class:
- QAbstract3DGraph
public static final class QAbstract3DGraph.SelectionFlags
extends io.qt.QFlags<QAbstract3DGraph.SelectionFlag>
implements Comparable<QAbstract3DGraph.SelectionFlags>
QFlags type for enum
QAbstract3DGraph.SelectionFlag- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSelectionFlags(int value) Creates a new SelectionFlags with givenvalue.Creates a new SelectionFlags where the flags inargsare set. -
Method Summary
Modifier and TypeMethodDescriptionclone()Clones the flagsCombines this flags with enum entry.final intfinal QAbstract3DGraph.SelectionFlag[]flags()Returns an array of flag objects represented by this SelectionFlags.Sets the flagesetFlag(QAbstract3DGraph.SelectionFlag e, boolean on) Sets or clears the flagflagMethods inherited from class io.qt.QFlags
clear, clear, clearAll, equals, flags, hashCode, isSet, isSet, set, set, setValue, testAnyFlags, testAnyFlags, testFlag, testFlags, testFlags, toInt, toString, value
-
Constructor Details
-
SelectionFlags
Creates a new SelectionFlags where the flags inargsare set.- Parameters:
args- enum entries
-
SelectionFlags
public SelectionFlags(int value) Creates a new SelectionFlags with givenvalue.- Parameters:
value-
-
-
Method Details
-
combined
Combines this flags with enum entry.- Overrides:
combinedin classio.qt.QFlags<QAbstract3DGraph.SelectionFlag>- Parameters:
e- enum entry- Returns:
- new SelectionFlags
-
setFlag
Sets the flage- Overrides:
setFlagin classio.qt.QFlags<QAbstract3DGraph.SelectionFlag>- Parameters:
e- enum entry- Returns:
- this
-
setFlag
Sets or clears the flagflag- Overrides:
setFlagin classio.qt.QFlags<QAbstract3DGraph.SelectionFlag>- Parameters:
e- enum entryon- set (true) or clear (false)- Returns:
- this
-
flags
Returns an array of flag objects represented by this SelectionFlags.- Overrides:
flagsin classio.qt.QFlags<QAbstract3DGraph.SelectionFlag>- Returns:
- array of enum entries
-
clone
Clones the flags- Overrides:
clonein classio.qt.QFlags<QAbstract3DGraph.SelectionFlag>
-
compareTo
- Specified by:
compareToin interfaceComparable<QAbstract3DGraph.SelectionFlags>
-