symbols
| 335 | |
| 336 | // symbols |
| 337 | Symbol* DatapickerImage::symbol() const { |
| 338 | Q_D(const DatapickerImage); |
| 339 | return d->symbol; |
| 340 | } |
| 341 | |
| 342 | BASIC_D_READER_IMPL(DatapickerImage, bool, pointVisibility, pointVisibility) |
| 343 | /* ============================ setter methods and undo commands for background options ================= */ |
no outgoing calls