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