Public Types | |
| typedef std::set < ResPool::Item > | ItemC |
| typedef std::map < std::string, SelC > | NameC |
| typedef std::map < ResObject::Kind, NameC > | KindC |
| typedef std::set < ui::Selectable::Ptr > | SelectableIndex |
| Build Selectable::Ptr and feed them to some container. | |
| typedef std::map < ResObject::Kind, SelectableIndex > | SelectablePool |
Public Member Functions | |
| void | operator() (ResPool::Item it) |
| collect from a pool | |
| ui::Selectable::Ptr | buildSelectable (const ResObject::Kind &kind_r, const std::string &name_r, const PoolItem &installedItem_r, const ItemC &available) |
| void | feed (SelectablePool &_selPool) |
Public Attributes | |
| KindC | _kinds |
Classes | |
| struct | SelC |
Definition at line 70 of file ResPoolProxy.cc.
| typedef std::set<ResPool::Item> zypp::SelPoolHelper::ItemC |
Definition at line 72 of file ResPoolProxy.cc.
| typedef std::map<std::string,SelC> zypp::SelPoolHelper::NameC |
Definition at line 85 of file ResPoolProxy.cc.
| typedef std::map<ResObject::Kind,NameC> zypp::SelPoolHelper::KindC |
Definition at line 86 of file ResPoolProxy.cc.
| typedef std::set<ui::Selectable::Ptr> zypp::SelPoolHelper::SelectableIndex |
Build Selectable::Ptr and feed them to some container.
Definition at line 113 of file ResPoolProxy.cc.
| typedef std::map<ResObject::Kind,SelectableIndex> zypp::SelPoolHelper::SelectablePool |
Definition at line 114 of file ResPoolProxy.cc.
| void zypp::SelPoolHelper::operator() | ( | ResPool::Item | it | ) | [inline] |
| ui::Selectable::Ptr zypp::SelPoolHelper::buildSelectable | ( | const ResObject::Kind & | kind_r, | |
| const std::string & | name_r, | |||
| const PoolItem & | installedItem_r, | |||
| const ItemC & | available | |||
| ) | [inline] |
| void zypp::SelPoolHelper::feed | ( | SelectablePool & | _selPool | ) | [inline] |
Definition at line 116 of file ResPoolProxy.cc.
References _kinds, and buildSelectable().
Referenced by zypp::ResPoolProxy::Impl::Impl().
1.5.3