Antkeeper  0.0.1
Public Attributes | List of all members
tool_component Struct Reference

#include <tool-component.hpp>

Public Attributes

std::function< void()> activated
 
std::function< void()> deactivated
 
std::function< void()> active
 

Detailed Description

Definition at line 26 of file tool-component.hpp.

Member Data Documentation

◆ activated

std::function<void()> tool_component::activated

Definition at line 28 of file tool-component.hpp.

◆ active

std::function<void()> tool_component::active

Definition at line 30 of file tool-component.hpp.

◆ deactivated

std::function<void()> tool_component::deactivated

Definition at line 29 of file tool-component.hpp.


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