The QConnection class is an internal class, used in the signal/slot mechanism.  
 Más...
#include <qconnection.h>
Lista de todos los miembros.
Descripción detallada
The QConnection class is an internal class, used in the signal/slot mechanism. 
Documentación del constructor y destructor
      
        
          | QConnection::QConnection | ( | const QObject * | object, | 
        
          |  |  | int | member, | 
        
          |  |  | const char * | memberName, | 
        
          |  |  | int | memberType | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | QConnection::~QConnection | ( |  | ) |  [inline] | 
      
 
 
      
        
          | QConnection::QConnection | ( | const QObject * | , | 
        
          |  |  | int | , | 
        
          |  |  | const char * | memberName, | 
        
          |  |  | int | memberType | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | QConnection::~QConnection | ( |  | ) |  [inline] | 
      
 
 
Documentación de las funciones miembro
      
        
          | bool QConnection::isConnected | ( |  | ) | const  [inline] | 
      
 
 
      
        
          | bool QConnection::isConnected | ( |  | ) | const  [inline] | 
      
 
 
      
        
          | int QConnection::member | ( |  | ) | const  [inline] | 
      
 
 
      
        
          | int QConnection::member | ( |  | ) | const  [inline] | 
      
 
 
      
        
          | const char * QConnection::memberName | ( |  | ) | const  [inline] | 
      
 
 
      
        
          | const char* QConnection::memberName | ( |  | ) | const  [inline] | 
      
 
 
      
        
          | int QConnection::memberType | ( |  | ) | const  [inline] | 
      
 
 
      
        
          | int QConnection::memberType | ( |  | ) | const  [inline] | 
      
 
 
      
        
          | int QConnection::numArgs | ( |  | ) | const  [inline] | 
      
 
 
      
        
          | int QConnection::numArgs | ( |  | ) | const  [inline] | 
      
 
 
      
        
          | QObject* QConnection::object | ( |  | ) | const  [inline] | 
      
 
 
      
        
          | QObject * QConnection::object | ( |  | ) | const  [inline] | 
      
 
 
La documentación para esta clase fue generada a partir de los siguientes ficheros: