class KCompTreeNode
|
A helper class for KCompletion. More... |
|
|
Public Methods
Public Members
A helper class for KCompletion. Implements a tree of QChar.
The tree looks like this (containing the items "kde", "kde-ui",
"kde-core" and "pfeiffer". Every item is delimited with QChar( 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
KCompTreeNode ()
| KCompTreeNode |
KCompTreeNode ( const QChar& ch, uint weight = 0 )
| KCompTreeNode |
~KCompTreeNode ()
| ~KCompTreeNode |
void * operator new ( size_t s )
| new |
void operator delete ( void * s )
| delete |
[const]
void remove ( const QString& )
| remove |
inline int childrenCount ()
| childrenCount |
[const]
inline void confirm ()
| confirm |
inline void confirm (uint w)
| confirm |
inline void decline ()
| decline |
inline uint weight ()
| weight |
[const]
[const]
[const]
[const]
[const]
- Author: Carsten Pfeiffer
- Generated: caleb on tcdevel on Tue Jan 28 12:54:04 2003, using kdoc $.