Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtColorLinePrivate Class Reference
Collaboration diagram for QtColorLinePrivate:

Public Member Functions

 QtColorLinePrivate ()
QColor color () const
void setColor (QColor color)
QtColorLine::ColorComponent colorComponent () const
void setColorComponent (QtColorLine::ColorComponent component)
void setIndicatorSize (int size)
int indicatorSize () const
void setIndicatorSpace (int space)
int indicatorSpace () const
void setFlip (bool flip)
bool flip () const
void setBackgroundCheckered (bool checkered)
bool isBackgroundCheckered () const
void setOrientation (Qt::Orientation orientation)
Qt::Orientation orientation () const
void resizeEvent (QResizeEvent *event)
void paintEvent (QPaintEvent *event)
void mousePressEvent (QMouseEvent *event)
void mouseMoveEvent (QMouseEvent *event)
void mouseReleaseEvent (QMouseEvent *event)
void mouseDoubleClickEvent (QMouseEvent *event)
 QtColorLinePrivate ()
QColor color () const
void setColor (QColor color)
QtColorLine::ColorComponent colorComponent () const
void setColorComponent (QtColorLine::ColorComponent component)
void setIndicatorSize (int size)
int indicatorSize () const
void setIndicatorSpace (int space)
int indicatorSpace () const
void setFlip (bool flip)
bool flip () const
void setBackgroundCheckered (bool checkered)
bool isBackgroundCheckered () const
void setOrientation (Qt::Orientation orientation)
Qt::Orientation orientation () const
void resizeEvent (QResizeEvent *event)
void paintEvent (QPaintEvent *event)
void mousePressEvent (QMouseEvent *event)
void mouseMoveEvent (QMouseEvent *event)
void mouseReleaseEvent (QMouseEvent *event)
void mouseDoubleClickEvent (QMouseEvent *event)

Detailed Description

Definition at line 15 of file qtcolorline.cpp.

Constructor & Destructor Documentation

◆ QtColorLinePrivate() [1/2]

QtColorLinePrivate::QtColorLinePrivate ( )

Definition at line 97 of file qtcolorline.cpp.

◆ QtColorLinePrivate() [2/2]

QtColorLinePrivate::QtColorLinePrivate ( )

Member Function Documentation

◆ color() [1/2]

QColor QtColorLinePrivate::color ( ) const

Definition at line 116 of file qtcolorline.cpp.

◆ color() [2/2]

QColor QtColorLinePrivate::color ( ) const

◆ colorComponent() [1/2]

QtColorLine::ColorComponent QtColorLinePrivate::colorComponent ( ) const

Definition at line 133 of file qtcolorline.cpp.

◆ colorComponent() [2/2]

QtColorLine::ColorComponent QtColorLinePrivate::colorComponent ( ) const

◆ flip() [1/2]

bool QtColorLinePrivate::flip ( ) const

Definition at line 186 of file qtcolorline.cpp.

◆ flip() [2/2]

bool QtColorLinePrivate::flip ( ) const

◆ indicatorSize() [1/2]

int QtColorLinePrivate::indicatorSize ( ) const

Definition at line 152 of file qtcolorline.cpp.

◆ indicatorSize() [2/2]

int QtColorLinePrivate::indicatorSize ( ) const

◆ indicatorSpace() [1/2]

int QtColorLinePrivate::indicatorSpace ( ) const

Definition at line 170 of file qtcolorline.cpp.

◆ indicatorSpace() [2/2]

int QtColorLinePrivate::indicatorSpace ( ) const

◆ isBackgroundCheckered() [1/2]

bool QtColorLinePrivate::isBackgroundCheckered ( ) const

Definition at line 199 of file qtcolorline.cpp.

◆ isBackgroundCheckered() [2/2]

bool QtColorLinePrivate::isBackgroundCheckered ( ) const

◆ mouseDoubleClickEvent() [1/2]

void QtColorLinePrivate::mouseDoubleClickEvent ( QMouseEvent * event)

Definition at line 929 of file qtcolorline.cpp.

◆ mouseDoubleClickEvent() [2/2]

void QtColorLinePrivate::mouseDoubleClickEvent ( QMouseEvent * event)

◆ mouseMoveEvent() [1/2]

void QtColorLinePrivate::mouseMoveEvent ( QMouseEvent * event)

Definition at line 892 of file qtcolorline.cpp.

◆ mouseMoveEvent() [2/2]

void QtColorLinePrivate::mouseMoveEvent ( QMouseEvent * event)

◆ mousePressEvent() [1/2]

void QtColorLinePrivate::mousePressEvent ( QMouseEvent * event)

Definition at line 875 of file qtcolorline.cpp.

◆ mousePressEvent() [2/2]

void QtColorLinePrivate::mousePressEvent ( QMouseEvent * event)

◆ mouseReleaseEvent() [1/2]

void QtColorLinePrivate::mouseReleaseEvent ( QMouseEvent * event)

Definition at line 921 of file qtcolorline.cpp.

◆ mouseReleaseEvent() [2/2]

void QtColorLinePrivate::mouseReleaseEvent ( QMouseEvent * event)

◆ orientation() [1/2]

Qt::Orientation QtColorLinePrivate::orientation ( ) const

Definition at line 223 of file qtcolorline.cpp.

◆ orientation() [2/2]

Qt::Orientation QtColorLinePrivate::orientation ( ) const

◆ paintEvent() [1/2]

void QtColorLinePrivate::paintEvent ( QPaintEvent * event)

Definition at line 621 of file qtcolorline.cpp.

References QPaintEngine::QPainter.

Here is the call graph for this function:

◆ paintEvent() [2/2]

void QtColorLinePrivate::paintEvent ( QPaintEvent * event)

◆ resizeEvent() [1/2]

void QtColorLinePrivate::resizeEvent ( QResizeEvent * event)

Definition at line 616 of file qtcolorline.cpp.

◆ resizeEvent() [2/2]

void QtColorLinePrivate::resizeEvent ( QResizeEvent * event)

◆ setBackgroundCheckered() [1/2]

void QtColorLinePrivate::setBackgroundCheckered ( bool checkered)

Definition at line 191 of file qtcolorline.cpp.

◆ setBackgroundCheckered() [2/2]

void QtColorLinePrivate::setBackgroundCheckered ( bool checkered)

◆ setColor() [1/2]

void QtColorLinePrivate::setColor ( QColor color)

Definition at line 102 of file qtcolorline.cpp.

◆ setColor() [2/2]

void QtColorLinePrivate::setColor ( QColor color)

◆ setColorComponent() [1/2]

void QtColorLinePrivate::setColorComponent ( QtColorLine::ColorComponent component)

Definition at line 121 of file qtcolorline.cpp.

◆ setColorComponent() [2/2]

void QtColorLinePrivate::setColorComponent ( QtColorLine::ColorComponent component)

◆ setFlip() [1/2]

void QtColorLinePrivate::setFlip ( bool flip)

Definition at line 175 of file qtcolorline.cpp.

◆ setFlip() [2/2]

void QtColorLinePrivate::setFlip ( bool flip)

◆ setIndicatorSize() [1/2]

void QtColorLinePrivate::setIndicatorSize ( int size)

Definition at line 138 of file qtcolorline.cpp.

◆ setIndicatorSize() [2/2]

void QtColorLinePrivate::setIndicatorSize ( int size)

◆ setIndicatorSpace() [1/2]

void QtColorLinePrivate::setIndicatorSpace ( int space)

Definition at line 157 of file qtcolorline.cpp.

◆ setIndicatorSpace() [2/2]

void QtColorLinePrivate::setIndicatorSpace ( int space)

◆ setOrientation() [1/2]

void QtColorLinePrivate::setOrientation ( Qt::Orientation orientation)

Definition at line 204 of file qtcolorline.cpp.

◆ setOrientation() [2/2]

void QtColorLinePrivate::setOrientation ( Qt::Orientation orientation)

The documentation for this class was generated from the following file: