24 explicit ListAction(
int index, QObject* parent =
nullptr);
int index_
Index belonging to this action.
Definition listaction.h:28
void onTriggeredAt()
Emits triggeredAt.
Definition listaction.cpp:9
void triggeredAt(int index)
Emits this action's index.
ListAction(int index, QObject *parent=nullptr)
Constructs a new action with the given index.
Definition listaction.cpp:4