| 453 | } |
| 454 | |
| 455 | void PageView::setIndicatorIndexNodesScale(float indexNodesScale) |
| 456 | { |
| 457 | if (_indicator != nullptr) |
| 458 | { |
| 459 | _indicator->setIndexNodesScale(indexNodesScale); |
| 460 | _indicator->indicate(_currentPageIndex); |
| 461 | } |
| 462 | } |
| 463 | |
| 464 | float PageView::getIndicatorIndexNodesScale() const |
| 465 | { |