#include <kdatatool.h>
Inheritance diagram for KDataToolAction:

Static Public Methods | |
| QPtrList< KAction > | dataToolActionList (const QValueList< KDataToolInfo > &tools, const QObject *receiver, const char *slot) |
Protected Methods | |
| virtual void | slotActivated () |
| virtual void | virtual_hook (int id, void *data) |
The slot defined for step 2 is called when the action is activated, and that's where the tool should be created and run.
Definition at line 169 of file kdatatool.h.
|
||||||||||||||||
|
Creates a list of actions from a list of information about data-tools. The slot must have a signature corresponding to the toolActivated signal. Note that it's the caller's responsibility to delete the actions when they're not needed anymore. |
1.2.18