TAMSVIZ
Visualization and annotation tool for ROS
Classes | Public Member Functions | List of all members
Event< FNC > Class Template Reference
Inheritance diagram for Event< FNC >:
Inheritance graph
[legend]
Collaboration diagram for Event< FNC >:
Collaboration graph
[legend]

Public Member Functions

 Event (const std::string &name)
 
void clear ()
 
void connect (const std::function< FNC > &callback)
 
template<class T >
void connect (const std::shared_ptr< T > &instance, const std::function< FNC > &callback)
 
void connect (const QObject *obj, const std::function< FNC > &callback)
 
template<class... ARGS>
void operator() (const ARGS &...args)
 
- Public Member Functions inherited from EventBase
 EventBase (const std::string &name)
 
void begin ()
 
void end ()
 

Additional Inherited Members

- Static Public Member Functions inherited from EventBase
static bool listenerCheckQPointer (const std::shared_ptr< QPointer< const QObject >> &q)
 
static std::shared_ptr< QPointer< const QObject > > listenerMakeQPointer (const QObject *o)
 

Detailed Description

template<class FNC>
class Event< FNC >

Definition at line 30 of file event.h.


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