LeechCraft  0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
LC::EF::GlobalAction Namespace Reference

Entity fields corresponding to global action registration. More...

Variables

Q_DECL_IMPORT const QString ActionID { QStringLiteral ("ActionID") }
 
Q_DECL_IMPORT const QString Shortcut { QStringLiteral ("Shortcut") }
 
Q_DECL_IMPORT const QString Receiver { QStringLiteral ("Receiver") }
 
Q_DECL_IMPORT const QString Method { QStringLiteral ("Method") }
 
Q_DECL_IMPORT const QString AltShortcuts { QStringLiteral ("AltShortcuts") }
 

Detailed Description

Entity fields corresponding to global action registration.

See also
LC::Mimes::GlobalActionRegister

Variable Documentation

◆ ActionID

const QString LC::EF::GlobalAction::ActionID { QStringLiteral ("ActionID") }

◆ AltShortcuts

const QString LC::EF::GlobalAction::AltShortcuts { QStringLiteral ("AltShortcuts") }

◆ Method

const QString LC::EF::GlobalAction::Method { QStringLiteral ("Method") }

◆ Receiver

const QString LC::EF::GlobalAction::Receiver { QStringLiteral ("Receiver") }

◆ Shortcut

const QString LC::EF::GlobalAction::Shortcut { QStringLiteral ("Shortcut") }