45 using Item_ptr = std::shared_ptr<Item>;
72 bool IsReady_ =
false;
73 bool IsScanning_ =
false;
102 bool IsReady ()
const;
124 Item_ptr FindItem (
const QString& permanentID)
const;
138 void itemsListChanged ();
QMultiMap< QDateTime, QString > Items_
std::shared_ptr< Item > Item_ptr
Describes a single XDG .desktop entry.
Finds and parses XDG .desktop files.
Type
Describes the various types of XDG .desktop files.
class UTIL_XDG_API ItemsFinder
std::shared_ptr< ICoreProxy > ICoreProxy_ptr
QHash< QString, QList< Item_ptr > > Cat2Items_t