|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::TextDropTarget Class Reference#include <TextDropTarget.h>
Inheritance diagram for acdk::wx::TextDropTarget:
List of all members.
Detailed Description
see wxTextDropTarget
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.3
- Date:
- Date
- 2005/02/05 10:45:35
Constructor & Destructor Documentation
acdk::wx::TextDropTarget::TextDropTarget |
( |
|
) |
[inline] |
|
Member Function Documentation
virtual bool acdk::wx::TextDropTarget::getData |
( |
|
) |
[inline, virtual] |
|
virtual DragResult acdk::wx::TextDropTarget::onData |
( |
int |
x, |
|
|
int |
y, |
|
|
DragResult |
def |
|
) |
[inline, virtual] |
|
virtual DragResult acdk::wx::TextDropTarget::onDragOver |
( |
int |
x, |
|
|
int |
y, |
|
|
DragResult |
def |
|
) |
[inline, virtual] |
|
virtual bool acdk::wx::TextDropTarget::onDrop |
( |
int |
x, |
|
|
int |
y |
|
) |
[inline, virtual] |
|
virtual bool acdk::wx::TextDropTarget::onDropText |
( |
int |
x, |
|
|
int |
y, |
|
|
IN(RString) |
text |
|
) |
[inline, virtual] |
|
virtual DragResult acdk::wx::TextDropTarget::onEnter |
( |
int |
x, |
|
|
int |
y, |
|
|
DragResult |
def |
|
) |
[inline, virtual] |
|
virtual void acdk::wx::TextDropTarget::onLeave |
( |
|
) |
[inline, virtual] |
|
|
|