Re: NSView and array of moveable NSImages
Re: NSView and array of moveable NSImages
- Subject: Re: NSView and array of moveable NSImages
- From: Michael Watson <email@hidden>
- Date: Thu, 5 Apr 2007 16:14:44 -0400
Yeah, a linked list is definitely the most efficent way to manage an
image layering system. (Makes adding and removing layers easier than
shifting large sections of an array.)
For most things, you won't need that kind of performance, but hey,
it's there if you need it, right?
--
m-s
On 05 Apr, 2007, at 16:10, Scott Anguish wrote:
Actually, I used a double linked list, since this made it easy to
traverse into groups, and move items around wholesale. But this
was a large, large scale package that often had 50,000 items to
deal with.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden