| 411 | } |
| 412 | |
| 413 | void PageView::setIndicatorIndexNodesColor(const Color3B& color) |
| 414 | { |
| 415 | if (_indicator != nullptr) |
| 416 | { |
| 417 | _indicator->setIndexNodesColor(color); |
| 418 | } |
| 419 | } |
| 420 | |
| 421 | const Color3B& PageView::getIndicatorIndexNodesColor() const |
| 422 | { |