|
|
Choosing A Webhost: |
Re: Storing data in a TreeIter (custom TreeModel): msg#00181gnome.gtk+.perl
* Zach Bean <zb@xxxxxxxxxx>: Hi, > > actually owns the reference, and the iter holds only a throwaway copy > > of the reference. you can't really make an iter own anything. sorry. > > Oh, ok. That makes things ... interesting when the model's data structure > is really a SQL database. But, no big deal, I can find somewhere to > actually store the data :o) Rule of thumb: if you want to hold meta-data on a specific row of a model, always use row references or tree paths. A row reference always points to a specific row, and it remains valid until the row is removed from the model; a tree path always points to a specific position inside the model, independently on what that position holds. Tree iterators are just what their name implies: short-lived, reusable objects, useful only in "atomic" operations on a model. You could make them (more) persistent, but you loose the "iterator" benefits. Ciao, Emmanuele. -- Emmanuele Bassi (Zefram) [ http://www.emmanuelebassi.net ] GnuPG Key fingerprint = 4DD0 C90D 4070 F071 5738 08BD 8ECC DB8F A432 0FF4
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Storing data in a TreeIter (custom TreeModel), Zach Bean |
|---|---|
| Next by Date: | Gtk2-Perl Tutorial, David lacravate |
| Previous by Thread: | Re: Storing data in a TreeIter (custom TreeModel), Zach Bean |
| Next by Thread: | Gtk2-Perl Tutorial, David lacravate |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |