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
640 B
Java
27 lines
640 B
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.koala;
|
|
|
|
import org.kde.qt.QRect;
|
|
import org.kde.qt.QHideEvent;
|
|
import org.kde.qt.QMetaObject;
|
|
import org.kde.qt.QtSupport;
|
|
import org.kde.qt.QPixmap;
|
|
import org.kde.qt.QPaintEvent;
|
|
import org.kde.qt.QPoint;
|
|
import org.kde.qt.QMouseEvent;
|
|
import org.kde.qt.QWidget;
|
|
import org.kde.qt.QVBox;
|
|
|
|
public interface KPassivePopupSignals {
|
|
/**
|
|
Emitted when the popup is clicked.
|
|
@short Emitted when the popup is clicked.
|
|
*/
|
|
void clicked();
|
|
/**
|
|
Emitted when the popup is clicked.
|
|
@short Emitted when the popup is clicked.
|
|
*/
|
|
void clicked(QPoint pos);
|
|
}
|