| 789 | } |
| 790 | |
| 791 | bool RouteRenderer::IsRulerRoute() const |
| 792 | { |
| 793 | for (auto const & subroute : m_subroutes) |
| 794 | if (subroute.m_subroute->m_routeType == RouteType::Ruler) |
| 795 | return true; |
| 796 | |
| 797 | return false; |
| 798 | } |
| 799 | |
| 800 | bool RouteRenderer::HasData() const |
| 801 | { |