Home
last modified time | relevance | path

Searched refs:sharePlots (Results 1 – 5 of 5) sorted by relevance

/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dviewgridlayout.h64 static void sharePlots(ViewItem *item, QPainter *painter, bool creation);
H A Dsharedaxisboxitem.cpp66 sharePlots(painter, true); in paint()
69 sharePlots(painter, false); in paint()
H A Dviewitem.h283 virtual void sharePlots(QPainter *painter, bool creation);
H A Dviewgridlayout.cpp159 void ViewGridLayout::sharePlots(ViewItem *item, QPainter *painter, bool creation) { in sharePlots() function in Kst::ViewGridLayout
H A Dviewitem.cpp1053 void ViewItem::sharePlots(QPainter *painter, bool creation) { in sharePlots() function in Kst::ViewItem
1056 ViewGridLayout::sharePlots(this, painter, creation); in sharePlots()