Code::Blocks
SVN r11506
|
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 () |
wxDataObject * | GetDataObject () const |
void | SetDataObject (wxDataObject *data) |
void | SetDefaultAction (wxDragResult action) |
wxDragResult | GetDefaultAction () |
Definition at line 351 of file watchesdlg.cpp.
|
inlineoverride |
Definition at line 366 of file watchesdlg.cpp.
References wxDragCopy.
|
inlineoverride |
Definition at line 354 of file watchesdlg.cpp.
References cbWatchesDlg::AddWatch(), cbDebuggerPlugin::AddWatch(), Manager::Get(), DebuggerManager::GetActiveDebugger(), Manager::GetDebuggerManager(), DebuggerManager::GetWatchesDialog(), cbDebuggerPlugin::SupportsFeature(), and cbDebuggerFeature::Watches.