gpt4 book ai didi

objective-c - 显示 NSCell 及其行所具有的子级数量

转载 作者:行者123 更新时间:2023-12-03 17:07:48 25 4
gpt4 key购买 nike

我希望 OutlineView 中的 NSCell 显示其所在行的子级数。这就是我的意思:

alt text
(来源:sourceforge.net)
右边是什么,但适用于所有行。

我将如何首先找出 NSCell 所在的行,然后从那里获取该行拥有的子级的数量。

最佳答案

PXSourceList这样做。

编辑回复:关于在徽章中显示 child 数量的评论

如果您使用优秀的 PXSourceList,那么您只需实现一个委托(delegate)方法即可:

- (NSInteger)sourceList:(PXSourceList*)aSourceList badgeValueForItem:(id)item;

您很可能将其实现为:

- (NSInteger)sourceList:(PXSourceList*)aSourceList badgeValueForItem:(id)item {
return [self sourceList:aSourceList numberOfChildrenOfItem:item];
}

关于objective-c - 显示 NSCell 及其行所具有的子级数量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3200933/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com