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

Method currentAspect

src/frontend/ProjectExplorer.cpp:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328AbstractAspect* ProjectExplorer::currentAspect() const {
329 if (!currentIndex().isValid())
330 return nullptr;
331 return static_cast<AbstractAspect*>(currentIndex().internalPointer());
332}
333
334void ProjectExplorer::search() {
335 m_leFilter->setFocus();

Callers

nothing calls this directly

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected