From quanta-devel Wed Mar 23 19:10:34 2005 From: Paulo Moura Guedes Date: Wed, 23 Mar 2005 19:10:34 +0000 To: quanta-devel Subject: Re: [quanta-devel] VPL toolbars Message-Id: <200503231910.34662.moura () kdewebdev ! org> X-MARC-Message: https://marc.info/?l=quanta-devel&m=111160509827961 On Wednesday 23 March 2005 18:28, Paulo Moura Guedes wrote: > On Wednesday 09 March 2005 15:53, Andras Mantia wrote: > > Ok, in that case actionCollection() seems to be the right way to go as > > the actions are not stored in other place. Now I'm not sure if all > > actions are in the mainwindow's actioncollection or not. If not you > > must iterate through the actioncollection's of the loaded toolbars to > > find the action. > > It seems that the mainwindow's actioncollection have all the toolbar > actions. However, I need to iterate all and only the toolbar actions. I can > try distinguish if the actions are TagActions or not (I don't know how), or > iterate through the actioncollection's of the loaded toolbars. In this last > case, how can I do that? TagAction class is initialized with the main window action collection, so I think it is not accessible else where. A good solution might be insert them in a container, say m_tagActions, in QuantaApp class. Can I, Andras? -- Paulo Moura Guedes Linux Caixa Mágica - http://caixamagica.org KDE Web Development - http://kdewebdev.org _______________________________________________ quanta-devel mailing list quanta-devel@kde.org https://mail.kde.org/mailman/listinfo/quanta-devel