You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
483 B
Java
15 lines
483 B
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.qt;
|
|
|
|
|
|
public interface QTableSignals {
|
|
void currentChanged(int row, int col);
|
|
void clicked(int row, int col, int button, QPoint mousePos);
|
|
void doubleClicked(int row, int col, int button, QPoint mousePos);
|
|
void pressed(int row, int col, int button, QPoint mousePos);
|
|
void selectionChanged();
|
|
void valueChanged(int row, int col);
|
|
void contextMenuRequested(int row, int col, QPoint pos);
|
|
void dropped(QDropEvent e);
|
|
}
|