|
Public Member Functions |
| virtual std::string | summary (const PMSelection &sel_r, const LangCode &lang=LangCode("")) const |
| virtual std::list< std::string > | description (const PMSelection &sel_r, const LangCode &lang=LangCode("")) const |
| virtual std::list< std::string > | insnotify (const PMSelection &sel_r, const LangCode &lang=LangCode("")) const |
| virtual std::list< std::string > | delnotify (const PMSelection &sel_r, const LangCode &lang=LangCode("")) const |
| virtual FSize | size (const PMSelection &sel_r) const |
| virtual bool | providesSources (const PMSelection &sel_r) const |
| virtual std::string | instSrcLabel (const PMSelection &sel_r) const |
| virtual Vendor | instSrcVendor (const PMSelection &sel_r) const |
| virtual unsigned | instSrcRank (const PMSelection &sel_r) const |
| virtual std::string | category (const PMSelection &sel_r) const |
| virtual bool | visible (const PMSelection &sel_r) const |
| virtual std::list< std::string > | suggests (const PMSelection &sel_r) const |
| virtual std::list< PMSelectionPtr > | suggests_ptrs (const PMSelection &sel_r) const |
| virtual std::list< std::string > | recommends (const PMSelection &sel_r) const |
| virtual std::list< PMSelectionPtr > | recommends_ptrs (const PMSelection &sel_r) const |
| virtual std::list< std::string > | inspacks (const PMSelection &sel_r, const LangCode &lang=LangCode("")) const |
| virtual std::list< std::string > | delpacks (const PMSelection &sel_r, const LangCode &lang=LangCode("")) const |
| virtual PM::LocaleSet | supportedLocales (const PMSelection &sel_r) const |
| virtual std::set< PMSelectablePtr > | pureInspacks_ptrs (const PMSelection &sel_r, const LangCode &lang) const |
| virtual std::set< PMSelectablePtr > | inspacks_ptrs (const PMSelection &sel_r, const LangCode &lang) const |
| virtual std::set< PMSelectablePtr > | delpacks_ptrs (const PMSelection &sel_r, const LangCode &lang) const |
| virtual FSize | archivesize (const PMSelection &sel_r) const |
| virtual std::string | order (const PMSelection &sel_r) const |
| virtual bool | isBase (const PMSelection &sel_r) const |
| virtual PMError | provideSelToInstall (const PMSelection &sel_r, Pathname &path_r) const |
Static Public Member Functions |
| static std::string | summary (const LangCode &lang=LangCode("")) |
| static std::list< std::string > | description (const LangCode &lang=LangCode("")) |
| static std::list< std::string > | insnotify (const LangCode &lang=LangCode("")) |
| static std::list< std::string > | delnotify (const LangCode &lang=LangCode("")) |
| static FSize | size () |
| static bool | providesSources () |
| static std::string | instSrcLabel () |
| static Vendor | instSrcVendor () |
| static unsigned | instSrcRank () |
| static std::string | category () |
| static bool | visible () |
| static std::list< std::string > | suggests () |
| static std::list< PMSelectionPtr > | suggests_ptrs () |
| static std::list< std::string > | recommends () |
| static std::list< PMSelectionPtr > | recommends_ptrs () |
| static std::list< std::string > | inspacks (const LangCode &lang=LangCode("")) |
| static std::list< std::string > | delpacks (const LangCode &lang=LangCode("")) |
| static PM::LocaleSet | supportedLocales () |
| static std::set< PMSelectablePtr > | pureInspacks_ptrs (const LangCode &lang) |
| static std::set< PMSelectablePtr > | inspacks_ptrs (const LangCode &lang) |
| static std::set< PMSelectablePtr > | delpacks_ptrs (const LangCode &lang) |
| static FSize | archivesize () |
| static std::string | order () |
| static bool | isBase () |
| static PMError | provideSelToInstall (Pathname &path_r) |
Protected Member Functions |
| | PMSelectionDataProvider () |
| virtual | ~PMSelectionDataProvider () |
| PMSelectionPtr | mkPtr (const PMSelection &sel_r) const |
Private Member Functions |
| | REP_BODY (PMSelectionDataProvider) |