openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
libsig_comp.h File Reference
#include <sigc++/sigc++.h>

Go to the source code of this file.

Macros

#define CONNECT(_signal, _slot)   _signal.connect(sigc::mem_fun(*this, &_slot))
 
#define CONNECT_EXTRA(_signal, _slot, extra_args...)   _signal.connect(bind(sigc::mem_fun(*this, &_slot), extra_args))
 

Macro Definition Documentation

◆ CONNECT

#define CONNECT (   _signal,
  _slot 
)    _signal.connect(sigc::mem_fun(*this, &_slot))

◆ CONNECT_EXTRA

#define CONNECT_EXTRA (   _signal,
  _slot,
  extra_args... 
)    _signal.connect(bind(sigc::mem_fun(*this, &_slot), extra_args))