#include <filelist.h>
Public Member Functions | |
ListBoxFileItem (QListBox *lb, SCRef t, const QColor &c) | |
virtual void | paint (QPainter *p) |
Private Attributes | |
QColor | myColor |
Definition at line 17 of file filelist.h.
ListBoxFileItem | ( | QListBox * | lb, | |
SCRef | t, | |||
const QColor & | c | |||
) |
Definition at line 16 of file filelist.cpp.
void paint | ( | QPainter * | p | ) | [virtual] |
Definition at line 19 of file filelist.cpp.
QColor myColor [private] |