On Friday 12 July 2002 12:32 pm, Juergen Vigna wrote: > Andre Poenitz wrote: > > I tried that once and failed as there is not alwasy a clear meaning of a > > Row * in the code. It could be a single row or a set of rows starting > > with this row. This makes things really messy. > > Would you care to explain this better? A Row * is always 1 row, as much > as I know of that code. The rows are used _only_ in LyXText and denotes > the whole set of rows of the entire document (visible rows on screen). > I don't see what's messy with it?
A Row is a row. It shouldn't care or know about its next() and previous(). A list<Row> is a collection of Rows. That's what the STL is /for/. Angus