kmail

ColorListBox Class Reference

#include <colorlistbox.h>

Inheritance diagram for ColorListBox:

List of all members.


Public Slots

virtual void setEnabled (bool state)

Signals

void changed ()

Public Member Functions

QColor color (uint index) const
 ColorListBox (QWidget *parent=0, const char *name=0, WFlags f=0)
void setColor (uint index, const QColor &color)

Protected Member Functions

void dragEnterEvent (QDragEnterEvent *e)
void dragLeaveEvent (QDragLeaveEvent *e)
void dragMoveEvent (QDragMoveEvent *e)
void dropEvent (QDropEvent *e)

Detailed Description

Definition at line 26 of file colorlistbox.h.


Constructor & Destructor Documentation

ColorListBox::ColorListBox ( QWidget parent = 0,
const char *  name = 0,
WFlags  f = 0 
)

Definition at line 32 of file colorlistbox.cpp.


Member Function Documentation

void ColorListBox::changed (  )  [signal]

QColor ColorListBox::color ( uint  index  )  const

Definition at line 67 of file colorlistbox.cpp.

void ColorListBox::dragEnterEvent ( QDragEnterEvent e  )  [protected]

Definition at line 99 of file colorlistbox.cpp.

void ColorListBox::dragLeaveEvent ( QDragLeaveEvent e  )  [protected]

Definition at line 114 of file colorlistbox.cpp.

void ColorListBox::dragMoveEvent ( QDragMoveEvent e  )  [protected]

Definition at line 124 of file colorlistbox.cpp.

void ColorListBox::dropEvent ( QDropEvent e  )  [protected]

Definition at line 137 of file colorlistbox.cpp.

void ColorListBox::setColor ( uint  index,
const QColor color 
)

Definition at line 55 of file colorlistbox.cpp.

void ColorListBox::setEnabled ( bool  state  )  [virtual, slot]

Definition at line 40 of file colorlistbox.cpp.


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