org.kde.qt
public interface QTableSignals
| Method Summary | |
|---|---|
| void | clicked(int row, int col, int button, QPoint mousePos) |
| void | contextMenuRequested(int row, int col, QPoint pos) |
| void | currentChanged(int row, int col) |
| void | doubleClicked(int row, int col, int button, QPoint mousePos) |
| void | dropped(QDropEvent e) |
| void | pressed(int row, int col, int button, QPoint mousePos) |
| void | selectionChanged() |
| void | valueChanged(int row, int col) |