#include <q3objectdict.h>
Inheritance diagram for Q3ObjectDictionary:


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 () | |
| Q3ObjectDictionary & | operator= (const Q3ObjectDictionary &dict) |
| Q3ObjectDictionary::Q3ObjectDictionary | ( | int | size = 17, |
|
| bool | cs = true, |
|||
| bool | ck = true | |||
| ) | [inline] |
| Q3ObjectDictionary::Q3ObjectDictionary | ( | const Q3ObjectDictionary & | dict | ) | [inline] |
| Q3ObjectDictionary::~Q3ObjectDictionary | ( | ) | [inline] |
Definition at line 45 of file q3objectdict.h.
References clear().
00045 { clear(); }
Here is the call graph for this function:

| Q3ObjectDictionary& Q3ObjectDictionary::operator= | ( | const Q3ObjectDictionary & | dict | ) | [inline] |
Definition at line 46 of file q3objectdict.h.
References Q3AsciiDict< type >::operator=().
00047 { return (Q3ObjectDictionary&)Q3AsciiDict<QMetaObject>::operator=(dict);}
Here is the call graph for this function:

1.5.1