KDECore
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>Go to the source code of this file.
Namespaces | |
| namespace | KDE |
Macros | |
| #define | __MSVCRT_VERSION__ 0x601 |
| #define | CONV(x) |
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) |
Macro Definition Documentation
◆ __MSVCRT_VERSION__
| #define __MSVCRT_VERSION__ 0x601 |
Definition at line 22 of file kde_file_win.cpp.
◆ CONV
| #define CONV | ( | x | ) |
Value:
((wchar_t*)x.utf16())
Definition at line 32 of file kde_file_win.cpp.
Function Documentation
◆ kdewin_fix_flags()
|
static |
Definition at line 59 of file kde_file_win.cpp.
◆ kdewin_fix_mode_string()
|
static |
, from kdewin32 lib
Definition at line 35 of file kde_file_win.cpp.
◆ mkdtemp_QString()
Definition at line 79 of file kde_file_win.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.