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) |
Public Slots
virtual void | accept() override |
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.