|
fw4spl
|
Inheritance diagram for fwGuiQt::util::FuncSlot:
Collaboration diagram for fwGuiQt::util::FuncSlot:Public Slots | |
| void | trigger () |
Public Member Functions | |
| template<typename CALLABLE > | |
| FuncSlot (CALLABLE c) | |
| template<typename CALLABLE > | |
| void | setFunction (CALLABLE c) |
Protected Attributes | |
| std::function< void() > | m_func |
Definition at line 22 of file FuncSlot.hpp.