From kde-core-devel Tue Mar 28 13:15:00 2000 From: Sven Radej Date: Tue, 28 Mar 2000 13:15:00 +0000 To: kde-core-devel Subject: RE: KActions... X-MARC-Message: https://marc.info/?l=kde-core-devel&m=95424955410961 On Tue, 28 Mar 2000, David Faure wrote: (...) >> KActionCollection is connected to internalActivated and emits >> "signal activated (const *char name)" > >Or even just >signal activated(KAction * action) >(gives the name, but also the action, to avoid lookups by name >if the code wants to get hold of the action for some reason) Ok. >> slotInternalActivated(KAction *ka) >> { >> emit activated(ka->name()) >emit activated(ka) >> } >> >> Same for signals checked, enabled... >Sure we want those too ? If I have checkable action IŽd like to know straight away is it on or off, rather then ask it is it on or off. It is handy. -- Sven Radej radej@kde.org KDE developer Visit http://www.kde.org