| 877 | } |
| 878 | |
| 879 | static bool isTypeCullableTrack(const Ui::ViewportInteraction::InteractionItem type) |
| 880 | { |
| 881 | switch (type) |
| 882 | { |
| 883 | case Ui::ViewportInteraction::InteractionItem::track: |
| 884 | case Ui::ViewportInteraction::InteractionItem::trackExtra: |
| 885 | case Ui::ViewportInteraction::InteractionItem::signal: |
| 886 | case Ui::ViewportInteraction::InteractionItem::trainStation: |
| 887 | return true; |
| 888 | default: |
| 889 | return false; |
| 890 | } |
| 891 | } |
| 892 | |
| 893 | static bool isTypeCullableTree(const Ui::ViewportInteraction::InteractionItem type) |
| 894 | { |
no outgoing calls
no test coverage detected