#include <Pattern.h>
Public Types | |
| typedef detail::PatternImplIf | Impl |
| typedef Pattern | Self |
| typedef ResTraits< Self > | TraitsType |
| typedef TraitsType::PtrType | Ptr |
| typedef TraitsType::constPtrType | constPtr |
Public Member Functions | |
| bool | isDefault () const |
| bool | userVisible () const |
| std::string | category () const |
| Pathname | icon () const |
| Pathname | script () const |
| Label | order () const |
| std::set< std::string > | install_packages (const Locale &lang=Locale("")) const ZYPP_DEPRECATED |
| const CapSet & | includes () const |
| Ui hint. | |
| const CapSet & | extends () const |
| Ui hint. | |
Protected Member Functions | |
| Pattern (const NVRAD &nvrad_r) | |
| Ctor. | |
| virtual | ~Pattern () |
| Dtor. | |
Private Member Functions | |
| virtual Impl & | pimpl ()=0 |
| Access implementation. | |
| virtual const Impl & | pimpl () const =0 |
| Access implementation. | |
Definition at line 31 of file Pattern.h.
| typedef Pattern zypp::Pattern::Self |
| typedef ResTraits<Self> zypp::Pattern::TraitsType |
| zypp::Pattern::Pattern | ( | const NVRAD & | nvrad_r | ) | [protected] |
| zypp::Pattern::~Pattern | ( | ) | [protected, virtual] |
| bool zypp::Pattern::isDefault | ( | ) | const |
| bool zypp::Pattern::userVisible | ( | ) | const |
| std::string zypp::Pattern::category | ( | ) | const |
| Pathname zypp::Pattern::icon | ( | ) | const |
| Pathname zypp::Pattern::script | ( | ) | const |
| Label zypp::Pattern::order | ( | ) | const |
Definition at line 65 of file Pattern.cc.
References pimpl().
| const CapSet & zypp::Pattern::includes | ( | ) | const |
| const CapSet & zypp::Pattern::extends | ( | ) | const |
| virtual Impl& zypp::Pattern::pimpl | ( | ) | [private, pure virtual] |
Access implementation.
Implements zypp::ResObject.
Referenced by category(), extends(), icon(), includes(), install_packages(), isDefault(), order(), script(), and userVisible().
| virtual const Impl& zypp::Pattern::pimpl | ( | ) | const [private, pure virtual] |
1.5.3