Home
last modified time | relevance | path

Searched refs:mShowThinFrame (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/signalplotter/
H A Dksignalplotter.cpp424 if (d->mShowThinFrame)
461 mShowThinFrame = true;
636 if (!onlyDrawPlotter && d->mShowThinFrame)
747 return d->mShowThinFrame;
751 if (thinFrame == d->mShowThinFrame)
754 d->mShowThinFrame = thinFrame;
H A Dksignalplotter_p.h96 bool mShowThinFrame; variable