LeechCraft  %{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
util.cpp File Reference
+ Include dependency graph for util.cpp:

Go to the source code of this file.

Namespaces

 LeechCraft
 
 LeechCraft::Util
 

Functions

 Q_DECLARE_METATYPE (QVariantList *)
 
Entity LeechCraft::Util::MakeAN (const QString &header, const QString &text, Priority priority, const QString &senderID, const QString &cat, const QString &type, const QString &id, const QStringList &visualPath, int delta=1, int count=0, const QString &fullText=QString(), const QString &extendedText=QString())
 Creates an Advanced Notifications-enabled notify entity. More...
 
Entity LeechCraft::Util::MakeANRule (const QString &title, const QString &senderID, const QString &cat, const QStringList &types, AN::NotifyFlags flags, bool openConfiguration, const QList< QPair< QString, ANFieldValue >> &fields)
 
QList< QObject * > LeechCraft::Util::GetDataFilters (const QVariant &data, IEntityManager *manager)
 Returns the data filter plugins that can handle data. More...
 
Entity LeechCraft::Util::MakeEntity (const QVariant &entity, const QString &location, TaskParameters tp, const QString &mime)
 
Entity LeechCraft::Util::MakeNotification (const QString &header, const QString &text, Priority priority)
 An utility function to make a Entity with notification. More...
 
Entity LeechCraft::Util::MakeANCancel (const Entity &event)
 Makes an event for canceling another Advanced Notifications event. More...
 
Entity LeechCraft::Util::MakeANCancel (const QString &senderId, const QString &eventId)
 Makes an event for canceling another Advanced Notifications event. More...
 
QVariantList LeechCraft::Util::GetPersistentData (const QList< QVariant > &keys, QObject *object)
 

Function Documentation

Q_DECLARE_METATYPE ( QVariantList *  )