src/corelib/kernel/qobjectdefs.h
branchRCL_3
changeset 4 3b1da2848fc7
parent 0 1918ee327afb
child 7 3f74d0d4af4c
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the QtCore module of the Qt Toolkit.
     7 ** This file is part of the QtCore module of the Qt Toolkit.
     8 **
     8 **
   332                         const QObject *receiver, int method_index,
   332                         const QObject *receiver, int method_index,
   333                         int type = 0, int *types = 0);
   333                         int type = 0, int *types = 0);
   334     // internal index-based disconnect
   334     // internal index-based disconnect
   335     static bool disconnect(const QObject *sender, int signal_index,
   335     static bool disconnect(const QObject *sender, int signal_index,
   336                            const QObject *receiver, int method_index);
   336                            const QObject *receiver, int method_index);
       
   337     static bool disconnectOne(const QObject *sender, int signal_index,
       
   338                               const QObject *receiver, int method_index);
   337     // internal slot-name based connect
   339     // internal slot-name based connect
   338     static void connectSlotsByName(QObject *o);
   340     static void connectSlotsByName(QObject *o);
   339 
   341 
   340     // internal index-based signal activation
   342     // internal index-based signal activation
   341     static void activate(QObject *sender, int signal_index, void **argv);  //obsolete
   343     static void activate(QObject *sender, int signal_index, void **argv);  //obsolete