|
|
The KColorPatch widget is a (usually small) widget showing a selected color e. g. in the KColorDialog. It automatically handles drag and drop from and on the widget.
KColorPatch ( QWidget *parent )
| KColorPatch |
~KColorPatch ()
| ~KColorPatch |
[virtual]
void setColor ( const QColor &col )
| setColor |
void colorChanged ( const QColor&)
| colorChanged |
[signal]
void drawContents ( QPainter *painter )
| drawContents |
[protected virtual]
void mouseMoveEvent ( QMouseEvent * )
| mouseMoveEvent |
[protected virtual]
void dragEnterEvent ( QDragEnterEvent *)
| dragEnterEvent |
[protected virtual]
void dropEvent ( QDropEvent *)
| dropEvent |
[protected virtual]
void virtual_hook ( int id, void* data )
| virtual_hook |
[protected virtual]
Generated by: caleb on tcdevel on Tue Jan 28 12:54:10 2003, using kdoc $. |