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