![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtNewModelSetPage (QWidget *, const Qt::WindowFlags &f=0) | |
| virtual | ~DtNewModelSetPage () |
| void | setSimulationModelSet (const DtSimulationModelSet *s) |
| virtual void | accept () |
| virtual void | reject () |
Protected Slots | |
| virtual void | directoryChanged () |
Protected Member Functions | |
| virtual bool | isLastPage () const |
| virtual bool | hideButtons (QWidget *) |
| virtual bool | pageComplete () const |
| virtual bool | nextPageComplete () const |
| virtual QLineEdit * | lineEdit (QWidget *) |
| virtual void | execute () |
| virtual void | createFromSet (const DtSimulationModelSet &set, const QStringList &ignoreFiles=QStringList()) |
| virtual int | fileCount (const DtFilename &, const QStringList &ignore) const |
| There doesn't seem to be a Qt routine to duplicate directories, so, this will. | |
| virtual bool | duplicateDirectory (const DtFilename &sourceDir, const DtFilename &destDir, const QStringList &ignore, QProgressDialog *, int &onFile) |
Protected Attributes | |
| QFileDialog * | myDirectory |
| const DtSimulationModelSet * | mySet |
| DtNewModelSetPage::DtNewModelSetPage | ( | QWidget * | , |
| const Qt::WindowFlags & | f = 0 |
||
| ) |
| virtual DtNewModelSetPage::~DtNewModelSetPage | ( | ) | [virtual] |
| void DtNewModelSetPage::setSimulationModelSet | ( | const DtSimulationModelSet * | s | ) | [inline] |
| virtual void DtNewModelSetPage::accept | ( | ) | [virtual] |
| virtual void DtNewModelSetPage::reject | ( | ) | [virtual] |
| virtual bool DtNewModelSetPage::isLastPage | ( | ) | const [protected, virtual] |
Reimplemented from DtWizardPage.
Reimplemented in DtExistingModelSetPage.
| virtual bool DtNewModelSetPage::hideButtons | ( | QWidget * | ) | [protected, virtual] |
| virtual bool DtNewModelSetPage::pageComplete | ( | ) | const [protected, virtual] |
Reimplemented from DtWizardPage.
Reimplemented in DtExistingModelSetPage.
Referenced by DtExistingModelSetPage::nextPageComplete().
| virtual bool DtNewModelSetPage::nextPageComplete | ( | ) | const [inline, protected, virtual] |
Reimplemented from DtWizardPage.
Reimplemented in DtExistingModelSetPage.
| virtual QLineEdit* DtNewModelSetPage::lineEdit | ( | QWidget * | ) | [protected, virtual] |
| virtual void DtNewModelSetPage::execute | ( | ) | [protected, virtual] |
Reimplemented from DtWizardPage.
Reimplemented in DtExistingModelSetPage.
| virtual void DtNewModelSetPage::createFromSet | ( | const DtSimulationModelSet & | set, |
| const QStringList & | ignoreFiles = QStringList() |
||
| ) | [protected, virtual] |
| virtual int DtNewModelSetPage::fileCount | ( | const DtFilename & | , |
| const QStringList & | ignore | ||
| ) | const [protected, virtual] |
There doesn't seem to be a Qt routine to duplicate directories, so, this will.
| virtual bool DtNewModelSetPage::duplicateDirectory | ( | const DtFilename & | sourceDir, |
| const DtFilename & | destDir, | ||
| const QStringList & | ignore, | ||
| QProgressDialog * | , | ||
| int & | onFile | ||
| ) | [protected, virtual] |
| virtual void DtNewModelSetPage::directoryChanged | ( | ) | [protected, virtual, slot] |
QFileDialog* DtNewModelSetPage::myDirectory [protected] |
const DtSimulationModelSet* DtNewModelSetPage::mySet [protected] |