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

Public Member Functions | |
| XMLPatternImpl () | |
| virtual | ~XMLPatternImpl () |
| 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. | |
| virtual bool | userVisible () const |
| virtual bool | isDefault () const |
| virtual TranslatedText | category () const |
| virtual Pathname | icon () const |
| virtual Pathname | script () const |
Public Attributes | |
| bool | _user_visible |
| 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 |
| bool | _default |
| TranslatedText | _category |
| Pathname | _icon |
| Pathname | _script |
Definition at line 31 of file XMLPatternImpl.h.
| zypp::storage::XMLPatternImpl::XMLPatternImpl | ( | ) |
Definition at line 28 of file XMLPatternImpl.cc.
| zypp::storage::XMLPatternImpl::~XMLPatternImpl | ( | ) | [virtual] |
Definition at line 36 of file XMLPatternImpl.cc.
| virtual TranslatedText zypp::storage::XMLPatternImpl::summary | ( | ) | const [inline, virtual] |
Short label.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 36 of file XMLPatternImpl.h.
References _summary.
| virtual TranslatedText zypp::storage::XMLPatternImpl::description | ( | ) | const [inline, virtual] |
Long description.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 38 of file XMLPatternImpl.h.
References _description.
| virtual TranslatedText zypp::storage::XMLPatternImpl::insnotify | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 40 of file XMLPatternImpl.h.
References _install_notify.
| virtual TranslatedText zypp::storage::XMLPatternImpl::delnotify | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 42 of file XMLPatternImpl.h.
References _delete_notify.
| virtual TranslatedText zypp::storage::XMLPatternImpl::licenseToConfirm | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 44 of file XMLPatternImpl.h.
References _license_to_confirm.
| virtual Vendor zypp::storage::XMLPatternImpl::vendor | ( | void | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 46 of file XMLPatternImpl.h.
References _vendor.
| virtual ByteCount zypp::storage::XMLPatternImpl::size | ( | ) | const [inline, virtual] |
Size.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 48 of file XMLPatternImpl.h.
References _size.
| virtual ByteCount zypp::storage::XMLPatternImpl::archivesize | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 50 of file XMLPatternImpl.h.
References _archive_size.
| virtual unsigned zypp::storage::XMLPatternImpl::sourceMediaNr | ( | ) | const [inline, virtual] |
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 52 of file XMLPatternImpl.h.
| virtual bool zypp::storage::XMLPatternImpl::installOnly | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 54 of file XMLPatternImpl.h.
References _install_only.
| virtual Date zypp::storage::XMLPatternImpl::buildtime | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 56 of file XMLPatternImpl.h.
References _build_time.
| virtual Date zypp::storage::XMLPatternImpl::installtime | ( | ) | const [inline, virtual] |
Time of installation, or 0.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 58 of file XMLPatternImpl.h.
References _install_time.
| bool zypp::storage::XMLPatternImpl::userVisible | ( | ) | const [virtual] |
Reimplemented from zypp::detail::PatternImplIf.
Definition at line 39 of file XMLPatternImpl.cc.
References _user_visible.
| bool zypp::storage::XMLPatternImpl::isDefault | ( | ) | const [virtual] |
Reimplemented from zypp::detail::PatternImplIf.
Definition at line 44 of file XMLPatternImpl.cc.
References _default.
| TranslatedText zypp::storage::XMLPatternImpl::category | ( | ) | const [virtual] |
Reimplemented from zypp::detail::PatternImplIf.
Definition at line 47 of file XMLPatternImpl.cc.
References _category.
| Pathname zypp::storage::XMLPatternImpl::icon | ( | ) | const [virtual] |
Reimplemented from zypp::detail::PatternImplIf.
Definition at line 50 of file XMLPatternImpl.cc.
References _icon.
| Pathname zypp::storage::XMLPatternImpl::script | ( | ) | const [virtual] |
Reimplemented from zypp::detail::PatternImplIf.
Definition at line 53 of file XMLPatternImpl.cc.
References _script.
| std::string zypp::storage::XMLPatternImpl::_vendor |
| Pathname zypp::storage::XMLPatternImpl::_icon |
1.5.0