| 404 | //----------------------------------------------------------------------------- |
| 405 | |
| 406 | SimObject *GuiTreeViewCtrl::Item::getObject() |
| 407 | { |
| 408 | if(!mState.test(InspectorData)) |
| 409 | { |
| 410 | return NULL; |
| 411 | } |
| 412 | |
| 413 | return mInspectorInfo.mObject; |
| 414 | } |
| 415 | |
| 416 | //----------------------------------------------------------------------------- |
| 417 |
no test coverage detected