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 16 of file qtcolorline.cpp.

Constructor & Destructor Documentation

◆ QtColorLinePrivate() [1/2]

QtColorLinePrivate::QtColorLinePrivate ( )

Definition at line 98 of file qtcolorline.cpp.

◆ QtColorLinePrivate() [2/2]

QtColorLinePrivate::QtColorLinePrivate ( )

Member Function Documentation

◆ color() [1/2]

QColor QtColorLinePrivate::color ( ) const

Definition at line 117 of file qtcolorline.cpp.

◆ color() [2/2]

QColor QtColorLinePrivate::color ( ) const

◆ colorComponent() [1/2]

QtColorLine::ColorComponent QtColorLinePrivate::colorComponent ( ) const

Definition at line 134 of file qtcolorline.cpp.

◆ colorComponent() [2/2]

QtColorLine::ColorComponent QtColorLinePrivate::colorComponent ( ) const

◆ flip() [1/2]

bool QtColorLinePrivate::flip ( ) const

Definition at line 187 of file qtcolorline.cpp.

◆ flip() [2/2]

bool QtColorLinePrivate::flip ( ) const

◆ indicatorSize() [1/2]

int QtColorLinePrivate::indicatorSize ( ) const

Definition at line 153 of file qtcolorline.cpp.

◆ indicatorSize() [2/2]

int QtColorLinePrivate::indicatorSize ( ) const

◆ indicatorSpace() [1/2]

int QtColorLinePrivate::indicatorSpace ( ) const

Definition at line 171 of file qtcolorline.cpp.

◆ indicatorSpace() [2/2]

int QtColorLinePrivate::indicatorSpace ( ) const

◆ isBackgroundCheckered() [1/2]

bool QtColorLinePrivate::isBackgroundCheckered ( ) const

Definition at line 200 of file qtcolorline.cpp.

◆ isBackgroundCheckered() [2/2]

bool QtColorLinePrivate::isBackgroundCheckered ( ) const

◆ mouseDoubleClickEvent() [1/2]

void QtColorLinePrivate::mouseDoubleClickEvent ( QMouseEvent * event)

Definition at line 930 of file qtcolorline.cpp.

◆ mouseDoubleClickEvent() [2/2]

void QtColorLinePrivate::mouseDoubleClickEvent ( QMouseEvent * event)

◆ mouseMoveEvent() [1/2]

void QtColorLinePrivate::mouseMoveEvent ( QMouseEvent * event)

Definition at line 893 of file qtcolorline.cpp.

◆ mouseMoveEvent() [2/2]

void QtColorLinePrivate::mouseMoveEvent ( QMouseEvent * event)

◆ mousePressEvent() [1/2]

void QtColorLinePrivate::mousePressEvent ( QMouseEvent * event)

Definition at line 876 of file qtcolorline.cpp.

◆ mousePressEvent() [2/2]

void QtColorLinePrivate::mousePressEvent ( QMouseEvent * event)

◆ mouseReleaseEvent() [1/2]

void QtColorLinePrivate::mouseReleaseEvent ( QMouseEvent * event)

Definition at line 922 of file qtcolorline.cpp.

◆ mouseReleaseEvent() [2/2]

void QtColorLinePrivate::mouseReleaseEvent ( QMouseEvent * event)

◆ orientation() [1/2]

Qt::Orientation QtColorLinePrivate::orientation ( ) const

Definition at line 224 of file qtcolorline.cpp.

◆ orientation() [2/2]

Qt::Orientation QtColorLinePrivate::orientation ( ) const

◆ paintEvent() [1/2]

void QtColorLinePrivate::paintEvent ( QPaintEvent * event)

Definition at line 622 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 617 of file qtcolorline.cpp.

◆ resizeEvent() [2/2]

void QtColorLinePrivate::resizeEvent ( QResizeEvent * event)

◆ setBackgroundCheckered() [1/2]

void QtColorLinePrivate::setBackgroundCheckered ( bool checkered)

Definition at line 192 of file qtcolorline.cpp.

◆ setBackgroundCheckered() [2/2]

void QtColorLinePrivate::setBackgroundCheckered ( bool checkered)

◆ setColor() [1/2]

void QtColorLinePrivate::setColor ( QColor color)

Definition at line 103 of file qtcolorline.cpp.

◆ setColor() [2/2]

void QtColorLinePrivate::setColor ( QColor color)

◆ setColorComponent() [1/2]

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

Definition at line 122 of file qtcolorline.cpp.

◆ setColorComponent() [2/2]

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

◆ setFlip() [1/2]

void QtColorLinePrivate::setFlip ( bool flip)

Definition at line 176 of file qtcolorline.cpp.

◆ setFlip() [2/2]

void QtColorLinePrivate::setFlip ( bool flip)

◆ setIndicatorSize() [1/2]

void QtColorLinePrivate::setIndicatorSize ( int size)

Definition at line 139 of file qtcolorline.cpp.

◆ setIndicatorSize() [2/2]

void QtColorLinePrivate::setIndicatorSize ( int size)

◆ setIndicatorSpace() [1/2]

void QtColorLinePrivate::setIndicatorSpace ( int space)

Definition at line 158 of file qtcolorline.cpp.

◆ setIndicatorSpace() [2/2]

void QtColorLinePrivate::setIndicatorSpace ( int space)

◆ setOrientation() [1/2]

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

Definition at line 205 of file qtcolorline.cpp.

◆ setOrientation() [2/2]

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

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