XMLPatternImpl.cc

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00012 #include "zypp/target/store/xml/XMLPatternImpl.h"
00013 
00014 using namespace std;
00015 
00017 namespace zypp
00018 { 
00019 
00020   namespace storage
00021   { 
00022 
00024     //
00025     //  METHOD NAME : XMLPatternImpl::XMLPatternImpl
00026     //  METHOD TYPE : Ctor
00027     //
00028     XMLPatternImpl::XMLPatternImpl()
00029     {}
00030 
00032     //
00033     //  METHOD NAME : XMLPatternImpl::~XMLPatternImpl
00034     //  METHOD TYPE : Dtor
00035     //
00036     XMLPatternImpl::~XMLPatternImpl()
00037     {}
00038 
00039       bool XMLPatternImpl::userVisible() const {
00040         return _user_visible;
00041       }
00042 
00043       TranslatedText XMLPatternImpl::summary() const
00044       { return _summary; }
00045 
00046       TranslatedText XMLPatternImpl::description() const
00047       { return _description; }
00048 
00050       bool XMLPatternImpl::isDefault() const
00051       { return _default; }
00053       TranslatedText XMLPatternImpl::category() const
00054       { return _category; }
00056       Pathname XMLPatternImpl::icon() const
00057       { return _icon; }
00059       Pathname XMLPatternImpl::script() const
00060       { return _script; }
00061 
00063   } // namespace storage
00066 } // namespace zypp

Generated on Thu May 4 16:03:30 2006 for zypp by  doxygen 1.4.6