|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::FileDropTarget Class Reference#include <FileDropTarget.h>
Inheritance diagram for acdk::wx::FileDropTarget:
List of all members.
Detailed Description
see wxFileDropTarget
- 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::FileDropTarget::FileDropTarget |
( |
|
) |
[inline] |
|
Member Function Documentation
virtual bool acdk::wx::FileDropTarget::getData |
( |
|
) |
[inline, virtual] |
|
virtual DragResult acdk::wx::FileDropTarget::onData |
( |
int |
x, |
|
|
int |
y, |
|
|
DragResult |
def |
|
) |
[inline, virtual] |
|
virtual DragResult acdk::wx::FileDropTarget::onDragOver |
( |
int |
x, |
|
|
int |
y, |
|
|
DragResult |
def |
|
) |
[inline, virtual] |
|
virtual bool acdk::wx::FileDropTarget::onDrop |
( |
int |
x, |
|
|
int |
y |
|
) |
[inline, virtual] |
|
virtual bool acdk::wx::FileDropTarget::onDropFiles |
( |
int |
x, |
|
|
int |
y, |
|
|
IN(RStringArray) |
filenames |
|
) |
[inline, virtual] |
|
virtual DragResult acdk::wx::FileDropTarget::onEnter |
( |
int |
x, |
|
|
int |
y, |
|
|
DragResult |
def |
|
) |
[inline, virtual] |
|
virtual void acdk::wx::FileDropTarget::onLeave |
( |
|
) |
[inline, virtual] |
|
|
|