HGCal Test Beam  03a93d6239a951948e06fb3ef8dae4cbdebfad30
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
Slot Class Reference

#include <Slot.h>

Inheritance diagram for Slot:
Inheritance graph
[legend]
Collaboration diagram for Slot:
Collaboration graph
[legend]

Public Member Functions

 Slot ()
 
 Slot (PyObject *object, const char *method)
 
 ~Slot ()
 
void handleSignal (int id)
 
void handleSignal ()
 
PyObject * receiver () const
 
const char * method () const
 

Detailed Description

Definition at line 19 of file Slot.h.

Constructor & Destructor Documentation

Slot::Slot ( )

RootCint requires a default constructor

Definition at line 18 of file Slot.cc.

Slot::Slot ( PyObject *  object,
const char *  method 
)

Definition at line 20 of file Slot.cc.

Slot::~Slot ( )

Definition at line 28 of file Slot.cc.

Member Function Documentation

void Slot::handleSignal ( int  id)

Definition at line 34 of file Slot.cc.

void Slot::handleSignal ( )

Definition at line 46 of file Slot.cc.

const char* Slot::method ( ) const
inline

Definition at line 51 of file Slot.h.

Referenced by Connection::method().

PyObject* Slot::receiver ( ) const
inline

Definition at line 49 of file Slot.h.

Referenced by Connection::receiver().


The documentation for this class was generated from the following files: