| 1100 | } |
| 1101 | |
| 1102 | void |
| 1103 | ViewObjectUI::drag_cancel () |
| 1104 | { |
| 1105 | for (service_iterator svc = begin_services (); svc != end_services (); ++svc) { |
| 1106 | (*svc)->drag_cancel (); |
| 1107 | } |
| 1108 | } |
| 1109 | |
| 1110 | void |
| 1111 | ViewObjectUI::hover_reset () |
nothing calls this directly
no test coverage detected