org.kde.koala
Interface KToolBarButtonSignals


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)
           
 

Method Detail

clicked

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


buttonClicked

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.

doubleClicked

void doubleClicked(int arg1)

pressed

void pressed(int arg1)

released

void released(int arg1)

toggled

void toggled(int arg1)

highlighted

void highlighted(int arg1,
                 boolean arg2)