|
typedef RT(* | Method) (const void *, PT1) |
|
|
| FXCallback (const FXCallback &org) |
|
FXCallback & | operator= (const FXCallback &org) |
|
FXbool | operator== (const FXCallback &other) const |
|
FXbool | operator!= (const FXCallback &other) const |
|
RT | operator() (PT1 p1) const |
|
template<typename TYPE , RT(TYPE::*)(PT1) mfn> |
void | connect (TYPE *obj) |
|
template<typename TYPE , RT(TYPE::*)(PT1) const mfn> |
void | connect (const TYPE *obj) |
|
template<RT(*)(PT1) fn> |
void | connect () |
|
bool | connected () const |
|
void | disconnect () |
|
|
static FXCallback | create () |
|
template<typename TYPE , RT(TYPE::*)(PT1) mfn> |
static FXCallback | create (TYPE *obj) |
|
template<typename TYPE , RT(TYPE::*)(PT1) const mfn> |
static FXCallback | create (const TYPE *obj) |
|
template<RT(*)(PT1) fn> |
static FXCallback | create () |
|
The documentation for this class was generated from the following file: