summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/org/trinitydesktop/koala/TDEFontAction.java
blob: fffe51332e7d9fdfc59295bb2ed0c48f01c31c18 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
//Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.koala;

import org.trinitydesktop.qt.Qt;
import org.trinitydesktop.qt.TQMetaObject;
import org.trinitydesktop.qt.QtSupport;
import org.trinitydesktop.qt.TQObject;
import org.trinitydesktop.qt.TQIconSet;
import org.trinitydesktop.qt.TQWidget;

/**
*/
public class TDEFontAction extends TDESelectAction  {
	protected TDEFontAction(Class dummy){super((Class) null);}
	public native TQMetaObject metaObject();
	public native String className();
	public TDEFontAction(String text, TDEShortcut cut, TQObject parent, String name) {
		super((Class) null);
		newTDEFontAction(text,cut,parent,name);
	}
	private native void newTDEFontAction(String text, TDEShortcut cut, TQObject parent, String name);
	public TDEFontAction(String text, TDEShortcut cut, TQObject parent) {
		super((Class) null);
		newTDEFontAction(text,cut,parent);
	}
	private native void newTDEFontAction(String text, TDEShortcut cut, TQObject parent);
	public TDEFontAction(String text, TDEShortcut cut) {
		super((Class) null);
		newTDEFontAction(text,cut);
	}
	private native void newTDEFontAction(String text, TDEShortcut cut);
	public TDEFontAction(String text) {
		super((Class) null);
		newTDEFontAction(text);
	}
	private native void newTDEFontAction(String text);
	public TDEFontAction(String text, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
		super((Class) null);
		newTDEFontAction(text,cut,receiver,slot,parent,name);
	}
	private native void newTDEFontAction(String text, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
	public TDEFontAction(String text, TDEShortcut cut, TQObject receiver, String slot, TQObject parent) {
		super((Class) null);
		newTDEFontAction(text,cut,receiver,slot,parent);
	}
	private native void newTDEFontAction(String text, TDEShortcut cut, TQObject receiver, String slot, TQObject parent);
	public TDEFontAction(String text, TQIconSet pix, TDEShortcut cut, TQObject parent, String name) {
		super((Class) null);
		newTDEFontAction(text,pix,cut,parent,name);
	}
	private native void newTDEFontAction(String text, TQIconSet pix, TDEShortcut cut, TQObject parent, String name);
	public TDEFontAction(String text, TQIconSet pix, TDEShortcut cut, TQObject parent) {
		super((Class) null);
		newTDEFontAction(text,pix,cut,parent);
	}
	private native void newTDEFontAction(String text, TQIconSet pix, TDEShortcut cut, TQObject parent);
	public TDEFontAction(String text, TQIconSet pix, TDEShortcut cut) {
		super((Class) null);
		newTDEFontAction(text,pix,cut);
	}
	private native void newTDEFontAction(String text, TQIconSet pix, TDEShortcut cut);
	public TDEFontAction(String text, TQIconSet pix) {
		super((Class) null);
		newTDEFontAction(text,pix);
	}
	private native void newTDEFontAction(String text, TQIconSet pix);
	public TDEFontAction(String text, String pix, TDEShortcut cut, TQObject parent, String name) {
		super((Class) null);
		newTDEFontAction(text,pix,cut,parent,name);
	}
	private native void newTDEFontAction(String text, String pix, TDEShortcut cut, TQObject parent, String name);
	public TDEFontAction(String text, String pix, TDEShortcut cut, TQObject parent) {
		super((Class) null);
		newTDEFontAction(text,pix,cut,parent);
	}
	private native void newTDEFontAction(String text, String pix, TDEShortcut cut, TQObject parent);
	public TDEFontAction(String text, String pix, TDEShortcut cut) {
		super((Class) null);
		newTDEFontAction(text,pix,cut);
	}
	private native void newTDEFontAction(String text, String pix, TDEShortcut cut);
	public TDEFontAction(String text, String pix) {
		super((Class) null);
		newTDEFontAction(text,pix);
	}
	private native void newTDEFontAction(String text, String pix);
	public TDEFontAction(String text, TQIconSet pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
		super((Class) null);
		newTDEFontAction(text,pix,cut,receiver,slot,parent,name);
	}
	private native void newTDEFontAction(String text, TQIconSet pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
	public TDEFontAction(String text, TQIconSet pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent) {
		super((Class) null);
		newTDEFontAction(text,pix,cut,receiver,slot,parent);
	}
	private native void newTDEFontAction(String text, TQIconSet pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent);
	public TDEFontAction(String text, String pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
		super((Class) null);
		newTDEFontAction(text,pix,cut,receiver,slot,parent,name);
	}
	private native void newTDEFontAction(String text, String pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
	public TDEFontAction(String text, String pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent) {
		super((Class) null);
		newTDEFontAction(text,pix,cut,receiver,slot,parent);
	}
	private native void newTDEFontAction(String text, String pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent);
	public TDEFontAction(int fontListCriteria, String text, TDEShortcut cut, TQObject parent, String name) {
		super((Class) null);
		newTDEFontAction(fontListCriteria,text,cut,parent,name);
	}
	private native void newTDEFontAction(int fontListCriteria, String text, TDEShortcut cut, TQObject parent, String name);
	public TDEFontAction(int fontListCriteria, String text, TDEShortcut cut, TQObject parent) {
		super((Class) null);
		newTDEFontAction(fontListCriteria,text,cut,parent);
	}
	private native void newTDEFontAction(int fontListCriteria, String text, TDEShortcut cut, TQObject parent);
	public TDEFontAction(int fontListCriteria, String text, TDEShortcut cut) {
		super((Class) null);
		newTDEFontAction(fontListCriteria,text,cut);
	}
	private native void newTDEFontAction(int fontListCriteria, String text, TDEShortcut cut);
	public TDEFontAction(int fontListCriteria, String text) {
		super((Class) null);
		newTDEFontAction(fontListCriteria,text);
	}
	private native void newTDEFontAction(int fontListCriteria, String text);
	public TDEFontAction(int fontListCriteria, String text, String pix, TDEShortcut cut, TQObject parent, String name) {
		super((Class) null);
		newTDEFontAction(fontListCriteria,text,pix,cut,parent,name);
	}
	private native void newTDEFontAction(int fontListCriteria, String text, String pix, TDEShortcut cut, TQObject parent, String name);
	public TDEFontAction(int fontListCriteria, String text, String pix, TDEShortcut cut, TQObject parent) {
		super((Class) null);
		newTDEFontAction(fontListCriteria,text,pix,cut,parent);
	}
	private native void newTDEFontAction(int fontListCriteria, String text, String pix, TDEShortcut cut, TQObject parent);
	public TDEFontAction(int fontListCriteria, String text, String pix, TDEShortcut cut) {
		super((Class) null);
		newTDEFontAction(fontListCriteria,text,pix,cut);
	}
	private native void newTDEFontAction(int fontListCriteria, String text, String pix, TDEShortcut cut);
	public TDEFontAction(int fontListCriteria, String text, String pix) {
		super((Class) null);
		newTDEFontAction(fontListCriteria,text,pix);
	}
	private native void newTDEFontAction(int fontListCriteria, String text, String pix);
	public TDEFontAction(TQObject parent, String name) {
		super((Class) null);
		newTDEFontAction(parent,name);
	}
	private native void newTDEFontAction(TQObject parent, String name);
	public TDEFontAction(TQObject parent) {
		super((Class) null);
		newTDEFontAction(parent);
	}
	private native void newTDEFontAction(TQObject parent);
	public TDEFontAction() {
		super((Class) null);
		newTDEFontAction();
	}
	private native void newTDEFontAction();
	public native String font();
	public native int plug(TQWidget arg1, int index);
	public native int plug(TQWidget arg1);
	public native void setFont(String family);
	/** 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();
}