Choreonoid  1.5
Public Member Functions | List of all members
cnoid::ScopedConnection Class Reference

#include <Signal.h>

Inheritance diagram for cnoid::ScopedConnection:
cnoid::Connection

Public Member Functions

 ScopedConnection ()
 
 ScopedConnection (const Connection &org)
 
 ~ScopedConnection ()
 
void reset (const Connection &c)
 
void disconnect ()
 
bool connected ()
 
void block ()
 
void unblock ()
 
ScopedConnectionchangeOrder (Order order)
 

Constructor & Destructor Documentation

◆ ScopedConnection() [1/2]

cnoid::ScopedConnection::ScopedConnection ( )
inline

◆ ScopedConnection() [2/2]

cnoid::ScopedConnection::ScopedConnection ( const Connection org)
inline

◆ ~ScopedConnection()

cnoid::ScopedConnection::~ScopedConnection ( )
inline

Member Function Documentation

◆ block()

void cnoid::ScopedConnection::block ( )
inline

◆ changeOrder()

ScopedConnection& cnoid::ScopedConnection::changeOrder ( Order  order)
inline

◆ connected()

bool cnoid::ScopedConnection::connected ( )
inline

◆ disconnect()

void cnoid::ScopedConnection::disconnect ( )
inline

◆ reset()

void cnoid::ScopedConnection::reset ( const Connection c)
inline

◆ unblock()

void cnoid::ScopedConnection::unblock ( )
inline

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