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

Method CDataObject

src/DragDropSupport.cpp:193–199  ·  view source on GitHub ↗

----------------------------------------DataObject--------------------------------------------------

Source from the content-addressed store, hash-verified

191
192//----------------------------------------DataObject--------------------------------------------------
193CDataObject::CDataObject(DropDataWindow * dataWindow) {
194 m_refs = 1;
195 m_filedescriptorID = RegisterClipboardFormat(CFSTR_FILEDESCRIPTOR);
196 m_filecontentsID = RegisterClipboardFormat(CFSTR_FILECONTENTS);
197
198 m_dataWindow = dataWindow;
199}
200
201CDataObject::~CDataObject() {
202}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected