Chatterino
Public Slots | Signals | Public Member Functions | Protected Member Functions | List of all members
chatterino::QColorPicker Class Reference

#include <QColorPicker.hpp>

Inheritance diagram for chatterino::QColorPicker:
[legend]
Collaboration diagram for chatterino::QColorPicker:
[legend]

Public Slots

void setCol (int h, int s)
 

Signals

void newCol (int h, int s)
 

Public Member Functions

 QColorPicker (QWidget *parent)
 
 ~QColorPicker ()
 
void setCrossVisible (bool visible)
 

Protected Member Functions

QSize sizeHint () const override
 
void paintEvent (QPaintEvent *) override
 
void mouseMoveEvent (QMouseEvent *) override
 
void mousePressEvent (QMouseEvent *) override
 
void resizeEvent (QResizeEvent *) override
 

Constructor & Destructor Documentation

◆ QColorPicker()

chatterino::QColorPicker::QColorPicker ( QWidget *  parent)
Here is the call graph for this function:

◆ ~QColorPicker()

chatterino::QColorPicker::~QColorPicker ( )

Member Function Documentation

◆ mouseMoveEvent()

void chatterino::QColorPicker::mouseMoveEvent ( QMouseEvent *  m)
overrideprotected
Here is the call graph for this function:

◆ mousePressEvent()

void chatterino::QColorPicker::mousePressEvent ( QMouseEvent *  m)
overrideprotected
Here is the call graph for this function:

◆ newCol

void chatterino::QColorPicker::newCol ( int  h,
int  s 
)
signal
Here is the caller graph for this function:

◆ paintEvent()

void chatterino::QColorPicker::paintEvent ( QPaintEvent *  )
overrideprotected

◆ resizeEvent()

void chatterino::QColorPicker::resizeEvent ( QResizeEvent *  ev)
overrideprotected

◆ setCol

void chatterino::QColorPicker::setCol ( int  h,
int  s 
)
slot
Here is the caller graph for this function:

◆ setCrossVisible()

void chatterino::QColorPicker::setCrossVisible ( bool  visible)

◆ sizeHint()

QSize chatterino::QColorPicker::sizeHint ( ) const
overrideprotected

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