org.kde.koala
public class KPopupFrame extends QFrame
Version: $Id: KPopupFrame.java 473384 2005-10-23 14:17:09Z rdale $
UNKNOWN: Frame with popup menu behavior.
Constructor Summary | |
---|---|
protected | KPopupFrame(Class dummy) |
KPopupFrame(QWidget parent, String name)
The contructor. | |
KPopupFrame(QWidget parent) | |
KPopupFrame() |
Method Summary | |
---|---|
String | className() |
void | close(int r)
Close the popup window. |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
int | exec(QPoint p)
Execute the popup window. |
int | exec(int x, int y)
Execute the popup window. |
protected void | finalize() Deletes the wrapped C++ instance |
void | hide()
Hides the widget. |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
protected void | keyPressEvent(QKeyEvent e)
Catch key press events. |
QMetaObject | metaObject() |
void | popup(QPoint pos)
Open the popup window at position pos. |
void | resizeEvent(QResizeEvent arg1)
The resize event. |
void | setMainWidget(QWidget m)
Set the main widget. |
UNKNOWN: The contructor.
r
is the result returned from exec().UNKNOWN: Close the popup window.
UNKNOWN: Execute the popup window.
UNKNOWN: Execute the popup window.
UNKNOWN: Hides the widget.
UNKNOWN: Catch key press events.
UNKNOWN: Open the popup window at position pos.
UNKNOWN: The resize event.
UNKNOWN: Set the main widget.