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

Method cursorModel

src/backend/worksheet/Worksheet.cpp:559–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559TreeModel* Worksheet::cursorModel() {
560 Q_D(const Worksheet);
561 return d->cursorData;
562}
563
564void Worksheet::update() {
565 Q_EMIT requestUpdate();

Callers 2

setWorksheetMethod · 0.80
cursorCurveColorMethod · 0.80

Calls

no outgoing calls

Tested by 1

cursorCurveColorMethod · 0.64