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

Constructor & Destructor Documentation

◆ QtColorLinePrivate() [1/2]

QtColorLinePrivate::QtColorLinePrivate ( )

Definition at line 96 of file qtcolorline.cpp.

◆ QtColorLinePrivate() [2/2]

QtColorLinePrivate::QtColorLinePrivate ( )

Member Function Documentation

◆ color() [1/2]

QColor QtColorLinePrivate::color ( ) const

Definition at line 115 of file qtcolorline.cpp.

◆ color() [2/2]

QColor QtColorLinePrivate::color ( ) const

◆ colorComponent() [1/2]

QtColorLine::ColorComponent QtColorLinePrivate::colorComponent ( ) const

Definition at line 132 of file qtcolorline.cpp.

◆ colorComponent() [2/2]

QtColorLine::ColorComponent QtColorLinePrivate::colorComponent ( ) const

◆ flip() [1/2]

bool QtColorLinePrivate::flip ( ) const

Definition at line 185 of file qtcolorline.cpp.

◆ flip() [2/2]

bool QtColorLinePrivate::flip ( ) const

◆ indicatorSize() [1/2]

int QtColorLinePrivate::indicatorSize ( ) const

Definition at line 151 of file qtcolorline.cpp.

◆ indicatorSize() [2/2]

int QtColorLinePrivate::indicatorSize ( ) const

◆ indicatorSpace() [1/2]

int QtColorLinePrivate::indicatorSpace ( ) const

Definition at line 169 of file qtcolorline.cpp.

◆ indicatorSpace() [2/2]

int QtColorLinePrivate::indicatorSpace ( ) const

◆ isBackgroundCheckered() [1/2]

bool QtColorLinePrivate::isBackgroundCheckered ( ) const

Definition at line 198 of file qtcolorline.cpp.

◆ isBackgroundCheckered() [2/2]

bool QtColorLinePrivate::isBackgroundCheckered ( ) const

◆ mouseDoubleClickEvent() [1/2]

void QtColorLinePrivate::mouseDoubleClickEvent ( QMouseEvent * event)

Definition at line 928 of file qtcolorline.cpp.

◆ mouseDoubleClickEvent() [2/2]

void QtColorLinePrivate::mouseDoubleClickEvent ( QMouseEvent * event)

◆ mouseMoveEvent() [1/2]

void QtColorLinePrivate::mouseMoveEvent ( QMouseEvent * event)

Definition at line 891 of file qtcolorline.cpp.

◆ mouseMoveEvent() [2/2]

void QtColorLinePrivate::mouseMoveEvent ( QMouseEvent * event)

◆ mousePressEvent() [1/2]

void QtColorLinePrivate::mousePressEvent ( QMouseEvent * event)

Definition at line 874 of file qtcolorline.cpp.

◆ mousePressEvent() [2/2]

void QtColorLinePrivate::mousePressEvent ( QMouseEvent * event)

◆ mouseReleaseEvent() [1/2]

void QtColorLinePrivate::mouseReleaseEvent ( QMouseEvent * event)

Definition at line 920 of file qtcolorline.cpp.

◆ mouseReleaseEvent() [2/2]

void QtColorLinePrivate::mouseReleaseEvent ( QMouseEvent * event)

◆ orientation() [1/2]

Qt::Orientation QtColorLinePrivate::orientation ( ) const

Definition at line 222 of file qtcolorline.cpp.

◆ orientation() [2/2]

Qt::Orientation QtColorLinePrivate::orientation ( ) const

◆ paintEvent() [1/2]

void QtColorLinePrivate::paintEvent ( QPaintEvent * event)

Definition at line 620 of file qtcolorline.cpp.

References QPaintEngine::QPainter.

◆ paintEvent() [2/2]

void QtColorLinePrivate::paintEvent ( QPaintEvent * event)

◆ resizeEvent() [1/2]

void QtColorLinePrivate::resizeEvent ( QResizeEvent * event)

Definition at line 615 of file qtcolorline.cpp.

◆ resizeEvent() [2/2]

void QtColorLinePrivate::resizeEvent ( QResizeEvent * event)

◆ setBackgroundCheckered() [1/2]

void QtColorLinePrivate::setBackgroundCheckered ( bool checkered)

Definition at line 190 of file qtcolorline.cpp.

◆ setBackgroundCheckered() [2/2]

void QtColorLinePrivate::setBackgroundCheckered ( bool checkered)

◆ setColor() [1/2]

void QtColorLinePrivate::setColor ( QColor color)

Definition at line 101 of file qtcolorline.cpp.

◆ setColor() [2/2]

void QtColorLinePrivate::setColor ( QColor color)

◆ setColorComponent() [1/2]

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

Definition at line 120 of file qtcolorline.cpp.

◆ setColorComponent() [2/2]

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

◆ setFlip() [1/2]

void QtColorLinePrivate::setFlip ( bool flip)

Definition at line 174 of file qtcolorline.cpp.

◆ setFlip() [2/2]

void QtColorLinePrivate::setFlip ( bool flip)

◆ setIndicatorSize() [1/2]

void QtColorLinePrivate::setIndicatorSize ( int size)

Definition at line 137 of file qtcolorline.cpp.

◆ setIndicatorSize() [2/2]

void QtColorLinePrivate::setIndicatorSize ( int size)

◆ setIndicatorSpace() [1/2]

void QtColorLinePrivate::setIndicatorSpace ( int space)

Definition at line 156 of file qtcolorline.cpp.

◆ setIndicatorSpace() [2/2]

void QtColorLinePrivate::setIndicatorSpace ( int space)

◆ setOrientation() [1/2]

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

Definition at line 203 of file qtcolorline.cpp.

◆ setOrientation() [2/2]

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

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