ImFusion SDK 4.3
Algorithm::Action Struct Reference

#include <ImFusion/Base/Algorithm.h>

Struct for representing a named action that has been registered with this algorithm. More...

Detailed Description

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.
 

The documentation for this struct was generated from the following file:
Search Tab / S to search, Esc to close