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

Method aspectModel

src/frontend/dockwidgets/BaseDock.cpp:289–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289AspectTreeModel* BaseDock::aspectModel() {
290 if (!m_aspectModel) {
291 Q_ASSERT(m_aspect);
292 m_aspectModel = new AspectTreeModel(m_aspect->project());
293 }
294
295 return m_aspectModel;
296}
297
298/*!
299 * shows the name and the description of the first selected aspect,

Callers 1

Calls 1

projectMethod · 0.45

Tested by 1