Module qtjambi
Package io.qt.gui

Class QColorConstants

java.lang.Object
io.qt.gui.QColorConstants

public final class QColorConstants extends Object

Contains QColor predefined constants

Java wrapper for Qt header file QColorConstants

  • Method Details

    • Black

      public static QColor Black()

      See QColorConstants::Black

    • Blue

      public static QColor Blue()

      See QColorConstants::Blue

    • Color0

      public static QColor Color0()

      See QColorConstants::Color0

    • Color1

      public static QColor Color1()

      See QColorConstants::Color1

    • Cyan

      public static QColor Cyan()

      See QColorConstants::Cyan

    • DarkBlue

      public static QColor DarkBlue()

      See QColorConstants::DarkBlue

    • DarkCyan

      public static QColor DarkCyan()

      See QColorConstants::DarkCyan

    • DarkGray

      public static QColor DarkGray()

      See QColorConstants::DarkGray

    • DarkGreen

      public static QColor DarkGreen()

      See QColorConstants::DarkGreen

    • DarkMagenta

      public static QColor DarkMagenta()

      See QColorConstants::DarkMagenta

    • DarkRed

      public static QColor DarkRed()

      See QColorConstants::DarkRed

    • DarkYellow

      public static QColor DarkYellow()

      See QColorConstants::DarkYellow

    • Gray

      public static QColor Gray()

      See QColorConstants::Gray

    • Green

      public static QColor Green()

      See QColorConstants::Green

    • LightGray

      public static QColor LightGray()

      See QColorConstants::LightGray

    • Magenta

      public static QColor Magenta()

      See QColorConstants::Magenta

    • Red

      public static QColor Red()

      See QColorConstants::Red

    • Transparent

      public static QColor Transparent()

      See QColorConstants::Transparent

    • White

      public static QColor White()

      See QColorConstants::White

    • Yellow

      public static QColor Yellow()

      See QColorConstants::Yellow

    • getBlack

      public static QColor getBlack()

      Kotlin property getter. In Java use Black() instead.

    • getBlue

      public static QColor getBlue()

      Kotlin property getter. In Java use Blue() instead.

    • getColor0

      public static QColor getColor0()

      Kotlin property getter. In Java use Color0() instead.

    • getColor1

      public static QColor getColor1()

      Kotlin property getter. In Java use Color1() instead.

    • getCyan

      public static QColor getCyan()

      Kotlin property getter. In Java use Cyan() instead.

    • getDarkBlue

      public static QColor getDarkBlue()

      Kotlin property getter. In Java use DarkBlue() instead.

    • getDarkCyan

      public static QColor getDarkCyan()

      Kotlin property getter. In Java use DarkCyan() instead.

    • getDarkGray

      public static QColor getDarkGray()

      Kotlin property getter. In Java use DarkGray() instead.

    • getDarkGreen

      public static QColor getDarkGreen()

      Kotlin property getter. In Java use DarkGreen() instead.

    • getDarkMagenta

      public static QColor getDarkMagenta()

      Kotlin property getter. In Java use DarkMagenta() instead.

    • getDarkRed

      public static QColor getDarkRed()

      Kotlin property getter. In Java use DarkRed() instead.

    • getDarkYellow

      public static QColor getDarkYellow()

      Kotlin property getter. In Java use DarkYellow() instead.

    • getGray

      public static QColor getGray()

      Kotlin property getter. In Java use Gray() instead.

    • getGreen

      public static QColor getGreen()

      Kotlin property getter. In Java use Green() instead.

    • getLightGray

      public static QColor getLightGray()

      Kotlin property getter. In Java use LightGray() instead.

    • getMagenta

      public static QColor getMagenta()

      Kotlin property getter. In Java use Magenta() instead.

    • getRed

      public static QColor getRed()

      Kotlin property getter. In Java use Red() instead.

    • getTransparent

      public static QColor getTransparent()

      Kotlin property getter. In Java use Transparent() instead.

    • getWhite

      public static QColor getWhite()

      Kotlin property getter. In Java use White() instead.

    • getYellow

      public static QColor getYellow()

      Kotlin property getter. In Java use Yellow() instead.