kde_file_win.cpp File Reference
#include "kde_file.h"#include <QtCore/QFile>#include <errno.h>#include <sys/utime.h>#include <sys/stat.h>#include <wchar.h>
Include dependency graph for kde_file_win.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | KDE |
Defines | |
| #define | __MSVCRT_VERSION__ 0x601 |
| #define | CONV(x) ((wchar_t*)x.utf16()) |
Functions | |
| int | KDE::access (const QString &path, int mode) |
| int | KDE::chmod (const QString &path, mode_t mode) |
| FILE * | KDE::fopen (const QString &pathname, const char *mode) |
| static int | kdewin_fix_flags (int flags) |
| static int | kdewin_fix_mode_string (char *fixed_mode, const char *mode) |
| int | KDE::lstat (const QString &path, KDE_struct_stat *buf) |
| int | KDE::mkdir (const QString &pathname, mode_t) |
| QString | mkdtemp_QString (const QString &_template) |
| int | KDE::open (const QString &pathname, int flags, mode_t mode) |
| int | KDE::rename (const QString &in, const QString &out) |
| int | KDE::stat (const QString &path, KDE_struct_stat *buf) |
| int | KDE::utime (const QString &filename, struct utimbuf *buf) |
Define Documentation
| #define __MSVCRT_VERSION__ 0x601 |
Definition at line 22 of file kde_file_win.cpp.
| #define CONV | ( | x | ) | ((wchar_t*)x.utf16()) |
Definition at line 32 of file kde_file_win.cpp.
Function Documentation
| static int kdewin_fix_flags | ( | int | flags | ) | [static] |
Definition at line 59 of file kde_file_win.cpp.
| static int kdewin_fix_mode_string | ( | char * | fixed_mode, |
| const char * | mode | ||
| ) | [static] |
, from kdewin32 lib
Definition at line 35 of file kde_file_win.cpp.
Definition at line 79 of file kde_file_win.cpp.
KDE 4.6 API Reference