org.kde.koala

Interface KRootPixmapSignals

public interface KRootPixmapSignals

Method Summary
voidbackgroundUpdated(QPixmap pm)
Emitted when the background needs updating and custom painting (see setCustomPainting(boolean) ) is enabled.

Method Detail

backgroundUpdated

public void backgroundUpdated(QPixmap pm)
Emitted when the background needs updating and custom painting (see setCustomPainting(boolean) ) is enabled.

Parameters: pm A pixmap containing the new background.

UNKNOWN: Emitted when the background needs updating and custom painting (see setCustomPainting(bool) ) is enabled.