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.
|
Definition at line 72 of file ResPoolProxy.cc. |
|
Definition at line 85 of file ResPoolProxy.cc. |
|
Definition at line 86 of file ResPoolProxy.cc. |
|
Build Selectable::Ptr and feed them to some container.
Definition at line 113 of file ResPoolProxy.cc. |
|
Definition at line 114 of file ResPoolProxy.cc. |
|
collect from a pool
Definition at line 91 of file ResPoolProxy.cc. References _kinds. |
|
Definition at line 97 of file ResPoolProxy.cc. Referenced by feed(). |
|
Definition at line 116 of file ResPoolProxy.cc. References _kinds, and buildSelectable(). Referenced by zypp::ResPoolProxy::Impl::Impl(). |
|
Definition at line 88 of file ResPoolProxy.cc. Referenced by feed(), and operator()(). |