class Program : public APDialog

Creates programs.

Inheritance:

Program < APDialog


Public Methods

void open()
[virtual public slot]
Program( AudioDev *devname )
~Program( void )

Inherited from APDialog:


Documentation

An APDialog for creating custom programs. It directly alters the playlist member of the Catalog object belonging to the specified AudioDev.

The private members and methods are not documented; they exist solely to support the dialog box used to do the editing.

Program( AudioDev *devname )
Class Constructor. Requires an AudioDev pointer, from which it gets the Catalog object to change.

~Program( void )
Class Destructor.

void open()
Public Slot [virtual]

Reimplemented from APDialog. Calls the AudioDev's newProgram() method to implement any changes to the Catalog's playlist.


This class has no child classes.
See Also:
Catalog, AudioDev

alphabetic index hierarchy of classes


Copyright 1997 by John Weiss [John.Weiss@colorado.edu] "generated by doc++"?! More like mangled ...

generated by doc++