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

Method enableShowPlotDesignation

src/backend/core/AspectTreeModel.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void AspectTreeModel::enableShowPlotDesignation(bool value) {
109 m_showPlotDesignation = value;
110}
111
112QModelIndex AspectTreeModel::index(int row, int column, const QModelIndex& parent) const {
113 if (!m_root || !hasIndex(row, column, parent))

Callers 10

setModelMethod · 0.80
setModelMethod · 0.80
setModelMethod · 0.80
setModelMethod · 0.80
setModelMethod · 0.80
setModelMethod · 0.80
setModelMethod · 0.80
setModelMethod · 0.80
setModelMethod · 0.80
setValuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected