| 468 | } |
| 469 | |
| 470 | void PageView::setIndicatorIndexNodesTexture(std::string_view texName, Widget::TextureResType texType) |
| 471 | { |
| 472 | if (_indicator != nullptr) |
| 473 | { |
| 474 | _indicator->setIndexNodesTexture(texName, texType); |
| 475 | _indicator->indicate(_currentPageIndex); |
| 476 | } |
| 477 | } |
| 478 | |
| 479 | void PageView::remedyLayoutParameter(Widget* item) |
| 480 | { |