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

Method setFileName

src/backend/datapicker/DatapickerImage.cpp:344–346  ·  view source on GitHub ↗

============================ setter methods and undo commands for background options ================= */

Source from the content-addressed store, hash-verified

342BASIC_D_READER_IMPL(DatapickerImage, bool, pointVisibility, pointVisibility)
343/* ============================ setter methods and undo commands for background options ================= */
344void DatapickerImage::setFileName(const QString& fileName) {
345 setImage(fileName, embedded());
346}
347
348class DatapickerImageSetRelativeFilePathCmd : public StandardSetterCmd<DatapickerImage::Private, bool> {
349public:

Callers 1

exportViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected