Main Page   Class Hierarchy   Compound List   File List   Header Files   Compound Members   File Members  

qpromptshow.h

This is the verbatim text of the qpromptshow.h include file.
#include <qapplication.h>

class QBigTextWidget;
class QFileSelectWidget;
class QPushButton;
class QListBox;
class ifstream;


class QPromptShow : public QApplication
{
  Q_OBJECT
public:
  QPromptShow( int argc = 0, char** argv = 0);
  ~QPromptShow();
  
public slots:
  void setOptions();
  void startShow();
  void nextPrompt();
  void endShow();

protected:
  QBigTextWidget* display;
  QFileSelectWidget* file_select;
  QPushButton* start_button;
  QPushButton* end_button;
  QPushButton* options_button;
  QListBox * section_list;
  ifstream* infile;



protected slots:
  void rescanFile( const char* );
  int nextSection();
};

Generated at Thu Jul 13 15:38:12 2000 for Prompt Show by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999