![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
|
#include "desktopparser.h"
Public Types | |
typedef QHash< QString, QStringList > | LangValue_t |
typedef QHash< QString, LangValue_t > | Group_t |
typedef QHash< QString, Group_t > | Result_t |
Public Member Functions | |
UTIL_XDG_API Result_t | operator() (const QByteArray &) |
Definition at line 42 of file desktopparser.h.
typedef QHash<QString, LangValue_t> LeechCraft::Util::XDG::DesktopParser::Group_t |
Attributes in a group with their lang -> value mappings.
Definition at line 51 of file desktopparser.h.
typedef QHash<QString, QStringList> LeechCraft::Util::XDG::DesktopParser::LangValue_t |
Mapping from language to the list of values.
Definition at line 47 of file desktopparser.h.
typedef QHash<QString, Group_t> LeechCraft::Util::XDG::DesktopParser::Result_t |
Definition at line 52 of file desktopparser.h.
auto LeechCraft::Util::XDG::DesktopParser::operator() | ( | const QByteArray & | data | ) |
Definition at line 168 of file desktopparser.cpp.