Re: [Stellarium-pubdevel] Scripting classes

2012-07-09 Thread Kristen Aw
Hi >2012/7/9 Alexander Wolf : >> I've been trying to write a script for comets, but cannot use its member >> functions because the Comet Class is not supported by the scripting >> language. How would I go about adding the Comet Class? > >You can implement this via adding public slots to Comet Clas

Re: [Stellarium-pubdevel] Scripting classes

2012-07-09 Thread Alexander Wolf
Hello! 2012/7/8 Kristen Aw : > I've been trying to write a script for comets, but cannot use its member > functions because the Comet Class is not supported by the scripting > language. How would I go about adding the Comet Class? You can implement this via adding public slots to Comet Class. As

[Stellarium-pubdevel] Scripting classes

2012-07-08 Thread Kristen Aw
Hello, I've been trying to write a script for comets, but cannot use its member functions because the Comet Class is not supported by the scripting language. How would I go about adding the Comet Class?  I've tried writing the functions meant for Comet class into SolarSystem just to see how it