Class KeyboardTrigger#
Defined in File keyboard_trigger.hpp
Inheritance Relationships#
Base Type#
public QObject
Class Documentation#
-
class KeyboardTrigger : public QObject
Public Functions
-
explicit KeyboardTrigger(KeyTriggerConfig &config, QObject *parent = nullptr)
-
~KeyboardTrigger() override
-
void set_active(bool active)
-
inline bool is_active() const
-
void reload_key_sequence()
-
inline int fire_count() const
-
void reset_count()
-
bool eventFilter(QObject *obj, QEvent *event) override
-
explicit KeyboardTrigger(KeyTriggerConfig &config, QObject *parent = nullptr)