org.kde.koala
public interface KToolBarButtonSignals
| Method Summary | |
|---|---|
| void | buttonClicked(int arg1, int state)
Emitted when the toolbar button is clicked (with any mouse button) |
| void | clicked(int arg1)
Emitted when the toolbar button is clicked (with LMB or MMB) |
| void | doubleClicked(int arg1) |
| void | highlighted(int arg1, boolean arg2) |
| void | pressed(int arg1) |
| void | released(int arg1) |
| void | toggled(int arg1) |
Parameters: state makes it possible to find out which button was pressed, and whether any keyboard modifiers were held.
UNKNOWN: Emitted when the toolbar button is clicked (with any mouse button)
UNKNOWN: Emitted when the toolbar button is clicked (with LMB or MMB)