LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
anutil.h File Reference
#include <QStringList>
#include "xpcconfig.h"
Include dependency graph for anutil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  LC
namespace  LC::AN
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.
QVariant LC::Util::AN::ToVariant (const LC::AN::StringMatcher &matcher)
LC::AN::StringMatcher LC::Util::AN::StringMatcherFromVariant (const QVariant &var)
bool LC::Util::AN::Matches (const QString &string, const LC::AN::StringMatcher &pattern)
bool LC::Util::AN::Matches (const QStringList &strings, const LC::AN::StringMatcher &pattern)