- All Implemented Interfaces:
QtAbstractEnumerator
,QtEnumerator
,Serializable
,Comparable<QtGraphs3D.CameraPreset>
,Constable
- Enclosing class:
QtGraphs3D
Java wrapper for Qt enum QtGraphs3D::CameraPreset
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionRepresentingQtGraphs3D::
CameraPreset:: Behind RepresentingQtGraphs3D::
CameraPreset:: BehindBelow RepresentingQtGraphs3D::
CameraPreset:: BehindHigh RepresentingQtGraphs3D::
CameraPreset:: BehindLow RepresentingQtGraphs3D::
CameraPreset:: DirectlyAbove RepresentingQtGraphs3D::
CameraPreset:: DirectlyAboveCCW45 RepresentingQtGraphs3D::
CameraPreset:: DirectlyAboveCW45 RepresentingQtGraphs3D::
CameraPreset:: DirectlyBelow RepresentingQtGraphs3D::
CameraPreset:: Front RepresentingQtGraphs3D::
CameraPreset:: FrontBelow RepresentingQtGraphs3D::
CameraPreset:: FrontHigh RepresentingQtGraphs3D::
CameraPreset:: FrontLow RepresentingQtGraphs3D::
CameraPreset:: IsometricLeft RepresentingQtGraphs3D::
CameraPreset:: IsometricLeftHigh RepresentingQtGraphs3D::
CameraPreset:: IsometricRight RepresentingQtGraphs3D::
CameraPreset:: IsometricRightHigh RepresentingQtGraphs3D::
CameraPreset:: Left RepresentingQtGraphs3D::
CameraPreset:: LeftBelow RepresentingQtGraphs3D::
CameraPreset:: LeftHigh RepresentingQtGraphs3D::
CameraPreset:: LeftLow RepresentingQtGraphs3D::
CameraPreset:: NoPreset RepresentingQtGraphs3D::
CameraPreset:: Right RepresentingQtGraphs3D::
CameraPreset:: RightBelow RepresentingQtGraphs3D::
CameraPreset:: RightHigh RepresentingQtGraphs3D::
CameraPreset:: RightLow -
Method Summary
Modifier and TypeMethodDescriptionstatic QtGraphs3D.CameraPreset
resolve
(int value) Returns the corresponding enum entry for the given value.int
value()
This function should return an integer value for the enum values of the enumeration that implements this interface.static QtGraphs3D.CameraPreset
Returns the enum constant of this type with the specified name.static QtGraphs3D.CameraPreset[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface io.qt.QtAbstractEnumerator
getDeclaringClass, name, ordinal
-
Enum Constant Details
-
NoPreset
Representing
QtGraphs3D::
CameraPreset:: NoPreset -
FrontLow
Representing
QtGraphs3D::
CameraPreset:: FrontLow -
Front
Representing
QtGraphs3D::
CameraPreset:: Front -
FrontHigh
Representing
QtGraphs3D::
CameraPreset:: FrontHigh -
LeftLow
Representing
QtGraphs3D::
CameraPreset:: LeftLow -
Left
Representing
QtGraphs3D::
CameraPreset:: Left -
LeftHigh
Representing
QtGraphs3D::
CameraPreset:: LeftHigh -
RightLow
Representing
QtGraphs3D::
CameraPreset:: RightLow -
Right
Representing
QtGraphs3D::
CameraPreset:: Right -
RightHigh
Representing
QtGraphs3D::
CameraPreset:: RightHigh -
BehindLow
Representing
QtGraphs3D::
CameraPreset:: BehindLow -
Behind
Representing
QtGraphs3D::
CameraPreset:: Behind -
BehindHigh
Representing
QtGraphs3D::
CameraPreset:: BehindHigh -
IsometricLeft
Representing
QtGraphs3D::
CameraPreset:: IsometricLeft -
IsometricLeftHigh
Representing
QtGraphs3D::
CameraPreset:: IsometricLeftHigh -
IsometricRight
Representing
QtGraphs3D::
CameraPreset:: IsometricRight -
IsometricRightHigh
Representing
QtGraphs3D::
CameraPreset:: IsometricRightHigh -
DirectlyAbove
Representing
QtGraphs3D::
CameraPreset:: DirectlyAbove -
DirectlyAboveCW45
Representing
QtGraphs3D::
CameraPreset:: DirectlyAboveCW45 -
DirectlyAboveCCW45
Representing
QtGraphs3D::
CameraPreset:: DirectlyAboveCCW45 -
FrontBelow
Representing
QtGraphs3D::
CameraPreset:: FrontBelow -
LeftBelow
Representing
QtGraphs3D::
CameraPreset:: LeftBelow -
RightBelow
Representing
QtGraphs3D::
CameraPreset:: RightBelow -
BehindBelow
Representing
QtGraphs3D::
CameraPreset:: BehindBelow -
DirectlyBelow
Representing
QtGraphs3D::
CameraPreset:: DirectlyBelow
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
value
public int value()This function should return an integer value for the enum values of the enumeration that implements this interface. Default isEnum.ordinal()
.- Specified by:
value
in interfaceQtEnumerator
-
resolve
Returns the corresponding enum entry for the given value.- Parameters:
value
-- Returns:
- enum entry
-