Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

QDawgNode Class Reference

Introduction

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

#include <qdawg.h>

Public Members

Detailed Description

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

See the QDawg documentation for further information.

Member Function Documentation

QChar QDawg::Node::letter() const

Returns this Node's letter.

bool QDawg::Node::isWord() const

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

bool QDawg::Node::isLast() const

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

const Node* QDawg::Node::next() const

Returns the next child Node in the child list.

const Node* QDawg::Node::jump() const

Returns the node connected to this Node.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3