|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.phonon.EffectDescription
public class EffectDescription
This class has no available documentation.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
---|
QSignalEmitter.Signal0, QSignalEmitter.Signal1, QSignalEmitter.Signal2, QSignalEmitter.Signal3, QSignalEmitter.Signal4, QSignalEmitter.Signal5, QSignalEmitter.Signal6, QSignalEmitter.Signal7, QSignalEmitter.Signal8, QSignalEmitter.Signal9 |
Constructor Summary | |
---|---|
EffectDescription()
Creates a new EffectDescription |
Method Summary | |
---|---|
EffectDescription |
clone()
|
java.lang.String |
description()
Returns a more extensive description than the name() function. |
static EffectDescription |
fromNativePointer(QNativePointer nativePointer)
|
int |
index()
Returns a unique identifier for this ObjectDescription. |
boolean |
isValid()
Returns true if the device or effect described exists. |
java.lang.String |
name()
Returns a string appropriate for a user to select between object descriptions, e.g., from a QComboBox . |
static QNativePointer |
nativePointerArray(EffectDescription[] array)
|
java.lang.Object |
property(java.lang.String name)
Returns a named property. |
java.util.List |
propertyNames()
Returns the names of the properties of this EffectDescription. |
Methods inherited from class com.trolltech.qt.QtJambiObject |
---|
dispose, disposed, equals, finalize, reassignNativeResources, tr, tr, tr |
Methods inherited from class com.trolltech.qt.QSignalEmitter |
---|
blockSignals, disconnect, disconnect, signalsBlocked, signalSender, thread |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.trolltech.qt.QtJambiInterface |
---|
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership |
Constructor Detail |
---|
public EffectDescription()
Method Detail |
---|
public final java.lang.String description()
For example, in the case of s, this text should make clear which sound source is described; this is sometimes hard to describe or understand from just the name.
The text is appropriate to present to an end user in for example tool tips of items, with the name()'s as text, in a QComboBox
.
public final int index()
Notice that the identifiers are only unique to the type of description, e.g., or .
public final boolean isValid()
An ObjectDescription that is invalid, will also have an index() of -1.
public final java.lang.String name()
QComboBox
.
public final java.util.List propertyNames()
public static EffectDescription fromNativePointer(QNativePointer nativePointer)
public static QNativePointer nativePointerArray(EffectDescription[] array)
public final java.lang.Object property(java.lang.String name)
name
- The name of the property to return
public EffectDescription clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |