Q3ObjectDictionary Class Reference

#include <q3objectdict.h>

Inheritance diagram for Q3ObjectDictionary:

Inheritance graph
[legend]
Collaboration diagram for Q3ObjectDictionary:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 38 of file q3objectdict.h.

Public Member Functions

 Q3ObjectDictionary (int size=17, bool cs=true, bool ck=true)
 Q3ObjectDictionary (const Q3ObjectDictionary &dict)
 ~Q3ObjectDictionary ()
Q3ObjectDictionaryoperator= (const Q3ObjectDictionary &dict)


Constructor & Destructor Documentation

Q3ObjectDictionary::Q3ObjectDictionary ( int  size = 17,
bool  cs = true,
bool  ck = true 
) [inline]

Definition at line 41 of file q3objectdict.h.

00042   : Q3AsciiDict<QMetaObject>(size,cs,ck) {}

Q3ObjectDictionary::Q3ObjectDictionary ( const Q3ObjectDictionary dict  )  [inline]

Definition at line 43 of file q3objectdict.h.

00044   : Q3AsciiDict<QMetaObject>(dict) {}

Q3ObjectDictionary::~Q3ObjectDictionary (  )  [inline]

Definition at line 45 of file q3objectdict.h.

References clear().

00045 { clear(); }

Here is the call graph for this function:


Member Function Documentation

Q3ObjectDictionary& Q3ObjectDictionary::operator= ( const Q3ObjectDictionary dict  )  [inline]

Definition at line 46 of file q3objectdict.h.

References Q3AsciiDict< type >::operator=().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Thu Mar 15 16:12:38 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1