CleanDialog Class

(VcsBase::CleanDialog)

The CleanDialog class provides a file selector dialog for files not under version control. More...

Header: #include <CleanDialog>
Inherits: QDialog

Public Functions

CleanDialog(QWidget *parent = 0)
~CleanDialog() override
void setFileList(const QString &workingDirectory, const QStringList &files, const QStringList &ignoredFiles)
  • 8 public functions inherited from QDialog
  • 216 public functions inherited from QWidget

Public Slots

virtual void accept() override
  • 5 public slots inherited from QDialog
  • 19 public slots inherited from QWidget

Additional Inherited Members

  • 2 properties inherited from QDialog
  • 59 properties inherited from QWidget
  • 3 signals inherited from QDialog
  • 3 signals inherited from QWidget
  • 5 static public members inherited from QWidget
  • 6 protected functions inherited from QDialog
  • 35 protected functions inherited from QWidget
  • 1 protected slot inherited from QWidget

Detailed Description

The CleanDialog class provides a file selector dialog for files not under version control.

Completely clean a directory under version control from all files that are not under version control based on a list generated from the version control system. Presents the user with a checkable list of files and/or directories. Double click opens a file.

Member Function Documentation

CleanDialog::CleanDialog(QWidget *parent = 0)

Default constructs an instance of CleanDialog.

CleanDialog::~CleanDialog()

Destroys the instance of CleanDialog.

[override virtual slot] void CleanDialog::accept()

void CleanDialog::setFileList(const QString &workingDirectory, const QStringList &files, const QStringList &ignoredFiles)