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

Method find

src/qscint/src/SciClasses.cpp:157–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156
157int QsciSciListBox::find(const QString &prefix)
158{
159 QList<QListWidgetItem *> itms = findItems(prefix,
160 Qt::MatchStartsWith|Qt::MatchCaseSensitive);
161
162 if (itms.size() == 0)
163 return -1;
164
165 return row(itms[0]);
166}
167
168
169QString QsciSciListBox::text(int n)

Callers 6

AppendMethod · 0.45
FindMethod · 0.45
set_shortcutMethod · 0.45
jquery.jsFile · 0.45
iFunction · 0.45
toggleFolderFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected