| 59 | |
| 60 | |
| 61 | wxString CovSpHLStateProxy::GetEventTypeStr() |
| 62 | { |
| 63 | if (event_type == delta) return "delta"; |
| 64 | if (event_type == unhighlight_all) return "unhighlight_all"; |
| 65 | if (event_type == invert) return "invert"; |
| 66 | return "empty"; |
| 67 | } |
| 68 | |
| 69 | /* Observable interface definitions */ |
| 70 |