Re: [Ktechlab-devel] code cleanup and connector lists

2009-01-13 Thread P Zoltan
Hello people, I've comitted the implementation of the FlowConnectorList. The next thing I want to make is to clean up the flowpart code by using the new connectorlist. Probably this won't happen in this month. Please check if the new code compiles fine; I had several issues with poin

Re: [Ktechlab-devel] code cleanup and connector lists

2008-12-21 Thread P Zoltan
Hi, I've investigated the problem a little more and uploaded a possible implementation of the FlowConnectorList here: http://zotanp.extra.hu/connectorlist.cpp That implementation creates the FlowConnectorList compatible with the ConnectorList class, but it doesn't achieve this by in

Re: [Ktechlab-devel] code cleanup and connector lists

2008-12-04 Thread P Zoltan
On Thu, 04 Dec 2008 12:23:24 +0100, Julian Bäume <[EMAIL PROTECTED]> wrote: > >>A FPNode has some methods which return a ConnectorList; however a >> flowconnector should keep a list of FPNodes, an electronic connector a >> list of ECNodes, so they should return something like FlowConnectorList

Re: [Ktechlab-devel] code cleanup and connector lists

2008-12-04 Thread Julian Bäume
Hey, On Wednesday 03 December 2008 22:38:36 P Zoltan wrote: >As a code cleanup I'm plannig to separate electronics and flowparts, > such that electornic nodes to be connected with electronic connectors, > while flownodes to be connected with flowconnectors. Obviously buth > connector types and

Re: [Ktechlab-devel] code cleanup and connector lists

2008-12-03 Thread Alan Grimes
> My question is how should be this problem threated? Sounds like you have a much better handle on it than I. I'll probably be happy with whatever you go with as long as it helps to isolate and fix the problems with the connection router. =) Thanks much for keeping this going. -- New preside

[Ktechlab-devel] code cleanup and connector lists

2008-12-03 Thread P Zoltan
Hello people, As a code cleanup I'm plannig to separate electronics and flowparts, such that electornic nodes to be connected with electronic connectors, while flownodes to be connected with flowconnectors. Obviously buth connector types and node types will inherit from Connector respecti