All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.movies.ParameterDialog
java.lang.Object
|
+----quicktime.std.movies.ParameterDialog
- public final class ParameterDialog
- extends Object
- implements QuickTimeLib
This class creates an AtomContainer that contains the necessary
information for displaying a list of effects
-
showParameterDialog(AtomContainer, int)
- This call shows the dialog with the specified parameters.
showParameterDialog
public static AtomContainer showParameterDialog(AtomContainer effectList,
int dialogOptions) throws QTException
- This call shows the dialog with the specified parameters. It shows this dialog as
a modal dialog. This currently does not support the featureUnsuppported result, which
will throw an exception. When this function is complete the
QuickTime::QTCreateStandardParameterDialog
QuickTime::QTIsStandardParameterDialogEvent
QuickTime::QTDismissStandardParameterDialog
- Parameters:
- effectList - this passes to the create dialog routine the
parameters that will govern the effects that are displayed
- dialogOptions - options
- Returns:
- the completed atom container that contains all of the information to display the effect.
All Packages Class Hierarchy This Package Previous Next Index