copasi API  0.1
Public Slots | Public Member Functions | Static Public Attributes | Protected Slots | Protected Attributes | Static Protected Attributes
WizardDialog Class Reference

#include <wizard.h>

List of all members.

Public Slots

virtual void buttonGroup2_clicked (int)
virtual void forwardButton_clicked ()
virtual void backButton_clicked ()
virtual void textBrowser_anchorClicked (const QUrl &url)

Public Member Functions

 WizardDialog (QWidget *parent=0, const char *name=0, bool modal=false, Qt::WindowFlags fl=0)
 ~WizardDialog ()
virtual void setCopasiMainWindow (QWidget *copasiMainWindow)

Static Public Attributes

static const char * texts [6] = {"TutWiz-Step1.html", "TutWiz-Step2.html", "TutWiz-Step3.html", "TutWiz-Step4.html", "TutWiz-Step5.html", "TutWiz-Step6.html"}

Protected Slots

virtual void languageChange ()

Protected Attributes

QWidget * copasiMainWindow
QButtonGroup * buttonGroup

Static Protected Attributes

static const char * Error = "<html><head><title>Error</title></head><body><h1>Could not find help files.<br><br>Please set the COPASI_HELP_PATH environment variable to the absolute path that contains the html help files!</h1></body></html>"
static QString helpPath = ""

Constructor & Destructor Documentation

WizardDialog::WizardDialog ( QWidget *  parent = 0,
const char *  name = 0,
bool  modal = false,
Qt::WindowFlags  fl = 0 
)
WizardDialog::~WizardDialog ( )

Member Function Documentation

void WizardDialog::backButton_clicked ( ) [virtual, slot]
void WizardDialog::buttonGroup2_clicked ( int  ) [virtual, slot]
void WizardDialog::forwardButton_clicked ( ) [virtual, slot]
void WizardDialog::languageChange ( ) [protected, virtual, slot]
void WizardDialog::setCopasiMainWindow ( QWidget *  copasiMainWindow) [virtual]
void WizardDialog::textBrowser_anchorClicked ( const QUrl &  url) [virtual, slot]

Member Data Documentation

QButtonGroup* WizardDialog::buttonGroup [protected]
QWidget* WizardDialog::copasiMainWindow [protected]
const char * WizardDialog::Error = "<html><head><title>Error</title></head><body><h1>Could not find help files.<br><br>Please set the COPASI_HELP_PATH environment variable to the absolute path that contains the html help files!</h1></body></html>" [static, protected]
QString WizardDialog::helpPath = "" [static, protected]
const char * WizardDialog::texts = {"TutWiz-Step1.html", "TutWiz-Step2.html", "TutWiz-Step3.html", "TutWiz-Step4.html", "TutWiz-Step5.html", "TutWiz-Step6.html"} [static]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines