MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / CDropTarget

Method CDropTarget

src/DragDropSupport.cpp:67–72  ·  view source on GitHub ↗

----------------------------------------DropTarget-------------------------------------------------

Source from the content-addressed store, hash-verified

65
66//----------------------------------------DropTarget-------------------------------------------------
67CDropTarget::CDropTarget(DropTargetWindow * targetWindow) :
68 m_refs(1),
69 m_dragging(false),
70 m_targetWindow(targetWindow)
71{
72}
73
74CDropTarget::~CDropTarget() {
75}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected