#include <threadlinkevent.h>
Collaboration diagram for ThreadLinkEvent:
Public Member Functions | |
ThreadLinkEvent (LinkListBox *box, QString text, LitUrl url, QPixmap pm, QListViewItem *parentitem) | |
virtual | ~ThreadLinkEvent () |
LinkListBox * | box () |
QString | text () |
QString | url () |
QPixmap | pixmap () |
QListViewItem * | parentItem () |
Private Member Functions | |
ThreadLinkEvent (const ThreadLinkEvent &) | |
Private Attributes | |
LinkListBox * | _box |
QString | _text |
QPixmap | pixm |
QListViewItem * | parentitem |
LitUrl | u |
|
|
|
Definition at line 35 of file threadlinkevent.h. |
|
Definition at line 37 of file threadlinkevent.h. |
|
Definition at line 39 of file threadlinkevent.h. References _box. Referenced by ReadWriteFormBase::customEvent(). |
|
Definition at line 43 of file threadlinkevent.h. Referenced by ReadWriteFormBase::customEvent(). |
|
Definition at line 42 of file threadlinkevent.h. Referenced by ReadWriteFormBase::customEvent(). |
|
Definition at line 40 of file threadlinkevent.h. References _text. Referenced by ReadWriteFormBase::customEvent(). |
|
Definition at line 41 of file threadlinkevent.h. Referenced by ReadWriteFormBase::customEvent(). |
|
Definition at line 29 of file threadlinkevent.h. Referenced by box(), and ThreadLinkEvent(). |
|
Definition at line 30 of file threadlinkevent.h. Referenced by text(), and ThreadLinkEvent(). |
|
Definition at line 32 of file threadlinkevent.h. |
|
Definition at line 31 of file threadlinkevent.h. |
|
Definition at line 33 of file threadlinkevent.h. |