Re: NSOutlineViews and C++ objects
Re: NSOutlineViews and C++ objects
- Subject: Re: NSOutlineViews and C++ objects
- From: Daniel Jalkut <email@hidden>
- Date: Fri, 13 May 2005 16:18:38 -0700
Just convert the data from the underlying C++ class into a format
that the outline view knows how to display. For instance, if your
underlying data is in C++ strings, convert them to NSString when the
outline view asks for them...
Daniel
On May 13, 2005, at 4:04 PM, kelvSYC wrote:
I want to write a class that implement NSOutlineViewDataSource, but
the problem is that all my data for the outline view is stored as C+
+ classes. What is the best way to do this?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
sweater.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden