#include <TargetCallbackReceiver.h>
Inheritance diagram for zypp::target::RpmRemovePackageReceiver:
Public Member Functions | |
RpmRemovePackageReceiver (Resolvable::constPtr res) | |
RpmRemovePackageReceiver. | |
virtual | ~RpmRemovePackageReceiver () |
virtual void | reportbegin () |
virtual void | reportend () |
virtual void | start (const std::string &name) |
Start the operation. | |
virtual bool | progress (unsigned percent) |
Inform about progress Return true on abort. | |
virtual rpm::RpmRemoveReport::Action | problem (Exception &excpt_r) |
inform user about a problem | |
virtual void | finish () |
Finish operation in case of success. | |
virtual void | finish (Exception &excpt_r) |
Finish operation in case of success. | |
Private Attributes | |
callback::SendReport< rpm::RemoveResolvableReport > | _report |
Resolvable::constPtr | _resolvable |
Definition at line 65 of file TargetCallbackReceiver.h.
|
Definition at line 105 of file TargetCallbackReceiver.cc. |
|
Definition at line 111 of file TargetCallbackReceiver.cc. |
|
Reimplemented from zypp::callback::ReceiveReport< rpm::RpmRemoveReport >. Definition at line 115 of file TargetCallbackReceiver.cc. |
|
Reimplemented from zypp::callback::ReceiveReport< rpm::RpmRemoveReport >. Definition at line 119 of file TargetCallbackReceiver.cc. |
|
Start the operation.
Definition at line 124 of file TargetCallbackReceiver.cc. References _report, and _resolvable. |
|
Inform about progress Return true on abort.
Definition at line 133 of file TargetCallbackReceiver.cc. References _report, and _resolvable. |
|
|
Finish operation in case of success.
Definition at line 160 of file TargetCallbackReceiver.cc. References _report, _resolvable, and zypp::target::rpm::RemoveResolvableReport::NO_ERROR. |
|
Finish operation in case of success.
Definition at line 166 of file TargetCallbackReceiver.cc. References _report, _resolvable, and zypp::target::rpm::RemoveResolvableReport::INVALID. |
|
Definition at line 68 of file TargetCallbackReceiver.h. Referenced by finish(), problem(), progress(), and start(). |
|
Definition at line 69 of file TargetCallbackReceiver.h. Referenced by finish(), problem(), progress(), and start(). |