Re: [Ktechlab-devel] clarification about GenericElementFactory

2010-07-27 Thread Julian Bäume
Okay, I'll resend this mail with fixed line-breaks -_- On Tuesday 27 July 2010 15:29:37 Zoltan Padrah wrote: > Hello, > > In the current implementation, > the template shouldn't be instantiated directly. > For an example, see the basic_ec plugin. > > The DECLARE_ELEMENT_FACTORY_MEMBER > macro

Re: [Ktechlab-devel] clarification about GenericElementFactory

2010-07-27 Thread Julian Bäume
On Tuesday 27 July 2010 15:29:37 Zoltan Padrah wrote: > Hello, > > In the current implementation, the template shouldn't be instantiated > directly. For an example, see the basic_ec plugin: > > < > http://ktechlab.git.sourceforge.net/git/gitweb.cgi?p=ktechlab/ktl-zoltan_p > ;a=commitdiff;h=f4e1c

Re: [Ktechlab-devel] clarification about GenericElementFactory

2010-07-27 Thread Zoltan Padrah
Hello, In the current implementation, the template shouldn't be instantiated directly. For an example, see the basic_ec plugin: < http://ktechlab.git.sourceforge.net/git/gitweb.cgi?p=ktechlab/ktl-zoltan_p;a=commitdiff;h=f4e1cb1cbcd0f802183fe44a52df970c9a75 > The DECLARE_ELEMENT_FACTORY_MEM

[Ktechlab-devel] clarification about GenericElementFactory

2010-07-27 Thread Julian Bäume
moin Zoltan, could you provide some more information for the use of GenericElementFactory? Are the macros you defined supposed to be used from other plugins as well? Then this code shouldn't be inside a plugin. At least to me, this looks quite generic. Then the plugins would only be used to define