org.kde.koala
Interface KDateTableSignals


public interface KDateTableSignals


Method Summary
 void aboutToShowContextMenu(KPopupMenu menu, java.util.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(java.util.Calendar arg1)
          The selected date changed.
 void dateChanged(java.util.Calendar cur, java.util.Calendar old)
          This function behaves essentially like the one above.
 void tableClicked()
          A date has been selected by clicking on the table.
 

Method Detail

dateChanged

void dateChanged(java.util.Calendar arg1)
The selected date changed.


dateChanged

void dateChanged(java.util.Calendar cur,
                 java.util.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

tableClicked

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


aboutToShowContextMenu

void aboutToShowContextMenu(KPopupMenu menu,
                            java.util.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.