Public Member Functions | |
DocbookSectionMapper () | |
Public Member Functions inherited from QIntDict< char > | |
QIntDict (int size=17) | |
QIntDict (const QIntDict< char > &d) | |
~QIntDict () | |
QIntDict< char > & | operator= (const QIntDict< char > &d) |
uint | count () const |
uint | size () const |
bool | isEmpty () const |
void | insert (long k, const char *d) |
void | replace (long k, const char *d) |
bool | remove (long k) |
char * | take (long k) |
char * | find (long k) const |
char * | operator[] (long k) const |
void | clear () |
void | resize (uint n) |
void | statistics () const |
Public Member Functions inherited from QGDict | |
uint | size () const |
QCollection::Item | look_string (const QString &key, QCollection::Item, int) |
QCollection::Item | look_ascii (const char *key, QCollection::Item, int) |
QCollection::Item | look_int (long key, QCollection::Item, int) |
QCollection::Item | look_ptr (void *key, QCollection::Item, int) |
QDataStream & | read (QDataStream &) |
QDataStream & | write (QDataStream &) const |
Public Member Functions inherited from QCollection | |
bool | autoDelete () const |
void | setAutoDelete (bool enable) |
Definition at line 59 of file docbookgen.cpp.
|
inline |
Definition at line 62 of file docbookgen.cpp.