org.kde.koala

Interface KDateTableSignals

public interface KDateTableSignals

Method Summary
voidaboutToShowContextMenu(KPopupMenu menu, Calendar date)
A popup menu for a given date is about to be shown (as when the user right clicks on that date and the popup menu is enabled).
voiddateChanged(Calendar arg1)
The selected date changed.
voiddateChanged(Calendar cur, Calendar old)
This function behaves essentially like the one above.
voidtableClicked()
A date has been selected by clicking on the table.

Method Detail

aboutToShowContextMenu

public void aboutToShowContextMenu(KPopupMenu menu, Calendar date)
A popup menu for a given date is about to be shown (as when the user right clicks on that date and the popup menu is enabled). Connect the slot where you fill the menu to this signal.

UNKNOWN: A popup menu for a given date is about to be shown (as when the user right clicks on that date and the popup menu is enabled).

dateChanged

public void dateChanged(Calendar arg1)
The selected date changed.

UNKNOWN: The selected date changed.

dateChanged

public void dateChanged(Calendar cur, Calendar old)
This function behaves essentially like the one above. The selected date changed.

Parameters: cur The current date old The date before the date was changed

UNKNOWN: This function behaves essentially like the one above.

tableClicked

public void tableClicked()
A date has been selected by clicking on the table.

UNKNOWN: A date has been selected by clicking on the table.