KDECore
kkernel_win.h File Reference
#include <QtCore/QString>
#include <kdecore_export.h>
Include dependency graph for kkernel_win.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
QByteArray | getWin32LocaleName () |
QString | getWin32ShellFoldersPath (const QString &folder) |
bool | isExecutable (const QString &filename) |
bool | showWin32FilePropertyDialog (const QString &fileName) |
Function Documentation
QByteArray getWin32LocaleName | ( | ) |
- Returns:
- two-letter locale name (like "en" or "pl") taken from MS Windows native registry. Useful when we don't want to rely on KSyCoCa. Used e.g. by kbuildsycoca application.
Definition at line 175 of file kkernel_win.cpp.
Windows-specific functions needed in kdecore.
This file provides some Windows-specific functions which Qt do not provide access to.
- Returns:
- a value from MS Windows native registry for shell folder folder.
a value from MS Windows native registry for shell folder folder.
Definition at line 194 of file kkernel_win.cpp.
bool isExecutable | ( | const QString & | filename | ) |
- Returns:
- true when the file is an executable on windows.
Definition at line 303 of file kkernel_win.cpp.
bool showWin32FilePropertyDialog | ( | const QString & | fileName | ) |
Shows native MS Windows file property dialog for a file fileName.
Return true on success. Only works for local absolute paths. Used by KPropertiesDialog, if possible.
Definition at line 159 of file kkernel_win.cpp.