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

Method getWidgetByFilePath

src/filelistview.cpp:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89QWidget* FileListView::getWidgetByFilePath(QString filePath)
90{
91 if (m_fileEditMap.contains(filePath))
92 {
93 return m_fileEditMap.value(filePath).pEditWidget;
94 }
95 return nullptr;
96}
97
98void FileListView::setCurItem(QString filePath)
99{

Callers 1

Calls 2

containsMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected