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

Method inherits

src/backend/core/AbstractAspect.cpp:438–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438bool AbstractAspect::inherits(AspectType type) const {
439 return (static_cast<quint64>(m_type) & static_cast<quint64>(type)) == static_cast<quint64>(type);
440}
441
442/**
443 * \brief In the parent-child hierarchy, return the first parent of type \param type or null pointer if there is none.

Callers 15

handleAspectRemovedMethod · 0.80
setModelMethod · 0.80
setAspectsMethod · 0.80
importToMethod · 0.80
isTopLevelMethod · 0.80
importToMethod · 0.80
enableImportToMatrixMethod · 0.80
isTopLevelMethod · 0.80
setModelMethod · 0.80
parentMethod · 0.80
folderMethod · 0.80
childrenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected