12 #include <QAbstractButton>
37 virtual bool eventFilter(QObject* pWatched, QEvent* pEvent)
override;
46 void onButtonClicked(
bool pChecked);
47 void onButtonPressed();
48 void onButtonReleased();
49 void onButtonToggled(
bool pChecked);
52 QVector<QAbstractButton*> mButtons;
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15