org.kde.koala

Interface KPassivePopupSignals

public interface KPassivePopupSignals

Method Summary
voidclicked()
Emitted when the popup is clicked.
voidclicked(QPoint pos)
Emitted when the popup is clicked.

Method Detail

clicked

public void clicked()
Emitted when the popup is clicked.

UNKNOWN: Emitted when the popup is clicked.

clicked

public void clicked(QPoint pos)
Emitted when the popup is clicked.

UNKNOWN: Emitted when the popup is clicked.