#include <JobOutputCleanup.hpp>
QDialog based user interface for allowing the use to select a set of files to clean up (delete) from a job run.
- See also
- http://doc.qt.nokia.com/qdialog.html
virtual openstudio::runmanager::JobOutputCleanup::~JobOutputCleanup |
( |
| ) |
|
|
virtual |
std::vector<std::string> openstudio::runmanager::JobOutputCleanup::getSelectedFiles |
( |
| ) |
|
Returns the list of files selected by the user This return value should only be used if the JobOutputCleanup exec() or result() methods return QDialog::Accepted - indicating that the user did not cancel out of the dialog.
- Returns
- The ConfigOptions object as it was modified by the user