Internal object used for sending signals. More...
#include <qobject.h>
Inherits QObject.
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.
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: