You can not 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
500 B
15 lines
500 B
15 years ago
|
//Auto-generated by kalyptus. DO NOT EDIT.
|
||
11 years ago
|
package org.trinitydesktop.qt;
|
||
15 years ago
|
|
||
|
|
||
13 years ago
|
public interface TQTableSignals {
|
||
15 years ago
|
void currentChanged(int row, int col);
|
||
13 years ago
|
void clicked(int row, int col, int button, TQPoint mousePos);
|
||
|
void doubleClicked(int row, int col, int button, TQPoint mousePos);
|
||
|
void pressed(int row, int col, int button, TQPoint mousePos);
|
||
15 years ago
|
void selectionChanged();
|
||
|
void valueChanged(int row, int col);
|
||
13 years ago
|
void contextMenuRequested(int row, int col, TQPoint pos);
|
||
|
void dropped(TQDropEvent e);
|
||
15 years ago
|
}
|