#include <KTSlot.hh>
|
template<class XFuncOwnerType > |
| KTSlotDone (const std::string &name, XFuncOwnerType *owner, void(XFuncOwnerType::*func)(), KTSignalDone *signalPtr=NULL) |
| Constructor for the case where the processor has the function that will be called by the slot. More...
|
|
template<class XFuncOwnerType > |
| KTSlotDone (const std::string &name, KTProcessor *proc, XFuncOwnerType *owner, void(XFuncOwnerType::*func)(), KTSignalDone *signalPtr=NULL) |
| Constructor for the case where the processor and the object with the function that will be called are different. More...
|
|
virtual | ~KTSlotDone () |
|
void | operator() () |
|
Definition at line 493 of file KTSlot.hh.
◆ function_signature
◆ return_type
◆ KTSlotDone() [1/2]
KTSlotDone |
( |
const std::string & |
name, |
|
|
XFuncOwnerType * |
owner, |
|
|
void(XFuncOwnerType::*)() |
func, |
|
|
KTSignalDone * |
signalPtr = NULL |
|
) |
| |
Constructor for the case where the processor has the function that will be called by the slot.
Definition at line 517 of file KTSlot.hh.
◆ KTSlotDone() [2/2]
Constructor for the case where the processor and the object with the function that will be called are different.
Definition at line 525 of file KTSlot.hh.
◆ ~KTSlotDone()
◆ operator()()
◆ fFunc
boost::function< void () > fFunc |
|
protected |
◆ fSignalPtr
The documentation for this class was generated from the following file: