MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / setPreference

Method setPreference

src/api/UBWidgetUniboardAPI.cpp:424–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422
423
424void UBWidgetUniboardAPI::setPreference(const QString& key, QString value)
425{
426 if (mGraphicsWidget)
427 {
428 mGraphicsWidget->setPreference(key, value);
429 }
430}
431
432
433QString UBWidgetUniboardAPI::preference(const QString& key , const QString& pDefault)

Callers 15

initFunction · 0.45
saveOptionsFunction · 0.45
delOptionsFunction · 0.45
initFunction · 0.45
computeFunction · 0.45
timeButtonDownHandlerFunction · 0.45
updateChronometerReverseFunction · 0.45
initFunction · 0.45
initFunction · 0.45
setSizeFunction · 0.45
renderPreviewFunction · 0.45
startFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected