Code::Blocks  SVN r11506
Public Member Functions | List of all members
WatchesDropTarget Class Reference
Inheritance diagram for WatchesDropTarget:
Collaboration diagram for WatchesDropTarget:

Public Member Functions

bool OnDropText (wxCoord WXUNUSED(x), wxCoord WXUNUSED(y), const wxString &text) override
 
wxDragResult OnDragOver (wxCoord WXUNUSED(x), wxCoord WXUNUSED(y), wxDragResult WXUNUSED(def)) override
 
- Public Member Functions inherited from wxTextDropTarget
 wxTextDropTarget ()
 
virtual bool OnDrop (wxCoord x, wxCoord y)
 
virtual bool OnDropText (wxCoord x, wxCoord y, const wxString &data)=0
 
- Public Member Functions inherited from wxDropTarget
 wxDropTarget (wxDataObject *data=NULL)
 
virtual ~wxDropTarget ()
 
virtual bool GetData ()
 
virtual wxDragResult OnData (wxCoord x, wxCoord y, wxDragResult defResult)=0
 
virtual wxDragResult OnDragOver (wxCoord x, wxCoord y, wxDragResult defResult)
 
virtual wxDragResult OnEnter (wxCoord x, wxCoord y, wxDragResult defResult)
 
virtual void OnLeave ()
 
wxDataObjectGetDataObject () const
 
void SetDataObject (wxDataObject *data)
 
void SetDefaultAction (wxDragResult action)
 
wxDragResult GetDefaultAction ()
 

Detailed Description

Definition at line 351 of file watchesdlg.cpp.

Member Function Documentation

◆ OnDragOver()

wxDragResult WatchesDropTarget::OnDragOver ( wxCoord   WXUNUSEDx,
wxCoord   WXUNUSEDy,
wxDragResult   WXUNUSEDdef 
)
inlineoverride

Definition at line 366 of file watchesdlg.cpp.

References wxDragCopy.

◆ OnDropText()

bool WatchesDropTarget::OnDropText ( wxCoord   WXUNUSEDx,
wxCoord   WXUNUSEDy,
const wxString text 
)
inlineoverride

The documentation for this class was generated from the following file: