summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KDialogQueue.java
blob: 60d1e26eafe73bde9482ed84ad824466b8cb5314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;

import org.kde.qt.Qt;
import org.kde.qt.TQDialog;
import org.kde.qt.TQMetaObject;
import org.kde.qt.QtSupport;
import org.kde.qt.TQObject;

/**
*/
public class KDialogQueue extends TQObject  {
	protected KDialogQueue(Class dummy){super((Class) null);}
	public native TQMetaObject metaObject();
	public native String className();
	public static native void queueDialog(TQDialog arg1);
	public KDialogQueue() {
		super((Class) null);
		newKDialogQueue();
	}
	private native void newKDialogQueue();
	protected static native KDialogQueue self();
	/** Deletes the wrapped C++ instance */
	protected native void finalize() throws InternalError;
	/** Delete the wrapped C++ instance ahead of finalize() */
	public native void dispose();
	/** Has the wrapped C++ instance been deleted? */
	public native boolean isDisposed();
}