summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KFileTreeViewToolTip.java
blob: bda5ac86118d4e8342810987c86a55f751aea05d (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
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;

import org.kde.qt.Qt;
import org.kde.qt.QtSupport;
import org.kde.qt.TQPoint;
import org.kde.qt.TQListView;
import org.kde.qt.TQToolTip;

/**
*/
public class KFileTreeViewToolTip extends TQToolTip  {
	protected KFileTreeViewToolTip(Class dummy){super((Class) null);}
	public KFileTreeViewToolTip(TQListView view) {
		super((Class) null);
		newKFileTreeViewToolTip(view);
	}
	private native void newKFileTreeViewToolTip(TQListView view);
	protected native void maybeTip(TQPoint arg1);
	/** 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();
}