![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
|
#include "slotclosure.h"
Public Slots | |
virtual void | run ()=0 |
Public Member Functions | |
SlotClosureBase (const std::function< void()> &func, QObject *parent) | |
SlotClosureBase (const std::function< void()> &func, QObject *sender, const char *signal, QObject *parent) | |
SlotClosureBase (const std::function< void()> &func, QObject *sender, const std::initializer_list< const char * > &signalsList, QObject *parent) | |
virtual | ~SlotClosureBase ()=default |
Definition at line 40 of file slotclosure.h.
LeechCraft::Util::SlotClosureBase::SlotClosureBase | ( | const std::function< void()> & | func, |
QObject * | parent | ||
) |
Definition at line 36 of file slotclosure.cpp.
LeechCraft::Util::SlotClosureBase::SlotClosureBase | ( | const std::function< void()> & | func, |
QObject * | sender, | ||
const char * | signal, | ||
QObject * | parent | ||
) |
Definition at line 42 of file slotclosure.cpp.
LeechCraft::Util::SlotClosureBase::SlotClosureBase | ( | const std::function< void()> & | func, |
QObject * | sender, | ||
const std::initializer_list< const char * > & | signalsList, | ||
QObject * | parent | ||
) |
Definition at line 55 of file slotclosure.cpp.
|
virtualdefault |
|
pure virtualslot |
Implemented in LeechCraft::Util::SlotClosure< FireDestrPolicy >.
Definition at line 69 of file slotclosure.cpp.
Referenced by LeechCraft::Util::SlotClosure< FireDestrPolicy >::run().