| 774 | } |
| 775 | |
| 776 | bool GuiGameListMenuCtrl::isRowEnabled(S32 index) const |
| 777 | { |
| 778 | if (! isValidRowIndex(index)) |
| 779 | { |
| 780 | return false; |
| 781 | } |
| 782 | |
| 783 | return mRows[index]->mEnabled; |
| 784 | } |
| 785 | |
| 786 | void GuiGameListMenuCtrl::setRowEnabled(S32 index, bool enabled) |
| 787 | { |
no outgoing calls
no test coverage detected