KAccelString Class Reference
#include <kaccelmanager_private.h>
Detailed Description
A string class handling accelerators.This class contains a string and knowledge about accelerators. It keeps a list weights, telling how valuable each character would be as an accelerator.
Definition at line 42 of file kaccelmanager_private.h.
Public Member Functions | |
| KAccelString () | |
| KAccelString (const QString &input, int initalWeight=-1) | |
| void | calculateWeights (int initialWeight) |
| const QString & | pure () const |
| QString | accelerated () const |
| int | accel () const |
| void | setAccel (int accel) |
| int | originalAccel () const |
| QString | originalText () const |
| QChar | accelerator () const |
| int | maxWeight (int &index, const QString &used) |
| bool | operator== (const KAccelString &c) const |
The documentation for this class was generated from the following files:

