certlistview.h
00001
#ifndef CERTLISTVIEW_H
00002
#define CERTLISTVIEW_H
00003
00004
#include <ui/keylistview.h>
00005
#include <kurl.h>
00006
00008 class CertKeyListView :
public Kleo::KeyListView {
00009 Q_OBJECT
00010
00011
public:
00012
CertKeyListView(
const ColumnStrategy * strategy,
00013
const DisplayStrategy * display=0,
00014
QWidget * parent=0,
const char * name=0, WFlags f=0 );
00015
00016 signals:
00017
void dropped(
const KURL::List& urls );
00018
00019
protected:
00020
virtual void contentsDragEnterEvent (
QDragEnterEvent * );
00021
virtual void contentsDragMoveEvent(
QDragMoveEvent * );
00022
virtual void contentsDragLeaveEvent(
QDragLeaveEvent * );
00023
virtual void contentsDropEvent (
QDropEvent * );
00024
00025 };
00026
00027
00028
#endif
This file is part of the documentation for certmanager Library Version 3.3.0.