org.kde.koala
public class KDataToolAction extends KAction
UNKNOWN: This class helps applications implement support for KDataTool.
Constructor Summary | |
---|---|
protected | KDataToolAction(Class dummy) |
KDataToolAction(String text, KDataToolInfo info, String command, QObject parent, String name)
Constructs a new KDataToolAction. | |
KDataToolAction(String text, KDataToolInfo info, String command, QObject parent) | |
KDataToolAction(String text, KDataToolInfo info, String command) |
Method Summary | |
---|---|
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
protected void | slotActivated()
Creates a list of actions from a list of information about data-tools.
|
Parameters: text The text that will be displayed. info the corresponding KDataToolInfo command the command of the action parent This action's parent. name An internal name for this action.
UNKNOWN: Constructs a new KDataToolAction.
Parameters: tools the list of data tool descriptions receiver the receiver for toolActivated() signals slot the slot that will receive the toolActivated() signals
Returns: the KActions
UNKNOWN: Creates a list of actions from a list of information about data-tools.