You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
559 B
Java
18 lines
559 B
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.qt;
|
|
|
|
import org.kde.qt.Qt;
|
|
|
|
public class QAuServer extends QObject {
|
|
protected QAuServer(Class dummy){super((Class) null);}
|
|
public native QMetaObject metaObject();
|
|
public native String className();
|
|
public native void init(QSound arg1);
|
|
public native void play(String filename);
|
|
public native void play(QSound arg1);
|
|
public native void stop(QSound arg1);
|
|
public native boolean okay();
|
|
public static native String tr(String arg1, String arg2);
|
|
public static native String tr(String arg1);
|
|
}
|