#include <PMSelectionDataProvider.h>
Inheritance diagram for PMSelectionDataProvider:
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 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 | |
std::string | summary (const LangCode &lang=LangCode("")) |
std::list< std::string > | description (const LangCode &lang=LangCode("")) |
std::list< std::string > | insnotify (const LangCode &lang=LangCode("")) |
std::list< std::string > | delnotify (const LangCode &lang=LangCode("")) |
FSize | size () |
bool | providesSources () |
std::string | instSrcLabel () |
Vendor | instSrcVendor () |
unsigned | instSrcRank () |
std::string | category () |
bool | visible () |
std::list< std::string > | suggests () |
std::list< PMSelectionPtr > | suggests_ptrs () |
std::list< std::string > | recommends () |
std::list< PMSelectionPtr > | recommends_ptrs () |
std::list< std::string > | inspacks (const LangCode &lang=LangCode("")) |
std::list< std::string > | delpacks (const LangCode &lang=LangCode("")) |
std::set< PMSelectablePtr > | inspacks_ptrs (const LangCode &lang) |
std::set< PMSelectablePtr > | delpacks_ptrs (const LangCode &lang) |
FSize | archivesize () |
std::string | order () |
bool | isBase () |
PMError | provideSelToInstall (Pathname &path_r) |
Protected Member Functions | |
PMSelectionDataProvider () | |
virtual | ~PMSelectionDataProvider () |
PMSelectionPtr | mkPtr (const PMSelection &sel_r) const |
Private Member Functions | |
REP_BODY (PMSelectionDataProvider) |
PMSelection attribute retrieval. The PMSelection this pointer is passed in case the concrete DataProvider has do some lookup.
Default values provided by static members
|
|
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
In case concrete SelectionDataProvider wants PMSelectionPtr for lookup. |
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
|
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|
|
Reimplemented in PMULSelectionDataProvider. |
|
|