![]() |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
#include <memory>#include <optional>#include <QHash>#include <QDebug>#include <QIcon>#include <interfaces/core/icoreproxy.h>#include "xdgconfig.h"#include "itemtypes.h"
Include dependency graph for item.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | LC::Util::XDG::Item |
Describes a single XDG .desktop entry. More... | |
Namespaces | |
| LC | |
| LC::Util | |
| LC::Util::XDG | |
Typedefs | |
| using | LC::Util::XDG::Item_ptr = std::shared_ptr< Item > |
Functions | |
| QDebug | LC::Util::XDG::operator<< (QDebug stream, const Item &item) |
| Serializes item contents to the debugging stream. More... | |