#include <dragndrop.h>
Public Member Functions | |
wxIFMDragEvent (wxEventType type, wxIFMComponent *component, wxPoint pos, bool alt, bool shift, bool control, bool realtime=false, bool canceled=false) | |
wxIFMDragEvent (const wxIFMDragEvent &event) | |
virtual wxEvent * | Clone () const |
const wxPoint & | GetPosition () const |
bool | WasCanceled () const |
bool | RealtimeUpdates () const |
bool | ControlDown () const |
bool | ShiftDown () const |
bool | AltDown () const |
Private Attributes | |
wxPoint | m_pos |
bool | m_canceled |
bool | m_realtime |
bool | m_altDown |
bool | m_ctrlDown |
bool | m_shiftDown |
Definition at line 185 of file dragndrop.h.
|
Definition at line 195 of file dragndrop.h. Referenced by Clone(). |
|
Definition at line 207 of file dragndrop.h. |
|
Definition at line 249 of file dragndrop.h. References m_altDown. Referenced by wxIFMDefaultDockingPlugin::OnDrag(). |
|
Definition at line 217 of file dragndrop.h. References wxIFMDragEvent(). |
|
Definition at line 239 of file dragndrop.h. References m_ctrlDown. |
|
Definition at line 222 of file dragndrop.h. References m_pos. Referenced by wxIFMDefaultDockingPlugin::OnDrag(), wxIFMDefaultDockingPlugin::OnDragBegin(), and wxIFMDefaultDockingPlugin::OnDragEnd(). |
|
Definition at line 234 of file dragndrop.h. References m_realtime. |
|
Definition at line 244 of file dragndrop.h. References m_shiftDown. Referenced by wxIFMDefaultDockingPlugin::OnDrag(). |
|
Definition at line 228 of file dragndrop.h. References m_canceled. Referenced by wxIFMDefaultDockingPlugin::OnDragEnd(). |
|
Definition at line 191 of file dragndrop.h. Referenced by AltDown(). |
|
Definition at line 190 of file dragndrop.h. Referenced by WasCanceled(). |
|
Definition at line 191 of file dragndrop.h. Referenced by ControlDown(). |
|
Definition at line 189 of file dragndrop.h. Referenced by GetPosition(). |
|
Definition at line 190 of file dragndrop.h. Referenced by RealtimeUpdates(). |
|
Definition at line 191 of file dragndrop.h. Referenced by ShiftDown(). |