| 106 | } |
| 107 | |
| 108 | void AspectTreeModel::enableShowPlotDesignation(bool value) { |
| 109 | m_showPlotDesignation = value; |
| 110 | } |
| 111 | |
| 112 | QModelIndex AspectTreeModel::index(int row, int column, const QModelIndex& parent) const { |
| 113 | if (!m_root || !hasIndex(row, column, parent)) |