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

Public Member Functions | |
| DtDeleteCheckpointsDialog (makVrv::DtDe &de, QWidget *parent=0, const Qt::WindowFlags &flags=0) | |
| default constructor | |
| virtual | ~DtDeleteCheckpointsDialog () |
| destructor | |
| virtual bool | init (const QString &filename) |
| Initializer Pass in the current file name in use. | |
Public Attributes | |
| Ui_DtDeleteCheckPointsDlg | myUiImpl |
| DtDeleteCheckpointsDialogLogic * | myLogic |
| makVrv::DtDe & | myDe |
Protected Slots | |
| virtual void | checkAll () |
| virtual void | uncheckAll () |
| virtual void | removeDeletedFiles () |
Protected Member Functions | |
| virtual void | clearCheckpointsList () |
| Clears out the list of current checkpointed files. | |
| virtual void | setupList (const QStringList &) |
| Sets up the list with the checkpoint files. | |
Private Member Functions | |
| DtDeleteCheckpointsDialog (const DtDeleteCheckpointsDialog &orig) | |
| copy constructor - not implemented | |
| DtDeleteCheckpointsDialog & | operator= (const DtDeleteCheckpointsDialog &orig) |
| assignment operator - not implemented | |
| makVrf::DtDeleteCheckpointsDialog::DtDeleteCheckpointsDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
default constructor
| virtual makVrf::DtDeleteCheckpointsDialog::~DtDeleteCheckpointsDialog | ( | ) | [virtual] |
destructor
| makVrf::DtDeleteCheckpointsDialog::DtDeleteCheckpointsDialog | ( | const DtDeleteCheckpointsDialog & | orig | ) | [private] |
copy constructor - not implemented
| virtual bool makVrf::DtDeleteCheckpointsDialog::init | ( | const QString & | filename | ) | [virtual] |
Initializer Pass in the current file name in use.
| virtual void makVrf::DtDeleteCheckpointsDialog::setupList | ( | const QStringList & | ) | [protected, virtual] |
Sets up the list with the checkpoint files.
Implements makVrf::DtDeleteCheckpointsDialogInterface.
| virtual void makVrf::DtDeleteCheckpointsDialog::checkAll | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtDeleteCheckpointsDialog::uncheckAll | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtDeleteCheckpointsDialog::removeDeletedFiles | ( | ) | [protected, virtual, slot] |
| DtDeleteCheckpointsDialog& makVrf::DtDeleteCheckpointsDialog::operator= | ( | const DtDeleteCheckpointsDialog & | orig | ) | [private] |
assignment operator - not implemented
| Ui_DtDeleteCheckPointsDlg makVrf::DtDeleteCheckpointsDialog::myUiImpl |