| Home · All Classes · All Namespaces · Modules · Functions · Files | 
Callback with 4 arguments. More...
#include <TelepathyQt/Callbacks>
Inherits Tp::BaseCallback.
| Public Types | |
| typedef R(* | FunctionType )(Arg1, Arg2, Arg3, Arg4) | 
| typedef R | ResultType | 
| Public Member Functions | |
| Callback4 () | |
| template<class Functor > | |
| Callback4 (const Functor &functor) | |
| ResultType | operator() (Arg1 a1, Arg2 a2, Arg3 a3, Arg4 a4) const | 
|  Public Member Functions inherited from Tp::BaseCallback | |
| BaseCallback () | |
| BaseCallback (AbstractFunctorCaller *caller) | |
| BaseCallback (const BaseCallback &other) | |
| virtual | ~BaseCallback () | 
| bool | isValid () const | 
| BaseCallback & | operator= (const BaseCallback &other) | 
| Additional Inherited Members | |
|  Protected Attributes inherited from Tp::BaseCallback | |
| AbstractFunctorCaller * | caller | 
Callback with 4 arguments.
See Callbacks Usage
| typedef R(* Tp::Callback4< R, Arg1, Arg2, Arg3, Arg4 >::FunctionType)(Arg1, Arg2, Arg3, Arg4) | 
| typedef R Tp::Callback4< R, Arg1, Arg2, Arg3, Arg4 >::ResultType | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.6.1 |