score::ActionContainer Struct Reference

The ActionContainer struct. More...

Detailed Description

The ActionContainer struct.

Where the actions will be registered. Mainly used while creating score::GUIElements :

auto act = new QAction{...};
connect(act, &QAction::toggled, ...);
e.actions.add<MyActionType>(act);
Definition: GUIApplicationPlugin.hpp:24

Public Member Functions

template<typename Action_T >
void add (QAction *ptr)
 

Public Attributes

std::vector< Actioncontainer
 

The documentation for this struct was generated from the following file: