org.kde.koala

Interface KPopupMenuSignals

public interface KPopupMenuSignals

Method Summary
voidaboutToShowContextMenu(KPopupMenu menu, int menuItem, QPopupMenu ctxMenu)
connect to this signal to be notified when a context menu is about to be shown

Method Detail

aboutToShowContextMenu

public void aboutToShowContextMenu(KPopupMenu menu, int menuItem, QPopupMenu ctxMenu)
connect to this signal to be notified when a context menu is about to be shown

Parameters: menu The menu that the context menu is about to be shown for menuItem The menu item that the context menu is currently on ctxMenu The context menu itself

UNKNOWN: connect to this signal to be notified when a context menu is about to be shown