((APDialog *) class APDialog : public QDialog

Special QDialog object used by the AudioPanel

Inheritance:

APDialog


Public Methods

APDialog(QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags f=0)
virtual void open()
[virtual public slot]

Documentation

APDialog is basically a QDialog. The one difference is in a virtual void slot, open(). The idea is to use APDialog as a template for actual dialog boxes and reimplement open() to handle any details specific to that dialog.

APDialog(QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags f=0)
This is the constructor. It does nothing.

virtual void open()
Public Slot [virtual]

open() initiates the local execution loop, opening up the QDialog box. Any class inheriting APDialog should reimplement it for its own purposes. The default opens a QMessageBox with the text "Feature not yet implemented."


Direct child classes:
Program
MaintainDB
Config
See Also:
AudioPanel, Program

alphabetic index hierarchy of classes


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

generated by doc++