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

Method undoStack

src/backend/core/Project.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254QUndoStack* Project::undoStack() const {
255 // Q_D(const Project);
256 return &d_ptr->undo_stack;
257}
258
259QMenu* Project::createContextMenu() {
260 QMenu* menu = AbstractAspect::createContextMenu(); // add default actions from Aspect

Callers 15

openProjectMethod · 0.45
saveMethod · 0.45
undoMethod · 0.45
redoMethod · 0.45
historyDialogMethod · 0.45
curveRangeChangeMethod · 0.45
statisticsMaskValuesMethod · 0.45
testInsertRowMethod · 0.45
testRemoveRowMethod · 0.45
clearContentFormulaMethod · 0.45
setAxisColorMethod · 0.45

Calls

no outgoing calls

Tested by 15

curveRangeChangeMethod · 0.36
statisticsMaskValuesMethod · 0.36
testInsertRowMethod · 0.36
testRemoveRowMethod · 0.36
clearContentFormulaMethod · 0.36
setAxisColorMethod · 0.36
setTitleColorMethod · 0.36
setMajorTickColorMethod · 0.36
setMinorTickColorMethod · 0.36
setLineColorMethod · 0.36
setTickLabelColorMethod · 0.36