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

Method pixmap

src/frontend/examples/ExamplesManager.cpp:137–142  ·  view source on GitHub ↗

! * returns the preview pixmap for the example project \c name. */

Source from the content-addressed store, hash-verified

135 * returns the preview pixmap for the example project \c name.
136 */
137QPixmap ExamplesManager::pixmap(const QString& name) const {
138 if (name.isEmpty())
139 return {};
140
141 return m_pixmaps[name];
142}
143
144QString ExamplesManager::description(const QString& name) const {
145 return m_descriptions[name];

Callers 15

updateIconMethod · 0.45
SettingsWorksheetPageMethod · 0.45
WelcomeScreenHelperMethod · 0.45
getBackIconMethod · 0.45
getForwardIconMethod · 0.45
ImportDatasetWidgetMethod · 0.45
ColorMapsWidgetMethod · 0.45
addPreviewMethod · 0.45
ExamplesWidgetMethod · 0.45
collectionChangedMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected