(Internal ClanLib Class) More...
#include <signal_v1.h>
Inheritance diagram for clan::SlotCallback_v1_static< Param1 >:Public Member Functions | |
| SlotCallback_v1_static (void(*static_func)(Param1)) | |
| void | invoke (Param1 param1) |
Public Member Functions inherited from clan::SlotCallback | |
| SlotCallback () | |
| virtual | ~SlotCallback () |
Public Attributes | |
| void(* | static_func )(Param1) |
Public Attributes inherited from clan::SlotCallback | |
| bool | enabled |
| bool | valid |
(Internal ClanLib Class)