VAPOR3 3.9.4
Signals | Public Member Functions | Public Attributes | Protected Member Functions | List of all members
QColorWidget Class Reference

#include <QColorWidget.h>

Inheritance diagram for QColorWidget:

Signals

void colorChanged (QColor color)
 

Public Member Functions

 QColorWidget ()
 
QSize minimumSizeHint () const
 
void setColor (const QColor &color)
 
QColor getColor () const
 

Public Attributes

bool ShowAlpha = false
 

Protected Member Functions

void mouseReleaseEvent (QMouseEvent *event)
 
void enterEvent (QEvent *event)
 
void leaveEvent (QEvent *event)
 

Detailed Description

Displays a color and allows the user to modify said color

Definition at line 12 of file QColorWidget.h.

Constructor & Destructor Documentation

◆ QColorWidget()

QColorWidget::QColorWidget ( )

Member Function Documentation

◆ colorChanged

void QColorWidget::colorChanged ( QColor  color)
signal

◆ enterEvent()

void QColorWidget::enterEvent ( QEvent *  event)
protected

◆ getColor()

QColor QColorWidget::getColor ( ) const

◆ leaveEvent()

void QColorWidget::leaveEvent ( QEvent *  event)
protected

◆ minimumSizeHint()

QSize QColorWidget::minimumSizeHint ( ) const

◆ mouseReleaseEvent()

void QColorWidget::mouseReleaseEvent ( QMouseEvent *  event)
protected

◆ setColor()

void QColorWidget::setColor ( const QColor &  color)

Member Data Documentation

◆ ShowAlpha

bool QColorWidget::ShowAlpha = false

Definition at line 18 of file QColorWidget.h.


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