blob: 06fa375c05a27c8482bc652bfc5b785857d2f1c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
//Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.qt;
import org.trinitydesktop.qt.Qt;
public class TQAuServer extends TQObject {
protected TQAuServer(Class dummy){super((Class) null);}
public native TQMetaObject metaObject();
public native String className();
public native void init(TQSound arg1);
public native void play(String filename);
public native void play(TQSound arg1);
public native void stop(TQSound arg1);
public native boolean okay();
public static native String tr(String arg1, String arg2);
public static native String tr(String arg1);
}
|