#include <XMLAtomImpl.h>
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 | downloadSize () const |
| virtual unsigned | sourceMediaNr () const |
| 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 | _downloadSize |
| bool | _install_only |
| Date | _build_time |
| Date | _install_time |
Definition at line 26 of file XMLAtomImpl.h.
| zypp::storage::XMLAtomImpl::XMLAtomImpl | ( | ) |
| virtual TranslatedText zypp::storage::XMLAtomImpl::summary | ( | ) | const [inline, virtual] |
Short label.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 36 of file XMLAtomImpl.h.
References _summary.
| virtual TranslatedText zypp::storage::XMLAtomImpl::description | ( | void | ) | const [inline, virtual] |
Long description.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 38 of file XMLAtomImpl.h.
References _description.
| virtual TranslatedText zypp::storage::XMLAtomImpl::insnotify | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 40 of file XMLAtomImpl.h.
References _install_notify.
| virtual TranslatedText zypp::storage::XMLAtomImpl::delnotify | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 42 of file XMLAtomImpl.h.
References _delete_notify.
| virtual TranslatedText zypp::storage::XMLAtomImpl::licenseToConfirm | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 44 of file XMLAtomImpl.h.
References _license_to_confirm.
| virtual Vendor zypp::storage::XMLAtomImpl::vendor | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 46 of file XMLAtomImpl.h.
References _vendor.
| virtual ByteCount zypp::storage::XMLAtomImpl::size | ( | void | ) | const [inline, virtual] |
Size.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 48 of file XMLAtomImpl.h.
References _size.
| virtual ByteCount zypp::storage::XMLAtomImpl::downloadSize | ( | void | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 50 of file XMLAtomImpl.h.
References _downloadSize.
| virtual unsigned zypp::storage::XMLAtomImpl::sourceMediaNr | ( | ) | const [inline, virtual] |
Definition at line 52 of file XMLAtomImpl.h.
| virtual bool zypp::storage::XMLAtomImpl::installOnly | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 54 of file XMLAtomImpl.h.
References _install_only.
| virtual Date zypp::storage::XMLAtomImpl::buildtime | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 56 of file XMLAtomImpl.h.
References _build_time.
| virtual Date zypp::storage::XMLAtomImpl::installtime | ( | ) | const [inline, virtual] |
Time of installation, or 0.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 58 of file XMLAtomImpl.h.
References _install_time.
| std::string zypp::storage::XMLAtomImpl::_vendor |
1.5.3