libzypp
11.13.5
|
#include <TargetCallbackReceiver.h>
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. | |
bool | aborted () const |
Returns true if removing is aborted during progress. | |
virtual rpm::RpmRemoveReport::Action | problem (Exception &excpt_r) |
inform user about a problem | |
virtual void | finishInfo (const std::string &info_r) |
Additional rpm output to be reported in finish in case of success. | |
virtual void | finish () |
Finish operation in case of success. | |
virtual void | finish (Exception &excpt_r) |
Finish operatin in case of fail, report fail exception. | |
![]() | |
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 | |
![]() | |
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 111 of file TargetCallbackReceiver.cc.
|
virtual |
Definition at line 118 of file TargetCallbackReceiver.cc.
|
virtual |
Reimplemented from zypp::callback::ReceiveReport< rpm::RpmRemoveReport >.
Definition at line 122 of file TargetCallbackReceiver.cc.
|
virtual |
Reimplemented from zypp::callback::ReceiveReport< rpm::RpmRemoveReport >.
Definition at line 126 of file TargetCallbackReceiver.cc.
|
virtual |
Start the operation.
Definition at line 131 of file TargetCallbackReceiver.cc.
|
virtual |
Inform about progress Return true on abort.
Definition at line 141 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 148 of file TargetCallbackReceiver.cc.
|
virtual |
Additional rpm output to be reported in finish in case of success.
Definition at line 169 of file TargetCallbackReceiver.cc.
|
virtual |
Finish operation in case of success.
Definition at line 175 of file TargetCallbackReceiver.cc.
|
virtual |
Finish operatin in case of fail, report fail exception.
Finish operation in case of success.
Definition at line 182 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.