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

Method length

src/api/UBW3CWidgetAPI.cpp:174–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174int UBW3CWidgetPreferenceAPI::length() const
175{
176 QMap<QString, UBGraphicsW3CWidgetItem::PreferenceValue> w3cPrefs = mGraphicsW3CWidget->preferences();
177
178 return w3cPrefs.size();
179}
180
181
182void UBW3CWidgetPreferenceAPI::setItem(const QString& key, const QString& value)

Callers 15

mouseMoveEventMethod · 0.45
toolFromPosMethod · 0.45
heightAtPositionMethod · 0.45
mouseMoveEventMethod · 0.45
saveOverlayPdfMethod · 0.45
loadMethod · 0.45
persistMethod · 0.45
parseSvgPolygonMethod · 0.45
parseSvgPolylineMethod · 0.45
parseIwbGroupMethod · 0.45
colorFromStringMethod · 0.45

Calls 2

preferencesMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected