libyui-qt-pkg
2.42.5
|
Root item for each individual conflict. More...
#include <YQPkgConflictList.h>
Signals | |
void | expanded () |
Public Member Functions | |
YQPkgConflict (QWidget *parent, zypp::ResolverProblem_Ptr problem) | |
virtual | ~YQPkgConflict () |
zypp::ResolverProblem_Ptr | problem () const |
zypp::ProblemSolution_Ptr | userSelectedResolution () |
void | saveToFile (QFile &file) const |
Protected Slots | |
void | detailsExpanded () |
Protected Member Functions | |
void | formatHeading () |
void | addSolutions () |
Root item for each individual conflict.
Definition at line 144 of file YQPkgConflictList.h.
YQPkgConflict::YQPkgConflict | ( | QWidget * | parent, |
zypp::ResolverProblem_Ptr | problem | ||
) |
Constructor.
Definition at line 243 of file YQPkgConflictList.cc.
|
inlinevirtual |
Destructor.
Definition at line 159 of file YQPkgConflictList.h.
|
protected |
Add suggestions how to resolve this conflict.
Definition at line 293 of file YQPkgConflictList.cc.
|
protected |
Format the text heading line for this item.
Definition at line 266 of file YQPkgConflictList.cc.
|
inline |
Returns the corresponding ResolverProblem.
Definition at line 164 of file YQPkgConflictList.h.
void YQPkgConflict::saveToFile | ( | QFile & | file | ) | const |
save one item to file.
Definition at line 394 of file YQPkgConflictList.cc.
zypp::ProblemSolution_Ptr YQPkgConflict::userSelectedResolution | ( | ) |
Returns the resolution the user selected or 0 if he didn't select one
Definition at line 372 of file YQPkgConflictList.cc.