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>
Include dependency graph for kde_file_win.cpp:
Go to the source code of this file.
Namespaces | |
KDE | |
Macros | |
#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) |
Macro Definition 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 |
Definition at line 59 of file kde_file_win.cpp.
|
static |
, from kdewin32 lib
Definition at line 35 of file kde_file_win.cpp.
Definition at line 79 of file kde_file_win.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.