#include <Pattern.h>
Inheritance diagram for zypp::Pattern:
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 |
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.
|
Reimplemented from zypp::ResObject. |
|
Reimplemented from zypp::ResObject. |
|
Reimplemented from zypp::ResObject. |
|
Reimplemented from zypp::ResObject. |
|
Reimplemented from zypp::ResObject. |
|
Ctor.
Definition at line 29 of file Pattern.cc. |
|
Dtor.
Definition at line 38 of file Pattern.cc. |
|
Definition at line 47 of file Pattern.cc. References zypp::detail::PatternImplIf::isDefault(), and pimpl(). |
|
Definition at line 50 of file Pattern.cc. References pimpl(), and zypp::detail::PatternImplIf::userVisible(). |
|
Definition at line 53 of file Pattern.cc. References zypp::detail::PatternImplIf::category(), pimpl(), and zypp::TranslatedText::text(). |
|
Definition at line 56 of file Pattern.cc. References zypp::detail::PatternImplIf::icon(), and pimpl(). |
|
Definition at line 59 of file Pattern.cc. References pimpl(), and zypp::detail::PatternImplIf::script(). |
|
Definition at line 62 of file Pattern.cc. References zypp::detail::PatternImplIf::order(), and pimpl(). |
|
Definition at line 65 of file Pattern.cc. References zypp::detail::PatternImplIf::install_packages(), and pimpl(). |
|
Access implementation.
Implements zypp::ResObject. Referenced by category(), icon(), install_packages(), isDefault(), order(), script(), and userVisible(). |
|
Access implementation.
Implements zypp::ResObject. |