NSOutlineView、NSTreeController 和 willDisplayCell
我对 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想到了。
你必须使用
I figured it out.
You have to use