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

Public Member Functions | |
| DtDeleteCheckpointsDialog (makVrv::DtDe &de, QWidget *parent=0, const Qt::WindowFlags &flags=0) | |
| default constructor More... | |
| virtual | ~DtDeleteCheckpointsDialog () |
| destructor More... | |
| virtual bool | init (const QString &filename) |
| Initializer Pass in the current file name in use. More... | |
Public Member Functions inherited from makVrf::DtDeleteCheckpointsDialogInterface | |
| virtual | ~DtDeleteCheckpointsDialogInterface () |
| destructor More... | |
Public Attributes | |
| boost::signals2::signal< void()> | signal_checkpointsDeleted |
| Ui_DtDeleteCheckPointsDlg | myUiImpl |
| DtDeleteCheckpointsDialogLogic * | myLogic |
| makVrv::DtDe & | myDe |
| std::map< std::string, QListWidgetItem * > | myItems |
Public Attributes inherited from makVrf::DtDeleteCheckpointsDialogInterface | |
| boost::signals2::signal< void(const QStringList &)> | signal_removeDeletedFiles |
| Signal sent when user wants to delete selected files. More... | |
Protected Slots | |
| virtual void | checkAll () |
| virtual void | uncheckAll () |
| virtual void | updateDeleteButtonEnableState () |
| virtual void | removeDeletedFiles () |
Protected Member Functions | |
| virtual void | clearCheckpointsList () |
| Clears out the list of current checkpointed files. More... | |
| virtual void | setupList (const std::vector< DtFilename > &) |
| Sets up the list with the checkpoint files. More... | |
| virtual void | addScenarioFile (const DtFilename &f, bool doUpdates=true) |
| Adds a new scenario file. More... | |
| virtual void | removeScenarioFile (const DtFilename &f, bool doUpdates=true) |
| Removes a scenario file. More... | |
Private Member Functions | |
| DtDeleteCheckpointsDialog (const DtDeleteCheckpointsDialog &orig) | |
| copy constructor - not implemented More... | |
| DtDeleteCheckpointsDialog & | operator= (const DtDeleteCheckpointsDialog &orig) |
| assignment operator - not implemented More... | |
| makVrf::DtDeleteCheckpointsDialog::DtDeleteCheckpointsDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
default constructor
|
virtual |
destructor
|
private |
copy constructor - not implemented
|
virtual |
Initializer Pass in the current file name in use.
|
protectedvirtual |
Sets up the list with the checkpoint files.
Implements makVrf::DtDeleteCheckpointsDialogInterface.
|
protectedvirtual |
Adds a new scenario file.
Implements makVrf::DtDeleteCheckpointsDialogInterface.
|
protectedvirtual |
Removes a scenario file.
Implements makVrf::DtDeleteCheckpointsDialogInterface.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
private |
assignment operator - not implemented
| boost::signals2::signal<void ()> makVrf::DtDeleteCheckpointsDialog::signal_checkpointsDeleted |
| Ui_DtDeleteCheckPointsDlg makVrf::DtDeleteCheckpointsDialog::myUiImpl |
| DtDeleteCheckpointsDialogLogic* makVrf::DtDeleteCheckpointsDialog::myLogic |
| makVrv::DtDe& makVrf::DtDeleteCheckpointsDialog::myDe |
| std::map<std::string, QListWidgetItem*> makVrf::DtDeleteCheckpointsDialog::myItems |