|
FAST.Framework
1.0.0
|
#include <FSlot.h>


Public Member Functions | |
| FSlot (std::function< void(Args...)> function) | |
| virtual | ~FSlot ()=default |
| Constructor of slot object. More... | |
| void | Call (Args... args) const |
| < Execute call | |
| void | SetSlotFunction (std::function< void(Args...)> function) |
| const type_info & | GetType () override |
| Returns the type info over object. | |
| FString | GetName () const override |
| < Returns the name of object | |
Public Member Functions inherited from FObject | |
| FObject ()=default | |
| Constructor. | |
| virtual | ~FObject ()=default |
| Destructor. | |
Represents a slot for the signal object
Constructor of slot object.
Destroy slot object
|
inline |
| function | Set slot function |