Q3AsciiBucket Class Reference

#include <q3gdict.h>

Inheritance diagram for Q3AsciiBucket:

Inheritance graph
[legend]
Collaboration diagram for Q3AsciiBucket:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 61 of file q3gdict.h.

Public Member Functions

 Q3AsciiBucket (const char *k, Q3PtrCollection::Item d, Q3BaseBucket *n)
const char * getKey () const

Private Attributes

const char * key


Constructor & Destructor Documentation

Q3AsciiBucket::Q3AsciiBucket ( const char *  k,
Q3PtrCollection::Item  d,
Q3BaseBucket n 
) [inline]

Definition at line 64 of file q3gdict.h.

00065   : Q3BaseBucket(d,n), key(k) {}


Member Function Documentation

const char* Q3AsciiBucket::getKey (  )  const [inline]

Definition at line 66 of file q3gdict.h.

References key.

00066 { return key; }


Member Data Documentation

const char* Q3AsciiBucket::key [private]

Definition at line 68 of file q3gdict.h.

Referenced by getKey().


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