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

Public Member Functions | |
| virtual | ~DtDeleteCheckpointsDialogInterface () |
| destructor | |
| virtual void | clearCheckpointsList ()=0 |
| Clears out the list of current checkpointed files. | |
| virtual void | setupList (const QStringList &)=0 |
| Sets up the list with the checkpoint files. | |
Public Attributes | |
| boost::signal< void(const QStringList &)> | signal_removeDeletedFiles |
| Signal sent when user wants to delete selected files. | |
| virtual makVrf::DtDeleteCheckpointsDialogInterface::~DtDeleteCheckpointsDialogInterface | ( | ) | [virtual] |
destructor
| virtual void makVrf::DtDeleteCheckpointsDialogInterface::clearCheckpointsList | ( | ) | [pure virtual] |
Clears out the list of current checkpointed files.
Implemented in makVrf::DtDeleteCheckpointsDialog.
| virtual void makVrf::DtDeleteCheckpointsDialogInterface::setupList | ( | const QStringList & | ) | [pure virtual] |
Sets up the list with the checkpoint files.
Implemented in makVrf::DtDeleteCheckpointsDialog.
| boost::signal<void (const QStringList&)> makVrf::DtDeleteCheckpointsDialogInterface::signal_removeDeletedFiles |
Signal sent when user wants to delete selected files.