zypp::storage::XMLPatternImpl Struct Reference

#include <XMLPatternImpl.h>

Inheritance diagram for zypp::storage::XMLPatternImpl:

zypp::detail::PatternImplIf zypp::detail::ResObjectImplIf zypp::base::ReferenceCounted NonCopyable List of all members.

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

Detailed Description

Definition at line 31 of file XMLPatternImpl.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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]
 

Todo:
well define!

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]
 

Todo:
well define!

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.

Todo:
well define which 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.


Member Data Documentation

bool zypp::storage::XMLPatternImpl::_user_visible
 

Definition at line 67 of file XMLPatternImpl.h.

Referenced by userVisible().

TranslatedText zypp::storage::XMLPatternImpl::_summary
 

Definition at line 69 of file XMLPatternImpl.h.

Referenced by summary().

TranslatedText zypp::storage::XMLPatternImpl::_description
 

Definition at line 70 of file XMLPatternImpl.h.

Referenced by description().

TranslatedText zypp::storage::XMLPatternImpl::_install_notify
 

Definition at line 72 of file XMLPatternImpl.h.

Referenced by insnotify().

TranslatedText zypp::storage::XMLPatternImpl::_delete_notify
 

Definition at line 73 of file XMLPatternImpl.h.

Referenced by delnotify().

TranslatedText zypp::storage::XMLPatternImpl::_license_to_confirm
 

Definition at line 74 of file XMLPatternImpl.h.

Referenced by licenseToConfirm().

std::string zypp::storage::XMLPatternImpl::_vendor
 

Definition at line 75 of file XMLPatternImpl.h.

Referenced by vendor().

ByteCount zypp::storage::XMLPatternImpl::_size
 

Definition at line 76 of file XMLPatternImpl.h.

Referenced by size().

ByteCount zypp::storage::XMLPatternImpl::_archive_size
 

Definition at line 77 of file XMLPatternImpl.h.

Referenced by archivesize().

bool zypp::storage::XMLPatternImpl::_install_only
 

Definition at line 78 of file XMLPatternImpl.h.

Referenced by installOnly().

Date zypp::storage::XMLPatternImpl::_build_time
 

Definition at line 79 of file XMLPatternImpl.h.

Referenced by buildtime().

Date zypp::storage::XMLPatternImpl::_install_time
 

Definition at line 80 of file XMLPatternImpl.h.

Referenced by installtime().

bool zypp::storage::XMLPatternImpl::_default
 

Definition at line 83 of file XMLPatternImpl.h.

Referenced by isDefault().

TranslatedText zypp::storage::XMLPatternImpl::_category
 

Definition at line 84 of file XMLPatternImpl.h.

Referenced by category().

Pathname zypp::storage::XMLPatternImpl::_icon
 

Definition at line 85 of file XMLPatternImpl.h.

Referenced by icon().

Pathname zypp::storage::XMLPatternImpl::_script
 

Definition at line 86 of file XMLPatternImpl.h.

Referenced by script().


The documentation for this struct was generated from the following files:
Generated on Thu Jul 6 00:07:35 2006 for zypp by  doxygen 1.4.6