COPASI API
4.16.103
|
#include <wizard.h>
Public Slots | |
virtual void | backButton_clicked () |
virtual void | buttonGroup2_clicked (int) |
virtual void | forwardButton_clicked () |
virtual void | textBrowser_anchorClicked (const QUrl &url) |
Public Member Functions | |
virtual void | setCopasiMainWindow (QWidget *copasiMainWindow) |
WizardDialog (QWidget *parent=0, const char *name=0, bool modal=false, Qt::WindowFlags fl=0) | |
~WizardDialog () | |
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 Attributes | |
QButtonGroup * | buttonGroup |
QWidget * | copasiMainWindow |
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 = "" |
WizardDialog::WizardDialog | ( | QWidget * | parent = 0 , |
const char * | name = 0 , |
||
bool | modal = false , |
||
Qt::WindowFlags | fl = 0 |
||
) |
Definition at line 35 of file wizard.cpp.
References buttonGroup, buttonGroup2_clicked(), Error, COptions::getValue(), helpPath, textBrowser_anchorClicked(), and texts.
WizardDialog::~WizardDialog | ( | ) |
Definition at line 75 of file wizard.cpp.
|
virtualslot |
|
virtualslot |
Definition at line 86 of file wizard.cpp.
References buttonGroup, helpPath, and texts.
Referenced by backButton_clicked(), forwardButton_clicked(), textBrowser_anchorClicked(), and WizardDialog().
|
virtualslot |
|
virtual |
Definition at line 170 of file wizard.cpp.
References copasiMainWindow.
Referenced by CopasiUI3Window::slotTutorialWizard().
|
virtualslot |
Definition at line 125 of file wizard.cpp.
References buttonGroup, buttonGroup2_clicked(), copasiMainWindow, CopasiUI3Window::getMainWidget(), CQMessageBox::information(), and ListViews::switchToOtherWidget().
Referenced by WizardDialog().
|
protected |
Definition at line 45 of file wizard.h.
Referenced by backButton_clicked(), buttonGroup2_clicked(), forwardButton_clicked(), textBrowser_anchorClicked(), and WizardDialog().
|
protected |
Definition at line 44 of file wizard.h.
Referenced by setCopasiMainWindow(), and textBrowser_anchorClicked().
|
staticprotected |
Definition at line 42 of file wizard.h.
Referenced by WizardDialog().
|
staticprotected |
Definition at line 43 of file wizard.h.
Referenced by buttonGroup2_clicked(), and WizardDialog().
|
static |
Definition at line 31 of file wizard.h.
Referenced by buttonGroup2_clicked(), and WizardDialog().