![]() |
LeechCraft
0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
|
#include "anutil.h"#include <QString>#include <QObject>#include <interfaces/an/constants.h>#include <util/util.h>
Include dependency graph for anutil.cpp:Go to the source code of this file.
Namespaces | |
| LeechCraft | |
| LeechCraft::Util | |
| LeechCraft::Util::AN | |
Functions | |
| QMap< QString, QString > | LeechCraft::Util::AN::GetCategoryNameMap () |
| Returns the map from the category ID to its name. More... | |
| QStringList | LeechCraft::Util::AN::GetKnownEventTypes (const QString &category) |
| Returns the known events types for the given category. More... | |
| QString | LeechCraft::Util::AN::GetCategoryName (const QString &category) |
| Returns the human-readable name of the event category. More... | |
| QString | LeechCraft::Util::AN::GetTypeName (const QString &type) |
| Returns the human-readable name of the event type. More... | |