class KColorButton

A pushbutton to display or allow user selection of a colour. More...

Definition#include <kcolorbtn.h>
InheritsQPushButton (qt)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Signals

Protected Methods

Protected Slots


Detailed Description

This widget can be used to display or allow user selection of a colour.

void  changed ( const QColor &newColor )

[signal]

This signal will be emitted when the colour of the widget is changed, either with setColor() or via user selection.

void  drawButtonLabel ( QPainter *p )

[protected virtual]

@reimplemented

Reimplemented from QPushButton

void  dragEnterEvent ( QDragEnterEvent *)

[protected virtual]

@reimplemented

Reimplemented from QWidget

void  dropEvent ( QDropEvent *)

[protected virtual]

@reimplemented

Reimplemented from QWidget

void  mousePressEvent ( QMouseEvent *e )

[protected virtual]

@reimplemented

Reimplemented from QButton

void  mouseMoveEvent ( QMouseEvent *e)

[protected virtual]

@reimplemented

Reimplemented from QButton