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

Public Member Functions | |
| wxIFMInitDragEvent (wxIFMComponent *component, wxIFMComponent *drag, const wxPoint &pos) | |
| wxIFMInitDragEvent (const wxIFMInitDragEvent &event) | |
| virtual wxEvent * | Clone () const |
| wxIFMComponent * | GetDraggedComponent () const |
| const wxPoint & | GetPos () const |
Private Attributes | |
| wxIFMComponent * | m_drag |
| component that should be dragged | |
| wxPoint | m_pos |
| position where the mouse was clicked in client coordinates | |
Definition at line 150 of file dragndrop.h.
|
||||||||||||||||
|
Definition at line 157 of file dragndrop.h. Referenced by Clone(). |
|
|
Definition at line 163 of file dragndrop.h. |
|
|
Definition at line 169 of file dragndrop.h. References wxIFMInitDragEvent(). |
|
|
Definition at line 174 of file dragndrop.h. References m_drag. Referenced by wxIFMDefaultDockingPlugin::OnDragInit(). |
|
|
Definition at line 179 of file dragndrop.h. References m_pos. Referenced by wxIFMDefaultDockingPlugin::OnDragInit(). |
|
|
component that should be dragged
Definition at line 153 of file dragndrop.h. Referenced by GetDraggedComponent(). |
|
|
position where the mouse was clicked in client coordinates
Definition at line 154 of file dragndrop.h. Referenced by GetPos(). |