| 4535 | } |
| 4536 | |
| 4537 | ConstViewTransformRcPtr Config::getViewTransform(const char * name) const noexcept |
| 4538 | { |
| 4539 | return getImpl()->getViewTransform(name); |
| 4540 | } |
| 4541 | |
| 4542 | const char * Config::getViewTransformNameByIndex(int index) const noexcept |
| 4543 | { |