#include "qglobal.h"
#include "qdir.h"
#include "qfileinfo.h"
#include "qfiledefs_p.h"
#include "qregexp.h"
#include "qstringlist.h"
#include <stdlib.h>
#include <ctype.h>
Go to the source code of this file.
int qt_cmp_si |
( |
const void * |
n1, |
|
|
const void * |
n2 |
|
) |
| |
Definition at line 1145 of file qdir.cpp.
1187 r = (
int)((
char*)n1 - (
char*)n2);
int compare(const QString &s) const
int secsTo(const QDateTime &) const
QDateTime lastModified() const
Definition at line 1010 of file qdir.cpp.
1016 int i = filter.
find( sep, 0 );
1017 if ( i == -1 && filter.
find(
' ', 0 ) != -1 )
1024 for ( ; it != lst.
end(); ++it ) {
The QString class provides an abstraction of Unicode text and the classic C null-terminated char arra...
The QChar class provides a light-weight Unicode character.
QString stripWhiteSpace() const
int find(QChar c, int index=0, bool cs=TRUE) const
static QStringList split(const QString &sep, const QString &str, bool allowEmptyEntries=FALSE)