[kplato] Application Class Structure

John D Lamb kplato@kde.org
Mon, 16 Jul 2001 21:19:30 +0100


Chris Clarke wrote:

> 
> I'm not quite sure what you mean here:  the KPTNode class does have two sets
> of dependencies:
> 
> The tree dependency is managed by the XChildNode methods (e.g. addChildNode),
> and managed in the m_nodes list.
> 
> The time dependency is managed by the XYDependNode methods (e.g.
> addParentDependNode), and managed in the m_dependChildNode, and
> m_dependParentNode lists.
> 
> Are you thinking you want to rename these, or are you considering a different
> structure for managing the two lists?

No. My mistake. I read the code carelessly. That's one reason I like
javadoc-style comments.

Would it be better to use the STL vector class instead of QList just for
efficiency? I don't know the QT abstract data structures well.

JDL