• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kdecore
 

kdecore

Public Member Functions | Public Attributes | List of all members
KCompTreeNode Class Reference

#include <kcompletion_private.h>

Inherits TQChar.

Public Member Functions

 KCompTreeNode (const TQChar &ch, uint weight=0)
 
void * operator new (size_t s)
 
void operator delete (void *s)
 
KCompTreeNode * find (const TQChar &ch) const
 
KCompTreeNode * insert (const TQChar &, bool sorted)
 
void remove (const TQString &)
 
int childrenCount () const
 
void confirm ()
 
void confirm (uint w)
 
void decline ()
 
uint weight () const
 
const KCompTreeChildren * children () const
 
const KCompTreeNode * childAt (int index) const
 
const KCompTreeNode * firstChild () const
 
const KCompTreeNode * lastChild () const
 

Public Attributes

KCompTreeNode * next
 

Detailed Description

A helper class for KCompletion.

Implements a tree of TQChar.

The tree looks like this (containing the items "kde", "kde-ui", "kde-core" and "pfeiffer". Every item is delimited with TQChar( 0x0 )

         some_root_node
             /     \
            k       p
            |       |
            d       f
            |       |
            e       e
           /|       |
        0x0 -       i
           / \      |
          u   c     f
          |   |     |
          i   o     f
          |   |     |
         0x0  r     e
              |     |
              e     r
              |     |
             0x0   0x0
Author
Carsten Pfeiffer pfeif.nosp@m.fer@.nosp@m.kde.o.nosp@m.rg

Definition at line 84 of file kcompletion_private.h.


The documentation for this class was generated from the following files:
  • kcompletion_private.h
  • kcompletion.cpp

kdecore

Skip menu "kdecore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdecore

Skip menu "kdecore"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kdecore by doxygen 1.8.3.1
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |