MyObject Class Reference

#include <myobject.h>

Inheritance diagram for MyObject:

Inheritance graph
[legend]
Collaboration diagram for MyObject:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 29 of file myobject.h.

Public Member Functions

 MyObject ()
 ~MyObject ()


Constructor & Destructor Documentation

MyObject::MyObject (  ) 

Definition at line 29 of file myobject.cpp.

00030     : QObject()
00031 {
00032     std::cout << "MyObject::MyObject()\n";
00033 }

MyObject::~MyObject (  ) 

Definition at line 35 of file myobject.cpp.

References qDebug().

00036 {
00037     qDebug() << "MyObject::~MyObject()";
00038 }

Here is the call graph for this function:


The documentation for this class was generated from the following files:
Generated on Thu Mar 15 15:14:44 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1