org.kde.qt
public interface QTextEditSignals
| Method Summary | |
|---|---|
| void | clicked(int parag, int index) |
| void | copyAvailable(boolean arg1) |
| void | currentAlignmentChanged(int a) |
| void | currentColorChanged(QColor c) |
| void | currentFontChanged(QFont f) |
| void | currentVerticalAlignmentChanged(int a) |
| void | cursorPositionChanged(int para, int pos) |
| void | doubleClicked(int parag, int index) |
| void | modificationChanged(boolean m) |
| void | redoAvailable(boolean yes) |
| void | returnPressed() |
| void | selectionChanged() |
| void | textChanged() |
| void | undoAvailable(boolean yes) |