summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/TQColorDialog.java
blob: e18d4ac939091a41a5c44fa6abf58735c671f883 (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
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;

import org.kde.qt.Qt;

public class TQColorDialog extends TQDialog  {
	protected TQColorDialog(Class dummy){super((Class) null);}
	public native TQMetaObject metaObject();
	public native String className();
	public static native String tr(String arg1, String arg2);
	public static native String tr(String arg1);
	public static native TQColor getColor(TQColor init, TQWidget parent, String name);
	public static native TQColor getColor(TQColor init, TQWidget parent);
	public static native TQColor getColor(TQColor init);
	public static native TQColor getColor();
	public static native int getRgba(int arg1, boolean[] ok, TQWidget parent, String name);
	public static native int getRgba(int arg1, boolean[] ok, TQWidget parent);
	public static native int getRgba(int arg1, boolean[] ok);
	public static native int getRgba(int arg1);
	public static native int customCount();
	public static native int customColor(int arg1);
	public static native void setCustomColor(int arg1, int arg2);
	public static native void setStandardColor(int arg1, int arg2);
}