org.kde.koala

Interface KActionCollectionSignals

public interface KActionCollectionSignals

Method Summary
voidactionHighlighted(KAction action)
Emitted when action is highlighted.
voidactionHighlighted(KAction action, boolean highlight)
Emitted when action is highlighed or loses highlighting.
voidactionStatusText(String text)
Emitted when an action is highlighted, with text being the tooltip for the action.
voidclearStatusText()
Emitted when an action loses highlighting.
voidinserted(KAction arg1)
voidremoved(KAction arg1)

Method Detail

actionHighlighted

public void actionHighlighted(KAction action)
Emitted when action is highlighted. This is only emitted if you have setHighlightingEnabled()

See Also: KActionCollectionSignals KActionCollectionSignals KActionCollectionSignals KActionCollectionSignals KActionCollectionSignals

UNKNOWN: Emitted when action is highlighted.

actionHighlighted

public void actionHighlighted(KAction action, boolean highlight)
Emitted when action is highlighed or loses highlighting. This is only emitted if you have setHighlightingEnabled()

See Also: KActionCollectionSignals KActionCollectionSignals KActionCollectionSignals KActionCollectionSignals KActionCollectionSignals

UNKNOWN: Emitted when action is highlighed or loses highlighting.

actionStatusText

public void actionStatusText(String text)
Emitted when an action is highlighted, with text being the tooltip for the action. This is only emitted if you have setHighlightingEnabled() This is useful to connect to KStatusBar.message(). See this class overview for more information.

See Also: KActionCollectionSignals

UNKNOWN: Emitted when an action is highlighted, with text being the tooltip for the action.

clearStatusText

public void clearStatusText()
Emitted when an action loses highlighting. This is only emitted if you have setHighlightingEnabled()

See Also: KActionCollectionSignals

UNKNOWN: Emitted when an action loses highlighting.

inserted

public void inserted(KAction arg1)

removed

public void removed(KAction arg1)