| 397 | } |
| 398 | |
| 399 | void PageView::setIndicatorSelectedIndexColor(const Color3B& color) |
| 400 | { |
| 401 | if (_indicator != nullptr) |
| 402 | { |
| 403 | _indicator->setSelectedIndexColor(color); |
| 404 | } |
| 405 | } |
| 406 | |
| 407 | const Color3B& PageView::getIndicatorSelectedIndexColor() const |
| 408 | { |
no test coverage detected