#include <PatchImpl.h>
Inheritance diagram for zypp::detail::PatchImpl:

Public Member Functions | |
| PatchImpl () | |
| Default ctor. | |
| ~PatchImpl () | |
| Dtor. | |
| virtual std::string | id () const |
| Patch ID. | |
| virtual Date | timestamp () const |
| Patch time stamp. | |
| virtual TranslatedText | summary () const |
| Patch summary. | |
| virtual TranslatedText | description () const |
| Patch description. | |
| virtual std::string | category () const |
| Patch category (recommended, security,. | |
| virtual bool | reboot_needed () const |
| Does the system need to reboot to finish the update process? | |
| virtual bool | affects_pkg_manager () const |
| Does the patch affect the package manager itself? | |
| virtual AtomList | all_atoms () const |
| The list of all atoms building the patch. | |
Protected Attributes | |
| std::string | _patch_id |
| Patch ID. | |
| Date | _timestamp |
| Patch time stamp. | |
| TranslatedText | _summary |
| Patch summary. | |
| TranslatedText | _description |
| Patch description. | |
| std::string | _category |
| Patch category (recommended, security,. | |
| bool | _reboot_needed |
| Does the system need to reboot to finish the update process? | |
| bool | _affects_pkg_manager |
| Does the patch affect the package manager itself? | |
| AtomList | _atoms |
| The list of all atoms building the patch. | |
Definition at line 32 of file PatchImpl.h.
|
|
Default ctor.
Definition at line 34 of file PatchImpl.cc. |
|
|
Dtor.
Definition at line 38 of file PatchImpl.cc. |
|
|
Patch ID.
Reimplemented from zypp::detail::PatchImplIf. Definition at line 41 of file PatchImpl.cc. References _patch_id. |
|
|
Patch time stamp.
Reimplemented from zypp::detail::PatchImplIf. Definition at line 45 of file PatchImpl.cc. References _timestamp. |
|
|
Patch summary.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 50 of file PatchImpl.cc. References _summary. |
|
|
Patch description.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 55 of file PatchImpl.cc. References _description. |
|
|
Patch category (recommended, security,. ..) Reimplemented from zypp::detail::PatchImplIf. Definition at line 60 of file PatchImpl.cc. References _category. |
|
|
Does the system need to reboot to finish the update process?
Reimplemented from zypp::detail::PatchImplIf. Definition at line 65 of file PatchImpl.cc. References _reboot_needed. |
|
|
Does the patch affect the package manager itself?
Reimplemented from zypp::detail::PatchImplIf. Definition at line 70 of file PatchImpl.cc. References _affects_pkg_manager. |
|
|
The list of all atoms building the patch.
Reimplemented from zypp::detail::PatchImplIf. Definition at line 75 of file PatchImpl.cc. References _atoms. |
|
|
Patch ID.
Definition at line 60 of file PatchImpl.h. Referenced by id(). |
|
|
Patch time stamp.
Definition at line 62 of file PatchImpl.h. Referenced by timestamp(). |
|
|
Patch summary.
Definition at line 64 of file PatchImpl.h. Referenced by summary(). |
|
|
Patch description.
Definition at line 66 of file PatchImpl.h. Referenced by description(). |
|
|
Patch category (recommended, security,. ..) Definition at line 68 of file PatchImpl.h. Referenced by category(). |
|
|
Does the system need to reboot to finish the update process?
Definition at line 70 of file PatchImpl.h. Referenced by reboot_needed(). |
|
|
Does the patch affect the package manager itself?
Definition at line 72 of file PatchImpl.h. Referenced by affects_pkg_manager(). |
|
|
The list of all atoms building the patch.
Definition at line 74 of file PatchImpl.h. Referenced by all_atoms(). |
1.4.6