summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/trinitydesktop/qt/TQListBoxPixmap.java
blob: 58922f8dc85c7dc165a6b90d0c324176bcccd870 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
//Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.qt;

import org.trinitydesktop.qt.Qt;

public class TQListBoxPixmap extends TQListBoxItem  {
	protected TQListBoxPixmap(Class dummy){super((Class) null);}
	public TQListBoxPixmap(TQListBox listbox, TQPixmap arg2) {
		super((Class) null);
		newTQListBoxPixmap(listbox,arg2);
	}
	private native void newTQListBoxPixmap(TQListBox listbox, TQPixmap arg2);
	public TQListBoxPixmap(TQPixmap arg1) {
		super((Class) null);
		newTQListBoxPixmap(arg1);
	}
	private native void newTQListBoxPixmap(TQPixmap arg1);
	public TQListBoxPixmap(TQListBox listbox, TQPixmap pix, TQListBoxItem after) {
		super((Class) null);
		newTQListBoxPixmap(listbox,pix,after);
	}
	private native void newTQListBoxPixmap(TQListBox listbox, TQPixmap pix, TQListBoxItem after);
	public TQListBoxPixmap(TQListBox listbox, TQPixmap arg2, String arg3) {
		super((Class) null);
		newTQListBoxPixmap(listbox,arg2,arg3);
	}
	private native void newTQListBoxPixmap(TQListBox listbox, TQPixmap arg2, String arg3);
	public TQListBoxPixmap(TQPixmap arg1, String arg2) {
		super((Class) null);
		newTQListBoxPixmap(arg1,arg2);
	}
	private native void newTQListBoxPixmap(TQPixmap arg1, String arg2);
	public TQListBoxPixmap(TQListBox listbox, TQPixmap pix, String arg3, TQListBoxItem after) {
		super((Class) null);
		newTQListBoxPixmap(listbox,pix,arg3,after);
	}
	private native void newTQListBoxPixmap(TQListBox listbox, TQPixmap pix, String arg3, TQListBoxItem after);
	public native TQPixmap pixmap();
	public native int height(TQListBox arg1);
	public native int width(TQListBox arg1);
	public native int rtti();
	protected native void paint(TQPainter 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();
}