MCPcopy Create free account
hub / github.com/KDE/kdevelop / SimpleItem

Method SimpleItem

plugins/clang/codecompletion/context.cpp:447–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445{
446public:
447 SimpleItem(const QString& display, const QString& prefix, const QString& replacement, const QIcon& icon = QIcon())
448 : CompletionItem<CompletionTreeItem>(display, prefix)
449 , m_replacement(replacement)
450 , m_icon(icon)
451 {
452 }
453
454 void execute(KTextEditor::View* view, const KTextEditor::Range& word) override
455 {

Callers

nothing calls this directly

Calls 1

QIconClass · 0.50

Tested by

no test coverage detected