MCPcopy Create free account
hub / github.com/cxasm/notepad-- / getCurrentEidtHandle

Method getCurrentEidtHandle

src/nddpluginapi.cpp:17–25  ·  view source on GitHub ↗

ע������ʵ�ʷ��ص���ScintillaEditView

Source from the content-addressed store, hash-verified

15
16//ע������ʵ�ʷ��ص���ScintillaEditView
17QsciScintilla* NddPluginApi::getCurrentEidtHandle()
18{
19 CCNotePad* pNotepad = dynamic_cast<CCNotePad*>(m_mainNotePad);
20 if (pNotepad != nullptr)
21 {
22 return pNotepad->getCurEditView();
23 }
24 return nullptr;
25}

Callers

nothing calls this directly

Calls 1

getCurEditViewMethod · 0.80

Tested by

no test coverage detected