Uses of Class
io.qt.printsupport.QPrinter.ColorMode
Package | Description |
---|---|
io.qt.printsupport |
-
Uses of QPrinter.ColorMode in io.qt.printsupport
Methods in io.qt.printsupport that return QPrinter.ColorMode Modifier and Type Method Description QPrinter.ColorMode
QPrinter. colorMode()
QPrinter.ColorMode
QPrinterInfo. defaultColorMode()
static QPrinter.ColorMode
QPrinter.ColorMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QPrinter.ColorMode
QPrinter.ColorMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QPrinter.ColorMode[]
QPrinter.ColorMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.printsupport that return types with arguments of type QPrinter.ColorMode Modifier and Type Method Description QList<QPrinter.ColorMode>
QPrinterInfo. supportedColorModes()
Methods in io.qt.printsupport with parameters of type QPrinter.ColorMode Modifier and Type Method Description void
QPrinter. setColorMode(QPrinter.ColorMode arg__1)