OpenStudioCore:runmanager/lib
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
openstudio::runmanager::JobOutputCleanup Class Reference

#include <JobOutputCleanup.hpp>

Public Member Functions

std::vector< std::string > 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. More...
 
JobOutputCleanupparent ()
 Create a JobOutputCleanup dialog for choosing files to remove. More...
 
virtual ~JobOutputCleanup ()
 

Detailed Description

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

Constructor & Destructor Documentation

virtual openstudio::runmanager::JobOutputCleanup::~JobOutputCleanup ( )
virtual

Member Function Documentation

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
JobOutputCleanup * openstudio::runmanager::JobOutputCleanup::parent ( )

Create a JobOutputCleanup dialog for choosing files to remove.