In qtada, I believe the Q_Signal pragma will result in such a procedure being generated by amoc in the moc package. So my own signals, it seems it will work. I cant figure out how to get at this for an inherited signal.
for example Abstract_Table_Model has a bunch of signals which I may like to signal as a derived class. Am not sure if qtada has the bindings for these signals. thanks, srini PS - I copied this email to the user list. On Thu, Sep 24, 2009 at 11:39 AM, [email protected] <[email protected]> wrote: > Hello, Srini. > I think, that you can emit signal, by simple calling it like a function > call or a procedure. > for example > > Self.Emit_Some_Signal > > > 24.09.2009 14:19, Rajagopalan Srinivasan пишет: > > Related question - > > if I subclass Abstract_Table_Model and I wanted to emit one of the signals > how can I do that? > > I can see how I can define my own signals and emit them but it is not clear > how to emit one of the protected signals? > > any clues appreciated. regards, srini > > On Tue, Sep 22, 2009 at 2:58 PM, [email protected] <[email protected]>wrote: > > 22.09.2009 22:10, Rajagopalan Srinivasan пишет: > > Alexander, > > much obliged. > > great to see a project like this in Ada (and qtAda) > > Perhaps there will be other qtada tricks I could learn from this. Is it > possible to download and build? > > thanks, srini > > Thanks for your feedback ) > Yep, you can checkout source code from svn repository and build it. > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.qtada.com/pipermail/qtada-users_lists.qtada.com/attachments/20090922/b0e906ab/attachment.html> > > _______________________________________________ > qtada-users mailing list > [email protected] > http://lists.qtada.com/mailman/listinfo/qtada-users_lists.qtada.com > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.qtada.com/pipermail/qtada-users_lists.qtada.com/attachments/20090924/1c800777/attachment.html> _______________________________________________ qtada-users mailing list [email protected] http://lists.qtada.com/mailman/listinfo/qtada-users_lists.qtada.com
