6 #ifndef SWIFT_MISC_INPUT_ACTIONHOTKEY_H
7 #define SWIFT_MISC_INPUT_ACTIONHOTKEY_H
21 namespace swift::misc::input
30 IndexIdentifier = CPropertyIndexRef::GlobalIndexCSettingKeyboardHotkey,
31 IndexIdentifierAsString,
33 IndexCombinationAsString,
55 const QString &
getAction()
const {
return m_action; }
58 void setAction(
const QString &action) { m_action = action; }
79 void updateToCurrentMachine();
87 return !m_identifier.getMachineName().isEmpty() && !m_combination.isEmpty() && !m_action.isEmpty();
97 QString convertToQString(
bool i18n =
false)
const;
Value object encapsulating information identifying a component of a modular distributed swift process...
Non-owning reference to a CPropertyIndex with a subset of its features.
Mix of the most commonly used mixin classes.
#define SWIFT_MISC_EXPORT
Export a class or function from the library.
#define SWIFT_DECLARE_VALUEOBJECT_MIXINS(Namespace, Class)
Explicit template declaration of mixins for a CValueObject subclass to be placed near the top of the ...