【发布时间】:2017-10-27 06:37:46
【问题描述】:
我需要从 wxTreeListCtrl 检索所有选定的叶节点。我们有什么功能吗? GetSelection() 函数只给出最新的节点。我需要所有节点。或者我应该遍历树并获取选定的叶节点? 有没有更好/有效的方法来做到这一点?
【问题讨论】:
我需要从 wxTreeListCtrl 检索所有选定的叶节点。我们有什么功能吗? GetSelection() 函数只给出最新的节点。我需要所有节点。或者我应该遍历树并获取选定的叶节点? 有没有更好/有效的方法来做到这一点?
【问题讨论】:
你的意思是unsigned wxTreeListCtrl::GetSelections(wxTreeListItems& selections) const?
【讨论】: