- All Implemented Interfaces:
QtAbstractEnumerator
,QtEnumerator
,Serializable
,Comparable<QPrintEngine.PrintEnginePropertyKey>
,Constable
- Enclosing class:
QPrintEngine
Java wrapper for Qt enum QPrintEngine::PrintEnginePropertyKey
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRepresenting QPrintEngine::PPK_CollateCopiesRepresenting QPrintEngine::PPK_ColorModeRepresenting QPrintEngine::PPK_CopyCountRepresenting QPrintEngine::PPK_CreatorRepresenting QPrintEngine::PPK_CustomBaseRepresenting QPrintEngine::PPK_CustomPaperSizeRepresenting QPrintEngine::PPK_DocumentNameRepresenting QPrintEngine::PPK_DuplexRepresenting QPrintEngine::PPK_FontEmbeddingRepresenting QPrintEngine::PPK_FullPageRepresenting QPrintEngine::PPK_NumberOfCopiesRepresenting QPrintEngine::PPK_OrientationRepresenting QPrintEngine::PPK_OutputFileNameRepresenting QPrintEngine::PPK_PageMarginsRepresenting QPrintEngine::PPK_PageOrderRepresenting QPrintEngine::PPK_PageRectRepresenting QPrintEngine::PPK_PageSizeRepresenting QPrintEngine::PPK_PaperNameRepresenting QPrintEngine::PPK_PaperRectRepresenting QPrintEngine::PPK_PaperSizeRepresenting QPrintEngine::PPK_PaperSourceRepresenting QPrintEngine::PPK_PaperSourcesRepresenting QPrintEngine::PPK_PrinterNameRepresenting QPrintEngine::PPK_PrinterProgramRepresenting QPrintEngine::PPK_QPageLayoutRepresenting QPrintEngine::PPK_QPageMarginsRepresenting QPrintEngine::PPK_QPageSizeRepresenting QPrintEngine::PPK_ResolutionRepresenting QPrintEngine::PPK_SelectionOptionRepresenting QPrintEngine::PPK_SupportedResolutionsRepresenting QPrintEngine::PPK_SupportsMultipleCopiesRepresenting QPrintEngine::PPK_WindowsPageSize -
Method Summary
Modifier and TypeMethodDescriptionresolve
(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.Returns the enum constant of this type with the specified name.static QPrintEngine.PrintEnginePropertyKey[]
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.QtEnumerator
getDeclaringClass, name, ordinal
-
Enum Constant Details
-
PPK_CollateCopies
Representing QPrintEngine::PPK_CollateCopies
-
PPK_ColorMode
Representing QPrintEngine::PPK_ColorMode
-
PPK_Creator
Representing QPrintEngine::PPK_Creator
-
PPK_DocumentName
Representing QPrintEngine::PPK_DocumentName
-
PPK_FullPage
Representing QPrintEngine::PPK_FullPage
-
PPK_NumberOfCopies
Representing QPrintEngine::PPK_NumberOfCopies
-
PPK_Orientation
Representing QPrintEngine::PPK_Orientation
-
PPK_OutputFileName
Representing QPrintEngine::PPK_OutputFileName
-
PPK_PageOrder
Representing QPrintEngine::PPK_PageOrder
-
PPK_PageRect
Representing QPrintEngine::PPK_PageRect
-
PPK_PageSize
Representing QPrintEngine::PPK_PageSize
-
PPK_PaperRect
Representing QPrintEngine::PPK_PaperRect
-
PPK_PaperSource
Representing QPrintEngine::PPK_PaperSource
-
PPK_PrinterName
Representing QPrintEngine::PPK_PrinterName
-
PPK_PrinterProgram
Representing QPrintEngine::PPK_PrinterProgram
-
PPK_Resolution
Representing QPrintEngine::PPK_Resolution
-
PPK_SelectionOption
Representing QPrintEngine::PPK_SelectionOption
-
PPK_SupportedResolutions
Representing QPrintEngine::PPK_SupportedResolutions
-
PPK_WindowsPageSize
Representing QPrintEngine::PPK_WindowsPageSize
-
PPK_FontEmbedding
Representing QPrintEngine::PPK_FontEmbedding
-
PPK_Duplex
Representing QPrintEngine::PPK_Duplex
-
PPK_PaperSources
Representing QPrintEngine::PPK_PaperSources
-
PPK_CustomPaperSize
Representing QPrintEngine::PPK_CustomPaperSize
-
PPK_PageMargins
Representing QPrintEngine::PPK_PageMargins
-
PPK_CopyCount
Representing QPrintEngine::PPK_CopyCount
-
PPK_SupportsMultipleCopies
Representing QPrintEngine::PPK_SupportsMultipleCopies
-
PPK_PaperName
Representing QPrintEngine::PPK_PaperName
-
PPK_QPageSize
Representing QPrintEngine::PPK_QPageSize
-
PPK_QPageMargins
Representing QPrintEngine::PPK_QPageMargins
-
PPK_QPageLayout
Representing QPrintEngine::PPK_QPageLayout
-
PPK_PaperSize
Representing QPrintEngine::PPK_PaperSize
-
PPK_CustomBase
Representing QPrintEngine::PPK_CustomBase
-
-
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
-