Qtopia library API Documentation

QDawg::Node Class Reference

The QDawg::Node class represents one node of a QDawg. More...

#include <qdawg.h>

List of all members.

Public Member Functions

QChar letter () const
bool isWord () const
bool isLast () const
const Nodenext () const
const Nodejump () const

Friends

class QDawgPrivate


Detailed Description

The QDawg::Node class represents one node of a QDawg.

Definition at line 46 of file qdawg.h.


Member Function Documentation

QChar QDawg::Node::letter  )  const [inline]
 

Returns this Node's letter.

Definition at line 54 of file qdawg.h.

bool QDawg::Node::isWord  )  const [inline]
 

Returns TRUE if this Node is the end of a word; otherwise returns FALSE.

Definition at line 55 of file qdawg.h.

bool QDawg::Node::isLast  )  const [inline]
 

Returns TRUE if this Node is the last in the child list; otherwise returns FALSE.

Definition at line 56 of file qdawg.h.

const Node * QDawg::Node::next  )  const [inline]
 

Returns the next child Node in the child list or 0 if the current Node isLast().

Definition at line 57 of file qdawg.h.

const Node * QDawg::Node::jump  )  const [inline]
 

Returns the node connected to this Node.

Definition at line 58 of file qdawg.h.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for OPIE Version 1.5.5.
Documentation copyright © 1997-2003 the KDE developers. 2003 OPIE developers
Generated on Tue Feb 10 20:24:16 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001