KDECore
kstringhandler.cpp File Reference
#include "kstringhandler.h"
#include <stdlib.h>
#include <kglobal.h>
#include <QtCore/QRegExp>
#include <QtCore/QCharRef>
#include <QtCore/QMutableStringListIterator>
Include dependency graph for kstringhandler.cpp:

Go to the source code of this file.
Defines | |
| #define | F 0 |
| #define | I 2 |
| #define | T 1 |
| #define | X 3 |
Functions | |
| QStringList | KStringHandler::capwords (const QStringList &list) |
| QString | KStringHandler::capwords (const QString &text) |
| QString | KStringHandler::csqueeze (const QString &str, int maxlen=40) |
| QString | KStringHandler::from8Bit (const char *str) |
| bool | KStringHandler::isUtf8 (const char *str) |
| QString | KStringHandler::lsqueeze (const QString &str, int maxlen=40) |
| int | KStringHandler::naturalCompare (const QString &a, const QString &b, Qt::CaseSensitivity caseSensitivity=Qt::CaseSensitive) |
| QString | KStringHandler::obscure (const QString &str) |
| QStringList | KStringHandler::perlSplit (const QRegExp &sep, const QString &s, int max=0) |
| QStringList | KStringHandler::perlSplit (const QChar &sep, const QString &s, int max=0) |
| QStringList | KStringHandler::perlSplit (const QString &sep, const QString &s, int max=0) |
| QString | KStringHandler::rsqueeze (const QString &str, int maxlen=40) |
| QString | KStringHandler::tagUrls (const QString &text) |
Define Documentation
| #define F 0 |
| #define I 2 |
| #define T 1 |
| #define X 3 |
KDE 4.1 API Reference