Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::DragDropPeer Class Reference

#include <vcf/ApplicationKit/DragDropPeer.h>

Inheritance diagram for VCF::DragDropPeer:

VCF::OSXDragDropPeer VCF::Win32DragDropPeer List of all members.

Public Member Functions

virtual ~DragDropPeer ()
virtual DragActionType startDragDrop (DataObject *data)=0
 starts a drag drop operation, with the the supplied data in the from of a DataObject
virtual DragSourcegetDragSource ()=0
virtual void setDragSource (DragSource *dragSource)=0

Constructor & Destructor Documentation

virtual VCF::DragDropPeer::~DragDropPeer  )  [inline, virtual]
 


Member Function Documentation

virtual DragSource* VCF::DragDropPeer::getDragSource  )  [pure virtual]
 

Implemented in VCF::OSXDragDropPeer, and VCF::Win32DragDropPeer.

virtual void VCF::DragDropPeer::setDragSource DragSource dragSource  )  [pure virtual]
 

Implemented in VCF::OSXDragDropPeer, and VCF::Win32DragDropPeer.

virtual DragActionType VCF::DragDropPeer::startDragDrop DataObject data  )  [pure virtual]
 

starts a drag drop operation, with the the supplied data in the from of a DataObject

Implemented in VCF::OSXDragDropPeer, and VCF::Win32DragDropPeer.


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information