org.kde.qt
public class QSound extends QObject
| Constructor Summary | |
|---|---|
| protected | QSound(Class dummy) |
| QSound(String filename, QObject parent, String name) | |
| QSound(String filename, QObject parent) | |
| QSound(String filename) | |
| Method Summary | |
|---|---|
| static boolean | available() |
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| String | fileName() |
| protected void | finalize() Deletes the wrapped C++ instance |
| static boolean | isAvailable() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isFinished() |
| int | loops() |
| int | loopsRemaining() |
| QMetaObject | metaObject() |
| void | play() |
| static void | play(String filename) |
| void | setLoops(int arg1) |
| void | stop() |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |