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

Method graphicsItem

src/backend/worksheet/WorksheetElement.cpp:84–86  ·  view source on GitHub ↗

* \fn QGraphicsItem *WorksheetElement::graphicsItem() const * \brief Return the graphics item representing this element. * */

Source from the content-addressed store, hash-verified

82 *
83 */
84QGraphicsItem* WorksheetElement::graphicsItem() const {
85 return d_ptr;
86}
87
88/*!
89 * \brief WorksheetElement::setParentGraphicsItem

Callers 3

parentRectMethod · 0.45
mapParentToPlotAreaMethod · 0.45
mapPlotAreaToParentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected