libzypp
10.5.0
|
#include <Callback.h>
Public Types | |
typedef _Report | ReportType |
typedef ReceiveReport< _Report > | Receiver |
typedef DistributeReport< _Report > | Distributor |
Public Member Functions | |
virtual | ~ReceiveReport () |
ReceiveReport * | whoIsConnected () const |
bool | connected () const |
void | connect () |
void | disconnect () |
virtual void | reportbegin () |
virtual void | reportend () |
Definition at line 145 of file Callback.h.
typedef _Report zypp::callback::ReceiveReport< _Report >::ReportType |
Definition at line 147 of file Callback.h.
typedef ReceiveReport<_Report> zypp::callback::ReceiveReport< _Report >::Receiver |
Definition at line 148 of file Callback.h.
typedef DistributeReport<_Report> zypp::callback::ReceiveReport< _Report >::Distributor |
Definition at line 149 of file Callback.h.
virtual zypp::callback::ReceiveReport< _Report >::~ReceiveReport | ( | ) | [inline, virtual] |
Definition at line 151 of file Callback.h.
ReceiveReport* zypp::callback::ReceiveReport< _Report >::whoIsConnected | ( | ) | const [inline] |
Definition at line 154 of file Callback.h.
bool zypp::callback::ReceiveReport< _Report >::connected | ( | ) | const [inline] |
Definition at line 157 of file Callback.h.
void zypp::callback::ReceiveReport< _Report >::connect | ( | ) | [inline] |
Definition at line 160 of file Callback.h.
void zypp::callback::ReceiveReport< _Report >::disconnect | ( | ) | [inline] |
Definition at line 163 of file Callback.h.
virtual void zypp::callback::ReceiveReport< _Report >::reportbegin | ( | ) | [inline, virtual] |
Reimplemented in zypp::target::RpmRemovePackageReceiver, and zypp::target::RpmInstallPackageReceiver.
Definition at line 166 of file Callback.h.
virtual void zypp::callback::ReceiveReport< _Report >::reportend | ( | ) | [inline, virtual] |
Reimplemented in zypp::target::RpmRemovePackageReceiver, and zypp::target::RpmInstallPackageReceiver.
Definition at line 168 of file Callback.h.