org.kde.koala

Interface KToolBarButtonSignals

public interface KToolBarButtonSignals

Method Summary
voidbuttonClicked(int arg1, int state)
Emitted when the toolbar button is clicked (with any mouse button)
voidclicked(int arg1)
Emitted when the toolbar button is clicked (with LMB or MMB)
voiddoubleClicked(int arg1)
voidhighlighted(int arg1, boolean arg2)
voidpressed(int arg1)
voidreleased(int arg1)
voidtoggled(int arg1)

Method Detail

buttonClicked

public void buttonClicked(int arg1, int state)
Emitted when the toolbar button is clicked (with any mouse button)

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)

clicked

public void clicked(int arg1)
Emitted when the toolbar button is clicked (with LMB or MMB)

UNKNOWN: Emitted when the toolbar button is clicked (with LMB or MMB)

doubleClicked

public void doubleClicked(int arg1)

highlighted

public void highlighted(int arg1, boolean arg2)

pressed

public void pressed(int arg1)

released

public void released(int arg1)

toggled

public void toggled(int arg1)