MCPcopy Create free account
hub / github.com/KDE/labplot / collectionNames

Method collectionNames

src/frontend/examples/ExamplesManager.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51QStringList ExamplesManager::collectionNames() const {
52 return m_collections.keys();
53}
54
55QString ExamplesManager::collectionInfo(const QString& name) const {
56 return m_collections[name];

Callers 2

ColorMapsWidgetMethod · 0.45
ExamplesWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected