| 735 | } |
| 736 | |
| 737 | int MacroTreeModel::GetItemModelIndex(const std::shared_ptr<Macro> &item) const |
| 738 | { |
| 739 | return MacroIndexToModelIndex(GetItemMacroIndex(item), _macros); |
| 740 | } |
| 741 | |
| 742 | bool MacroTreeModel::IsLastItem(std::shared_ptr<Macro> item) const |
| 743 | { |
nothing calls this directly
no test coverage detected