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)
void setFileList(const QString &workingDirectory, const QStringList &files, const QStringList &ignoredFiles)
  • 8 public functions inherited from QDialog
  • 213 public functions inherited from QWidget

Additional Inherited Members

  • 2 properties inherited from QDialog
  • 58 properties inherited from QWidget
  • 5 public slots inherited from QDialog
  • 19 public slots inherited from QWidget
  • 3 signals inherited from QDialog
  • 3 signals inherited from QWidget
  • 5 static public members inherited from QWidget
  • 7 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.

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