zypp::storage::XMLScriptImpl Struct Reference

Class representing an update script. More...

#include <XMLScriptImpl.h>

Inheritance diagram for zypp::storage::XMLScriptImpl:
[legend]

List of all members.

Public Member Functions

 XMLScriptImpl ()
 Default ctor.
 ~XMLScriptImpl ()
 Dtor.
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 bool installOnly () const
virtual Date buildtime () const
virtual Date installtime () const
 Time of installation, or 0.
virtual std::string doScriptInlined () const
 Return an inlined script if available.
virtual std::string undoScriptInlined () const
 Return an inlined undo script if available.

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
std::string _doScript
std::string _undoScript


Detailed Description

Class representing an update script.

Definition at line 32 of file XMLScriptImpl.h.


Constructor & Destructor Documentation

zypp::storage::XMLScriptImpl::XMLScriptImpl (  ) 

Default ctor.

Definition at line 31 of file XMLScriptImpl.cc.

zypp::storage::XMLScriptImpl::~XMLScriptImpl (  ) 

Dtor.

Definition at line 35 of file XMLScriptImpl.cc.


Member Function Documentation

virtual TranslatedText zypp::storage::XMLScriptImpl::summary (  )  const [inline, virtual]

Short label.

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 39 of file XMLScriptImpl.h.

References _summary.

virtual TranslatedText zypp::storage::XMLScriptImpl::description ( void   )  const [inline, virtual]

Long description.

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 41 of file XMLScriptImpl.h.

References _description.

virtual TranslatedText zypp::storage::XMLScriptImpl::insnotify (  )  const [inline, virtual]

Todo:
well define!

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 43 of file XMLScriptImpl.h.

References _install_notify.

virtual TranslatedText zypp::storage::XMLScriptImpl::delnotify (  )  const [inline, virtual]

Todo:
well define!

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 45 of file XMLScriptImpl.h.

References _delete_notify.

virtual TranslatedText zypp::storage::XMLScriptImpl::licenseToConfirm (  )  const [inline, virtual]

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 47 of file XMLScriptImpl.h.

References _license_to_confirm.

virtual Vendor zypp::storage::XMLScriptImpl::vendor (  )  const [inline, virtual]

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 49 of file XMLScriptImpl.h.

References _vendor.

virtual ByteCount zypp::storage::XMLScriptImpl::size ( void   )  const [inline, virtual]

Size.

Todo:
well define which size.

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 51 of file XMLScriptImpl.h.

References _size.

virtual ByteCount zypp::storage::XMLScriptImpl::downloadSize ( void   )  const [inline, virtual]

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 53 of file XMLScriptImpl.h.

References _downloadSize.

virtual bool zypp::storage::XMLScriptImpl::installOnly (  )  const [inline, virtual]

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 55 of file XMLScriptImpl.h.

References _install_only.

virtual Date zypp::storage::XMLScriptImpl::buildtime (  )  const [inline, virtual]

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 57 of file XMLScriptImpl.h.

References _build_time.

virtual Date zypp::storage::XMLScriptImpl::installtime (  )  const [inline, virtual]

Time of installation, or 0.

Reimplemented from zypp::detail::ResObjectImplIf.

Definition at line 59 of file XMLScriptImpl.h.

References _install_time.

std::string zypp::storage::XMLScriptImpl::doScriptInlined (  )  const [virtual]

Return an inlined script if available.

Otherwise it is available at doScriptLocation.

Reimplemented from zypp::detail::ScriptImplIf.

Definition at line 38 of file XMLScriptImpl.cc.

References _doScript.

std::string zypp::storage::XMLScriptImpl::undoScriptInlined (  )  const [virtual]

Return an inlined undo script if available.

Otherwise it is available at undoScriptLocation.

Reimplemented from zypp::detail::ScriptImplIf.

Definition at line 41 of file XMLScriptImpl.cc.

References _undoScript.


Member Data Documentation

TranslatedText zypp::storage::XMLScriptImpl::_summary

Definition at line 65 of file XMLScriptImpl.h.

Referenced by summary().

TranslatedText zypp::storage::XMLScriptImpl::_description

Definition at line 66 of file XMLScriptImpl.h.

Referenced by description().

TranslatedText zypp::storage::XMLScriptImpl::_install_notify

Definition at line 68 of file XMLScriptImpl.h.

Referenced by insnotify().

TranslatedText zypp::storage::XMLScriptImpl::_delete_notify

Definition at line 69 of file XMLScriptImpl.h.

Referenced by delnotify().

TranslatedText zypp::storage::XMLScriptImpl::_license_to_confirm

Definition at line 70 of file XMLScriptImpl.h.

Referenced by licenseToConfirm().

std::string zypp::storage::XMLScriptImpl::_vendor

Definition at line 71 of file XMLScriptImpl.h.

Referenced by vendor().

ByteCount zypp::storage::XMLScriptImpl::_size

Definition at line 72 of file XMLScriptImpl.h.

Referenced by size().

ByteCount zypp::storage::XMLScriptImpl::_downloadSize

Definition at line 73 of file XMLScriptImpl.h.

Referenced by downloadSize().

bool zypp::storage::XMLScriptImpl::_install_only

Definition at line 74 of file XMLScriptImpl.h.

Referenced by installOnly().

Date zypp::storage::XMLScriptImpl::_build_time

Definition at line 75 of file XMLScriptImpl.h.

Referenced by buildtime().

Date zypp::storage::XMLScriptImpl::_install_time

Definition at line 76 of file XMLScriptImpl.h.

Referenced by installtime().

std::string zypp::storage::XMLScriptImpl::_doScript

Definition at line 78 of file XMLScriptImpl.h.

Referenced by doScriptInlined().

std::string zypp::storage::XMLScriptImpl::_undoScript

Definition at line 79 of file XMLScriptImpl.h.

Referenced by undoScriptInlined().


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