org.kde.koala
public interface KDateTableSignals
Method Summary | |
---|---|
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). |
void | dateChanged(Calendar arg1)
The selected date changed. |
void | dateChanged(Calendar cur, Calendar old)
This function behaves essentially like the one above.
|
void | tableClicked()
A date has been selected by clicking on the table. |
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).
UNKNOWN: 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.
UNKNOWN: A date has been selected by clicking on the table.