![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Base/Algorithm.h>
Struct for representing a named action that has been registered with this algorithm. More...
Struct for representing a named action that has been registered with this algorithm.
Public Member Functions | |
| Action (const std::string &id, const std::string &guiName, const std::function< Algorithm::Status(void)> action) | |
Public Attributes | |
| std::string | id |
| std::string | guiName |
| bool | isHidden = false |
| If set to true, the action will not generate a button. | |