Loading...
Searching...
No Matches
Process::FileReportView Class Referencefinal
The table every file operation shows its report in. More...
Inheritance diagram for Process::FileReportView:
Detailed Description
The table every file operation shows its report in.
One widget rather than one per dialog: consolidating, relinking and trimming all answer the same questions – which file, used by what, what happens to it, how big – and a user who has read one of these lists has read them all.
Public Member Functions | |
| FileReportView (QWidget *parent=nullptr) | |
| void | setReport (const FileReport &report, const std::vector< FileAction > &hidden={}) |
Replace the contents. Entries whose action is in hidden are left out. | |
| void | setCheckable (bool) |
| Show a checkbox on every row, so the user picks what to apply. | |
| std::vector< QString > | checkedPaths () const |
| Stored paths of the checked rows. | |
The documentation for this class was generated from the following files:
- FileReportView.hpp
- FileReportView.cpp