#include <XMLAtomImpl.h>
Inheritance diagram for zypp::storage::XMLAtomImpl:

Public Member Functions | |
| XMLAtomImpl () | |
| Default ctor. | |
| virtual TranslatedText | summary () const |
| Short label. | |
| virtual TranslatedText | description () const |
| Long description. | |
| virtual TranslatedText | insnotify () const |
| virtual TranslatedText | delnotify () const |
| virtual TranslatedText | licenseToConfirm () const |
| virtual Vendor | vendor () const |
| virtual ByteCount | size () const |
| Size. | |
| virtual ByteCount | archivesize () const |
| virtual unsigned | sourceMediaNr () const |
| Number of the source media that provides the data required for installation. | |
| virtual bool | installOnly () const |
| virtual Date | buildtime () const |
| virtual Date | installtime () const |
Time of installation, or 0. | |
Public Attributes | |
| TranslatedText | _summary |
| TranslatedText | _description |
| TranslatedText | _install_notify |
| TranslatedText | _delete_notify |
| TranslatedText | _license_to_confirm |
| std::string | _vendor |
| ByteCount | _size |
| ByteCount | _archive_size |
| bool | _install_only |
| Date | _build_time |
| Date | _install_time |
Definition at line 27 of file XMLAtomImpl.h.
|
|
Default ctor.
Definition at line 26 of file XMLAtomImpl.cc. |
|
|
Short label.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 37 of file XMLAtomImpl.h. References _summary. |
|
|
Long description.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 39 of file XMLAtomImpl.h. References _description. |
|
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 41 of file XMLAtomImpl.h. References _install_notify. |
|
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 43 of file XMLAtomImpl.h. References _delete_notify. |
|
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 45 of file XMLAtomImpl.h. References _license_to_confirm. |
|
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 47 of file XMLAtomImpl.h. References _vendor. |
|
|
Size.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 49 of file XMLAtomImpl.h. References _size. |
|
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 51 of file XMLAtomImpl.h. References _archive_size. |
|
|
Number of the source media that provides the data required for installation. Zero, if no media access is required. Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 53 of file XMLAtomImpl.h. |
|
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 55 of file XMLAtomImpl.h. References _install_only. |
|
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 57 of file XMLAtomImpl.h. References _build_time. |
|
|
Time of installation, or
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 59 of file XMLAtomImpl.h. References _install_time. |
|
|
Definition at line 62 of file XMLAtomImpl.h. Referenced by summary(). |
|
|
Definition at line 63 of file XMLAtomImpl.h. Referenced by description(). |
|
|
Definition at line 65 of file XMLAtomImpl.h. Referenced by insnotify(). |
|
|
Definition at line 66 of file XMLAtomImpl.h. Referenced by delnotify(). |
|
|
Definition at line 67 of file XMLAtomImpl.h. Referenced by licenseToConfirm(). |
|
|
Definition at line 68 of file XMLAtomImpl.h. Referenced by vendor(). |
|
|
Definition at line 69 of file XMLAtomImpl.h. Referenced by size(). |
|
|
Definition at line 70 of file XMLAtomImpl.h. Referenced by archivesize(). |
|
|
Definition at line 71 of file XMLAtomImpl.h. Referenced by installOnly(). |
|
|
Definition at line 72 of file XMLAtomImpl.h. Referenced by buildtime(). |
|
|
Definition at line 73 of file XMLAtomImpl.h. Referenced by installtime(). |
1.4.6