| 86 | } |
| 87 | |
| 88 | ccColorScale::Shared ccColorScaleSelector::getSelectedScale() const |
| 89 | { |
| 90 | return getScale(m_comboBox ? m_comboBox->currentIndex() : -1); |
| 91 | } |
| 92 | |
| 93 | ccColorScale::Shared ccColorScaleSelector::getScale(int index) const |
| 94 | { |
no test coverage detected