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

Method setSelectableAspects

src/backend/core/AspectTreeModel.cpp:84–86  ·  view source on GitHub ↗

! \c list contains the class names of the aspects, that can be selected in the corresponding model view. */

Source from the content-addressed store, hash-verified

82 \c list contains the class names of the aspects, that can be selected in the corresponding model view.
83*/
84void AspectTreeModel::setSelectableAspects(const QList<AspectType>& list) {
85 m_selectableAspects = list;
86}
87
88const QList<AspectType>& AspectTreeModel::selectableAspects() const {
89 return m_selectableAspects;

Callers 15

setModelMethod · 0.80
setModelMethod · 0.80
setModelMethod · 0.80
dataSourceTypeChangedMethod · 0.80
setModelMethod · 0.80
setModelMethod · 0.80
setModelMethod · 0.80
setModelMethod · 0.80
setModelMethod · 0.80
setSpreadsheetsMethod · 0.80
setModelMethod · 0.80
setModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected