NSOutlineView、NSTreeController 和 willDisplayCell

发布于 2024-07-25 21:25:06 字数 220 浏览 7 评论 0原文

我对 Obj-C 和 Cocoa 的东西还很陌生,所以请原谅任何愚蠢的行为。

我正在使用 NSOutlineView 和 NSTreeController,它向它提供了我自己的对象数组。 我的委托人正在使用大纲视图的 willDisplayCell 来设置单元格的图标(我正在使用 NSBrowserCell)。 不过,我一生都无法弄清楚如何在这种情况下获取对象数据,以便我可以检查要绘制哪个图像。

I'm pretty new to Obj-C and Cocoa stuff, so forgive any stupidity.

I'm using an NSOutlineView with an NSTreeController that provides an array of my own objects to it. My delegator is using the outline view's willDisplayCell to set the icon of the cell (I'm using NSBrowserCell). I cannot figure out for the life of me how to get my object data in that instance so that I can check which image to draw, though.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

墨小沫ゞ 2024-08-01 21:25:06

我想到了。

你必须使用

[item representedObject];

I figured it out.

You have to use

[item representedObject];
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文