//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.TQMetaObject; import org.kde.qt.QtSupport; import org.kde.qt.TQPopupMenu; import org.kde.qt.TQPaintEvent; import org.kde.qt.TQPoint; import org.kde.qt.TQDragEnterEvent; import org.kde.qt.TQDragMoveEvent; import org.kde.qt.TQKeyEvent; import org.kde.qt.TQCursor; import org.kde.qt.TQDropEvent; import org.kde.qt.TQTextStream; import org.kde.qt.TQWidget; public interface KEditSignals { /** This signal is emitted if the user dropped a URL over the text editor TQMultiLineEdit widget. Note that the user can drop also Text on it, but this is already handled internally by TQMultiLineEdit. @short This signal is emitted if the user dropped a URL over the text editor TQMultiLineEdit widget. */ void gotUrlDrop(TQDropEvent e); /** This signal is emitted whenever the cursor position changes. Use this in conjunction with currentLine(), currentColumn() if you need to know the cursor position. @short This signal is emitted whenever the cursor position changes. */ void CursorPositionChanged(); /** This signal is emitted if the user toggles from insert to overwrite mode or vice versa. The user can do so by pressing the "Insert" button on a PC keyboard. This feature must be activated by calling setOverwriteEnabled(true) first. @short This signal is emitted if the user toggles from insert to overwrite mode or vice versa. */ void toggle_overwrite_signal(); }