QSenderObject Class Reference


Internal object used for sending signals. More...

#include <qobject.h>

Inherits QObject.

List of all member functions.

Public Members


Detailed Description

Internal object used for sending signals.

It is generally a very bad idea to use this class directly in application programs.

In particular, you cannot not use it to send signals from classes that do not inherit QObject. If you wish to do that, make an internal class that inherits QObject and has the necessary signals and slots. Alternatively, you can use the QSignal class.


Member Function Documentation

void QSenderObject::setSender ( QObject * s )

Internal function, used in signal-slot connections.


This file is part of the Qt toolkit, copyright © 1995-97 Troll Tech, all rights reserved.

It was generated from the following files:


Generated at 17:19, 1997/09/30 for Qt version 1.30 by the webmaster at Troll Tech