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.
27 lines
1.0 KiB
Java
27 lines
1.0 KiB
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.qt;
|
|
|
|
|
|
public interface QIconViewSignals {
|
|
void selectionChanged();
|
|
void selectionChanged(QIconViewItem item);
|
|
void currentChanged(QIconViewItem item);
|
|
void clicked(QIconViewItem arg1);
|
|
void clicked(QIconViewItem arg1, QPoint arg2);
|
|
void pressed(QIconViewItem arg1);
|
|
void pressed(QIconViewItem arg1, QPoint arg2);
|
|
void doubleClicked(QIconViewItem item);
|
|
void returnPressed(QIconViewItem item);
|
|
void rightButtonClicked(QIconViewItem item, QPoint pos);
|
|
void rightButtonPressed(QIconViewItem item, QPoint pos);
|
|
void mouseButtonPressed(int button, QIconViewItem item, QPoint pos);
|
|
void mouseButtonClicked(int button, QIconViewItem item, QPoint pos);
|
|
void contextMenuRequested(QIconViewItem item, QPoint pos);
|
|
// void dropped(QDropEvent* arg1,const QValueList<QIconDragItem>& arg2); >>>> NOT CONVERTED
|
|
void moved();
|
|
void onItem(QIconViewItem item);
|
|
void onViewport();
|
|
void itemRenamed(QIconViewItem item, String arg2);
|
|
void itemRenamed(QIconViewItem item);
|
|
}
|