class KDataToolAction


Table of contents
Modules
kio Classes
All Classes
Module kio
Namespace global
Class KDataToolAction
Inherits KAction

This class helps applications implement support for KDataTool. The steps to follow are simple:

  • query for the available tools using KDataToolInfo.query
  • pass the result to KDataToolAction.dataToolActionList (with a slot)
  • plug the resulting actions, either using KXMLGUIClient.plugActionList, or by hand.
  • The slot defined for step 2 is called when the action is activated, and that's where the tool should be created and run.



    methods