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

Method borderLine

src/backend/worksheet/Image.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126BASIC_SHARED_D_READER_IMPL(Image, bool, keepRatio, keepRatio)
127
128Line* Image::borderLine() const {
129 Q_D(const Image);
130 return d->borderLine;
131}
132
133/* ============================ setter methods and undo commands ================= */
134STD_SETTER_CMD_IMPL_F_S(Image, SetFileName, QString, fileName, updateImage)

Callers 8

loadMethod · 0.45
setImagesMethod · 0.45
loadMethod · 0.45
loadMethod · 0.45
showOverviewPlotMethod · 0.45
addPlotMethod · 0.45
initPreviewMethod · 0.45
loadGraphLayerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected