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

Method parentAspect

src/backend/core/AbstractAspect.cpp:459–461  ·  view source on GitHub ↗

* \brief Return my parent Aspect or 0 if I currently don't have one. */

Source from the content-addressed store, hash-verified

457 * \brief Return my parent Aspect or 0 if I currently don't have one.
458 */
459AbstractAspect* AbstractAspect::parentAspect() const {
460 return d->m_parent;
461}
462
463void AbstractAspect::setParentAspect(AbstractAspect* parent) {
464 d->m_parent = parent;

Callers 15

childSelectedMethod · 0.95
childDeselectedMethod · 0.95
updateGUIMethod · 0.80
activeSpreadsheetMethod · 0.80
handleAspectRemovedMethod · 0.80
importFileDialogMethod · 0.80
importSqlDialogMethod · 0.80
addAspectToProjectMethod · 0.80
eventFilterMethod · 0.80
keyPressEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected