#include <YQPkgConflictList.h>
Inheritance diagram for YQPkgConflictList:
Public Slots | |
void | applyResolutions () |
void | ignoreAll () |
void | askSaveToFile () const |
Signals | |
void | updatePackages () |
Public Member Functions | |
YQPkgConflictList (QWidget *parent) | |
virtual | ~YQPkgConflictList () |
void | fill (PkgDep::ErrorResultList &badList) |
bool | choicesComplete () |
bool | isEmpty () const |
int | count () const |
void | saveToFile (const QString filename, bool interactive) const |
Protected Member Functions | |
void | saveItemToFile (FILE *file, const QListViewItem *item) const |
|
Constructor. |
|
Destructor. |
|
Apply the choices the user made. |
|
Ask for a file name and save the current conflict list to file. |
|
Check if the user choices are complete. |
|
Returns the number of conflicts in the list. |
|
Fill the list with the specified bad list. |
|
Ignore all conflicts. |
|
Check if the conflict list is empty. |
|
( Recursively ) save one item to file. |
|
Save the conflict list in its current state to a file. Retains the current 'expanded' state, i.e. writes only those entries that are currently open ( not collapsed ) in the tree. Posts error popups if 'interactive' is 'true' ( only log entries otherwise ). |
|
Update package states - they may have changed. |