#include <importwizarddialog.h>
Collaboration diagram for ImportWizardDialog:
Public Member Functions | |
ImportWizardDialog (QWidget *parent=0, const char *name=0) | |
void | showPage (QWidget *page) |
Protected Member Functions | |
void | addFrontPage () |
void | addPageSet (bool back) |
void | addFinalPage () |
void | addCustomPage () |
void | setupImport () |
void | next () |
void | save () |
Protected Attributes | |
ImportFront * | frontdlg |
QWidget * | customdlg |
QWidget * | finaldlg |
ImportBase * | import |
|
Definition at line 18 of file importwizarddialog.cpp. References addFinalPage(), and addFrontPage(). |
|
Definition at line 36 of file importwizarddialog.cpp. References customdlg. Referenced by next(). |
|
Definition at line 58 of file importwizarddialog.cpp. References finaldlg. Referenced by ImportWizardDialog(). |
|
Definition at line 25 of file importwizarddialog.cpp. References frontdlg. Referenced by ImportWizardDialog(). |
|
Definition at line 48 of file importwizarddialog.cpp. Referenced by next(). |
|
Definition at line 131 of file importwizarddialog.cpp. References addCustomPage(), addPageSet(), customdlg, frontdlg, save(), and setupImport(). |
|
Definition at line 128 of file importwizarddialog.cpp. Referenced by next(). |
|
Definition at line 117 of file importwizarddialog.cpp. References ImportFront::bibtex, frontdlg, ImportFront::jstor, and ImportFront::z3950. Referenced by next(). |
|
|
Definition at line 36 of file importwizarddialog.h. Referenced by addCustomPage(), and next(). |
|
Definition at line 37 of file importwizarddialog.h. Referenced by addFinalPage(), and showPage(). |
|
Definition at line 35 of file importwizarddialog.h. Referenced by addFrontPage(), next(), setupImport(), and showPage(). |
|
Definition at line 38 of file importwizarddialog.h. Referenced by showPage(). |