@{ * The name of the array whose value appears when the mouse hovers * over a graph edge. */
| 191 | * over a graph edge. |
| 192 | */ |
| 193 | virtual void SetGraphHoverArrayName(const char* name) { this->SetGraphHoverArrayName(name, 0); } |
| 194 | virtual void SetGraphHoverArrayName(const char* name, int idx); |
| 195 | virtual const char* GetGraphHoverArrayName() { return this->GetGraphHoverArrayName(0); } |
| 196 | virtual const char* GetGraphHoverArrayName(int idx); |
nothing calls this directly
no test coverage detected