Blokkal
an Extendable KDE Blogging Client
SourceForge.net Logo

Blokkal::Ui::DropProxy Class Reference

Abstract base class for drop proxys. More...

#include <htmlentrytextedit.h>

List of all members.


Public Member Functions

virtual bool handleDrop (QDropEvent *event, QWidget *widget)=0

Detailed Description

Abstract base class for drop proxys.

This class defines an interface dor drop proxys. A drop proxy handles drop vents for a widget.

Definition at line 150 of file htmlentrytextedit.h.


Member Function Documentation

virtual bool Blokkal::Ui::DropProxy::handleDrop ( QDropEvent *  event,
QWidget *  widget 
) [pure virtual]

This method is called when a drop event needs to be handled

Parameters:
event the event to handle
widget the widget that received the drop event
Returns:
TRUE if the event has been handled by the proxy


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