| 243 | */ |
| 244 | int Row() const { return location.row + 1; } |
| 245 | int Column() const { return location.col + 1; } ///< See Row() |
| 246 | |
| 247 | void SetUserData( void* user ) { userData = user; } ///< Set a pointer to arbitrary user data. |
| 248 | void* GetUserData() { return userData; } ///< Get a pointer to arbitrary user data. |
nothing calls this directly
no outgoing calls
no test coverage detected