zypp::repo::memory::PatternImpl Struct Reference

#include <PatternImpl.h>

Inheritance diagram for zypp::repo::memory::PatternImpl:
[legend]

List of all members.

Public Member Functions

 PatternImpl (memory::RepoImpl::Ptr repo, data::Pattern_Ptr ptr)
virtual ~PatternImpl ()
virtual Repository repository () const
 Backlink to the source providing this.
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 bool installOnly () const
virtual Date buildtime () const
virtual Date installtime () const
 Time of installation, or 0.
virtual TranslatedText category () const
virtual bool userVisible () const
virtual Label order () const
virtual Pathname icon () const

Private Attributes

repo::memory::RepoImpl::Ptr _repository
TranslatedText _summary
TranslatedText _description
TranslatedText _insnotify
TranslatedText _delnotify
TranslatedText _license_to_confirm
Vendor _vendor
ByteCount _size
bool _install_only
Date _buildtime
Date _installtime
TranslatedText _category
bool _visible
std::string _order
Pathname _icon


Detailed Description

Definition at line 29 of file PatternImpl.h.


Constructor & Destructor Documentation

zypp::repo::memory::PatternImpl::PatternImpl ( memory::RepoImpl::Ptr  repo,
data::Pattern_Ptr  ptr 
)

Definition at line 23 of file PatternImpl.cc.

zypp::repo::memory::PatternImpl::~PatternImpl (  )  [virtual]

Definition at line 39 of file PatternImpl.cc.


Member Function Documentation

Repository zypp::repo::memory::PatternImpl::repository (  )  const [virtual]

Backlink to the source providing this.

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 43 of file PatternImpl.cc.

References _repository.

TranslatedText zypp::repo::memory::PatternImpl::summary (  )  const [virtual]

Short label.

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 53 of file PatternImpl.cc.

References _summary.

TranslatedText zypp::repo::memory::PatternImpl::description (  )  const [virtual]

Long description.

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 58 of file PatternImpl.cc.

References _description.

TranslatedText zypp::repo::memory::PatternImpl::insnotify (  )  const [virtual]

Todo:
well define!

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 63 of file PatternImpl.cc.

References _insnotify.

TranslatedText zypp::repo::memory::PatternImpl::delnotify (  )  const [virtual]

Todo:
well define!

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 68 of file PatternImpl.cc.

References _delnotify.

TranslatedText zypp::repo::memory::PatternImpl::licenseToConfirm (  )  const [virtual]

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 73 of file PatternImpl.cc.

References _license_to_confirm.

Vendor zypp::repo::memory::PatternImpl::vendor (  )  const [virtual]

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 78 of file PatternImpl.cc.

References _vendor.

ByteCount zypp::repo::memory::PatternImpl::size (  )  const [virtual]

Size.

Todo:
well define which size.

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 83 of file PatternImpl.cc.

References _size.

bool zypp::repo::memory::PatternImpl::installOnly (  )  const [virtual]

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 88 of file PatternImpl.cc.

References _install_only.

Date zypp::repo::memory::PatternImpl::buildtime (  )  const [virtual]

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 93 of file PatternImpl.cc.

References _buildtime.

Date zypp::repo::memory::PatternImpl::installtime (  )  const [virtual]

Time of installation, or 0.

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 98 of file PatternImpl.cc.

References _installtime.

TranslatedText zypp::repo::memory::PatternImpl::category (  )  const [virtual]

Reimplemented from zypp::detail::PatternImplIf.

Definition at line 105 of file PatternImpl.cc.

References _category.

bool zypp::repo::memory::PatternImpl::userVisible (  )  const [virtual]

Reimplemented from zypp::detail::PatternImplIf.

Definition at line 110 of file PatternImpl.cc.

References _visible.

Label zypp::repo::memory::PatternImpl::order (  )  const [virtual]

Reimplemented from zypp::detail::PatternImplIf.

Definition at line 115 of file PatternImpl.cc.

References _order.

Pathname zypp::repo::memory::PatternImpl::icon (  )  const [virtual]

Reimplemented from zypp::detail::PatternImplIf.

Definition at line 120 of file PatternImpl.cc.

References _icon.


Member Data Documentation

repo::memory::RepoImpl::Ptr zypp::repo::memory::PatternImpl::_repository [private]

Definition at line 54 of file PatternImpl.h.

Referenced by repository().

TranslatedText zypp::repo::memory::PatternImpl::_summary [private]

Definition at line 57 of file PatternImpl.h.

Referenced by summary().

TranslatedText zypp::repo::memory::PatternImpl::_description [private]

Definition at line 58 of file PatternImpl.h.

Referenced by description().

TranslatedText zypp::repo::memory::PatternImpl::_insnotify [private]

Definition at line 59 of file PatternImpl.h.

Referenced by insnotify().

TranslatedText zypp::repo::memory::PatternImpl::_delnotify [private]

Definition at line 60 of file PatternImpl.h.

Referenced by delnotify().

TranslatedText zypp::repo::memory::PatternImpl::_license_to_confirm [private]

Definition at line 61 of file PatternImpl.h.

Referenced by licenseToConfirm().

Vendor zypp::repo::memory::PatternImpl::_vendor [private]

Definition at line 62 of file PatternImpl.h.

Referenced by vendor().

ByteCount zypp::repo::memory::PatternImpl::_size [private]

Definition at line 63 of file PatternImpl.h.

Referenced by size().

bool zypp::repo::memory::PatternImpl::_install_only [private]

Definition at line 64 of file PatternImpl.h.

Referenced by installOnly().

Date zypp::repo::memory::PatternImpl::_buildtime [private]

Definition at line 65 of file PatternImpl.h.

Referenced by buildtime().

Date zypp::repo::memory::PatternImpl::_installtime [private]

Definition at line 66 of file PatternImpl.h.

Referenced by installtime().

TranslatedText zypp::repo::memory::PatternImpl::_category [private]

Definition at line 69 of file PatternImpl.h.

Referenced by category().

bool zypp::repo::memory::PatternImpl::_visible [private]

Definition at line 70 of file PatternImpl.h.

Referenced by userVisible().

std::string zypp::repo::memory::PatternImpl::_order [private]

Definition at line 71 of file PatternImpl.h.

Referenced by order().

Pathname zypp::repo::memory::PatternImpl::_icon [private]

Definition at line 72 of file PatternImpl.h.

Referenced by icon().


The documentation for this struct was generated from the following files:
Generated on Tue Sep 25 19:23:26 2007 for libzypp by  doxygen 1.5.3