#include <dragndrop.h>
Collaboration diagram for wxIFMShowDropTargetsEvent:

Public Member Functions | |
| wxIFMShowDropTargetsEvent (wxIFMComponent *component, const wxPoint &pos, wxIFMComponent *dragged_component) | |
| wxIFMShowDropTargetsEvent (const wxIFMShowDropTargetsEvent &event) | |
| virtual wxEvent * | Clone () const |
| const wxPoint & | GetPosition () const |
| wxIFMComponent * | GetDraggedComponent () const |
Private Attributes | |
| wxPoint | m_pos |
| wxIFMComponent * | m_draggedComponent |
Definition at line 305 of file dragndrop.h.
|
||||||||||||||||
|
Definition at line 312 of file dragndrop.h. Referenced by Clone(). |
|
|
Definition at line 319 of file dragndrop.h. |
|
|
Definition at line 325 of file dragndrop.h. References wxIFMShowDropTargetsEvent(). |
|
|
Definition at line 335 of file dragndrop.h. References m_draggedComponent. Referenced by wxIFMDefaultDockingPlugin::OnShowDropTargets(). |
|
|
Definition at line 330 of file dragndrop.h. References m_pos. Referenced by wxIFMDefaultDockingPlugin::OnShowDropTargets(). |
|
|
Definition at line 309 of file dragndrop.h. Referenced by GetDraggedComponent(). |
|
|
Definition at line 308 of file dragndrop.h. Referenced by GetPosition(). |