2005/5/9

     
 

class DropTarget

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::wx::DropTarget Class Reference

#include <DropTarget.h>

Inheritance diagram for acdk::wx::DropTarget:

acdk::wx::FileDropTarget acdk::wx::TextDropTarget List of all members.

Detailed Description

see wxDragResult

Author:
Roger Rene Kommer (mailto:kommer@artefaktur.com)
Version:
Revision
1.6
Date:
Date
2005/02/05 10:45:34


Public Member Functions

 DropTarget (IN(RDataObject) dataObject=Nil)
virtual DragResult onEnter (int x, int y, DragResult def)
virtual DragResult onDragOver (int x, int y, DragResult def)
virtual void onLeave ()
virtual bool onDrop (int x, int y)
virtual DragResult onData (int x, int y, DragResult def)
virtual bool getData ()
void setDataObject (IN(RDataObject) data)


Constructor & Destructor Documentation

acdk::wx::DropTarget::DropTarget IN(RDataObject dataObject = Nil  )  [inline]
 


Member Function Documentation

virtual bool acdk::wx::DropTarget::getData  )  [inline, virtual]
 

Reimplemented in acdk::wx::FileDropTarget, and acdk::wx::TextDropTarget.

virtual DragResult acdk::wx::DropTarget::onData int  x,
int  y,
DragResult  def
[inline, virtual]
 

Reimplemented in acdk::wx::FileDropTarget, and acdk::wx::TextDropTarget.

virtual DragResult acdk::wx::DropTarget::onDragOver int  x,
int  y,
DragResult  def
[inline, virtual]
 

Reimplemented in acdk::wx::FileDropTarget, and acdk::wx::TextDropTarget.

virtual bool acdk::wx::DropTarget::onDrop int  x,
int  y
[inline, virtual]
 

Reimplemented in acdk::wx::FileDropTarget, and acdk::wx::TextDropTarget.

virtual DragResult acdk::wx::DropTarget::onEnter int  x,
int  y,
DragResult  def
[inline, virtual]
 

Reimplemented in acdk::wx::FileDropTarget, and acdk::wx::TextDropTarget.

virtual void acdk::wx::DropTarget::onLeave  )  [inline, virtual]
 

Reimplemented in acdk::wx::FileDropTarget, and acdk::wx::TextDropTarget.

void acdk::wx::DropTarget::setDataObject IN(RDataObject data  )  [inline]