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

Method setPointVisibility

src/backend/datapicker/DatapickerImage.cpp:422–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420
421STD_SETTER_CMD_IMPL_F_S(DatapickerImage, SetPointVisibility, bool, pointVisibility, retransform)
422void DatapickerImage::setPointVisibility(const bool on) {
423 Q_D(DatapickerImage);
424 if (on != d->pointVisibility)
425 exec(new DatapickerImageSetPointVisibilityCmd(d, on, on ? ki18n("%1: set visible") : ki18n("%1: set invisible")));
426}
427
428void DatapickerImage::setPrinting(bool on) const {
429 auto points = parentAspect()->children<DatapickerPoint>(ChildIndexFlag::Recursive | ChildIndexFlag::IncludeHidden);

Callers 2

visibilityChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected