|
libzypp
15.22.2
|
#include <TargetCallbackReceiver.h>

Public Member Functions | |
| RpmRemovePackageReceiver (Resolvable::constPtr res) | |
| RpmRemovePackageReceiver. More... | |
| virtual | ~RpmRemovePackageReceiver () |
| virtual void | reportbegin () |
| virtual void | reportend () |
| virtual void | start (const std::string &name) |
| Start the operation. More... | |
| virtual bool | progress (unsigned percent) |
| Inform about progress Return true on abort. More... | |
| bool | aborted () const |
| Returns true if removing is aborted during progress. More... | |
| virtual rpm::RpmRemoveReport::Action | problem (Exception &excpt_r) |
| inform user about a problem More... | |
| virtual void | finishInfo (const std::string &info_r) |
| Additional rpm output to be reported in finish in case of success. More... | |
| virtual void | finish () |
| Finish operation in case of success. More... | |
| virtual void | finish (Exception &excpt_r) |
| Finish operatin in case of fail, report fail exception. More... | |
Public Member Functions inherited from zypp::callback::ReceiveReport< rpm::RpmRemoveReport > | |
| virtual | ~ReceiveReport () |
| ReceiveReport * | whoIsConnected () const |
| bool | connected () const |
| void | connect () |
| void | disconnect () |
Private Attributes | |
| callback::SendReport < rpm::RemoveResolvableReport > | _report |
| Resolvable::constPtr | _resolvable |
| bool | _abort |
| std::string | _finishInfo |
Additional Inherited Members | |
Public Types inherited from zypp::callback::ReceiveReport< rpm::RpmRemoveReport > | |
| typedef rpm::RpmRemoveReport | ReportType |
| typedef ReceiveReport < rpm::RpmRemoveReport > | Receiver |
| typedef DistributeReport < rpm::RpmRemoveReport > | Distributor |
Definition at line 69 of file TargetCallbackReceiver.h.
| zypp::target::RpmRemovePackageReceiver::RpmRemovePackageReceiver | ( | Resolvable::constPtr | res | ) |
Definition at line 112 of file TargetCallbackReceiver.cc.
|
virtual |
Definition at line 119 of file TargetCallbackReceiver.cc.
|
virtual |
Reimplemented from zypp::callback::ReceiveReport< rpm::RpmRemoveReport >.
Definition at line 123 of file TargetCallbackReceiver.cc.
|
virtual |
Reimplemented from zypp::callback::ReceiveReport< rpm::RpmRemoveReport >.
Definition at line 127 of file TargetCallbackReceiver.cc.
|
virtual |
Start the operation.
Definition at line 132 of file TargetCallbackReceiver.cc.
|
virtual |
Inform about progress Return true on abort.
Definition at line 142 of file TargetCallbackReceiver.cc.
|
inline |
Returns true if removing is aborted during progress.
Definition at line 98 of file TargetCallbackReceiver.h.
|
virtual |
inform user about a problem
Definition at line 149 of file TargetCallbackReceiver.cc.
|
virtual |
Additional rpm output to be reported in finish in case of success.
Definition at line 170 of file TargetCallbackReceiver.cc.
|
virtual |
Finish operation in case of success.
Definition at line 176 of file TargetCallbackReceiver.cc.
|
virtual |
Finish operatin in case of fail, report fail exception.
Finish operation in case of success.
Definition at line 183 of file TargetCallbackReceiver.cc.
|
private |
Definition at line 72 of file TargetCallbackReceiver.h.
|
private |
Definition at line 73 of file TargetCallbackReceiver.h.
|
private |
Definition at line 74 of file TargetCallbackReceiver.h.
|
private |
Definition at line 75 of file TargetCallbackReceiver.h.