| 714 | } |
| 715 | |
| 716 | int WorksheetElement::coordinateSystemCount() const { |
| 717 | Q_D(const WorksheetElement); |
| 718 | if (d->m_plot) |
| 719 | return d->m_plot->coordinateSystemCount(); |
| 720 | DEBUG(Q_FUNC_INFO << ", WARNING: no plot set!") |
| 721 | |
| 722 | return 0; |
| 723 | } |
| 724 | |
| 725 | QString WorksheetElement::coordinateSystemInfo(const int index) const { |
| 726 | Q_D(const WorksheetElement); |
no outgoing calls