LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
slotclosure.h File Reference
#include <functional>
#include <QObject>
#include "sllconfig.h"
+ Include dependency graph for slotclosure.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LeechCraft::Util::SlotClosureBase
 Base class for SlotClosure. More...
 
class  LeechCraft::Util::SlotClosure< FireDestrPolicy >
 Executes a given functor upon a signal (or a list of signals). More...
 
class  LeechCraft::Util::BasicDeletePolicy
 
class  LeechCraft::Util::DeleteLaterPolicy
 Deletes a SlotClosure object after its signal has fired. More...
 
class  LeechCraft::Util::NoDeletePolicy
 Does not delete a SlotClosure object. More...
 
class  LeechCraft::Util::ChoiceDeletePolicy
 Delegates the SlotClosure deletion decision to the signal handler. More...
 

Namespaces

 LeechCraft
 
 LeechCraft::Util