LeechCraft 0.6.70-17335-ge406ffdcaf
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
item.h File Reference
#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

namespace  LC
 
namespace  LC::Util
 
namespace  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.