45 typedef std::shared_ptr<Item>
Item_ptr;
49 typedef QHash<QString, QList<Item_ptr>>
Cat2Items_t;
64 bool IsReady ()
const;
66 Cat2Items_t GetItems ()
const;
67 Item_ptr FindItem (
const QString& permanentID)
const;
71 void handleScanParseFinished ();
73 void itemsListChanged ();
std::shared_ptr< Item > Item_ptr
std::shared_ptr< ICoreProxy > ICoreProxy_ptr
QHash< QString, QList< Item_ptr > > Cat2Items_t
class UTIL_XDG_API ItemsFinder