certmanager

#include <certlistview.h>

Signals

void dropped (const KURL::List &urls)

Public Member Functions

 CertKeyListView (const ColumnStrategy *strategy, const DisplayStrategy *display=0, TQWidget *parent=0, const char *name=0, WFlags f=0)

Protected Member Functions

virtual void contentsDragEnterEvent (TQDragEnterEvent *)
virtual void contentsDragMoveEvent (TQDragMoveEvent *)
virtual void contentsDragLeaveEvent (TQDragLeaveEvent *)
virtual void contentsDropEvent (TQDropEvent *)

Detailed Description

We need to derive from Kleo::KeyListView simply to add support for drop events.

Definition at line 8 of file certlistview.h.

Constructor & Destructor Documentation

◆ CertKeyListView()

CertKeyListView::CertKeyListView ( const ColumnStrategy * strategy,
const DisplayStrategy * display = 0,
TQWidget * parent = 0,
const char * name = 0,
WFlags f = 0 )

Definition at line 6 of file certlistview.cpp.

Member Function Documentation

◆ contentsDragEnterEvent()

void CertKeyListView::contentsDragEnterEvent ( TQDragEnterEvent * event)
protectedvirtual

Definition at line 14 of file certlistview.cpp.

◆ contentsDragLeaveEvent()

void CertKeyListView::contentsDragLeaveEvent ( TQDragLeaveEvent * )
protectedvirtual

Definition at line 30 of file certlistview.cpp.

◆ contentsDragMoveEvent()

void CertKeyListView::contentsDragMoveEvent ( TQDragMoveEvent * event)
protectedvirtual

Definition at line 24 of file certlistview.cpp.

◆ contentsDropEvent()

void CertKeyListView::contentsDropEvent ( TQDropEvent * event)
protectedvirtual

Definition at line 35 of file certlistview.cpp.


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