| 242 | } |
| 243 | }; |
| 244 | struct CableOpacitySlider : ui::Slider { |
| 245 | CableOpacitySlider() { |
| 246 | quantity = new CableOpacityQuantity; |
| 247 | } |
| 248 | ~CableOpacitySlider() { |
| 249 | delete quantity; |
| 250 | } |
| 251 | }; |
| 252 | |
| 253 | |
| 254 | struct CableTensionQuantity : Quantity { |
nothing calls this directly
no outgoing calls
no test coverage detected