| 111 | int GetOutline() { return this->Cursor3D->GetOutline(); } |
| 112 | void OutlineOn() { this->Cursor3D->OutlineOn(); } |
| 113 | void OutlineOff() { this->Cursor3D->OutlineOff(); } |
| 114 | |
| 115 | /** |
| 116 | * Turn on/off the wireframe x-shadows. |
nothing calls this directly
no test coverage detected