KDEUI
#include <QtGui/QApplication>
#include <kstandarddirs.h>
#include <klocale.h>
#include <kwindowsystem.h>
#include <QTranslator>
#include <QLocale>
#include <QLibraryInfo>
#include <QLibrary>
#include <stdio.h>
#include <windows.h>
#include <winperf.h>
#include <psapi.h>
#include <signal.h>
#include <unistd.h>
#include <QtCore/QList>
#include <QtCore/QtDebug>
Go to the source code of this file.
#define GETPID_BYTEINCREMENT 1024 |
#define GETPID_PROC_ID_COUNTER 784 |
#define GETPID_PROCESS_OBJECT_INDEX 230 |
#define GETPID_TOTAL 64 * 1024 |
static PPERF_COUNTER_BLOCK CounterBlock |
( |
PPERF_INSTANCE_DEFINITION |
PerfInst | ) |
|
|
static |
BOOL CALLBACK EnumWindowsProc |
( |
HWND |
hwnd, |
|
|
LPARAM |
lParam |
|
) |
| |
static PPERF_COUNTER_DEFINITION FirstCounter |
( |
PPERF_OBJECT_TYPE |
PerfObj | ) |
|
|
static |
static PPERF_INSTANCE_DEFINITION FirstInstance |
( |
PPERF_OBJECT_TYPE |
PerfObj | ) |
|
|
static |
static PPERF_OBJECT_TYPE FirstObject |
( |
PPERF_DATA_BLOCK |
PerfData | ) |
|
|
static |
QString fromWChar |
( |
const wchar_t * |
string, |
|
|
int |
size = -1 |
|
) |
| |
void KApplication_activateWindowForProcess |
( |
const QString & |
executableName | ) |
|
void KApplication_getProcessesIdForName |
( |
const QString & |
processName, |
|
|
QList< int > & |
pids |
|
) |
| |
void KApplication_init_windows |
( |
| ) |
|
MS Windows-related actions for KApplication startup.
- Use Qt translation which will be usable for QFileDialog and other Qt-only GUIs. The "qt_<language>.qm" file should be stored in the same place as .po files for a given language.
- Increase the default open file limit with the stdio API from 512 to 2048 (2048 is the hard limit on Windows)
Definition at line 43 of file kapplication_win.cpp.
bool KApplication_killProcesses |
( |
const QString & |
processName | ) |
|
bool KApplication_otherProcessesExist |
( |
const QString & |
processName | ) |
|
static PPERF_COUNTER_DEFINITION NextCounter |
( |
PPERF_COUNTER_DEFINITION |
PerfCntr | ) |
|
|
static |
static PPERF_INSTANCE_DEFINITION NextInstance |
( |
PPERF_INSTANCE_DEFINITION |
PerfInst | ) |
|
|
static |
static PPERF_OBJECT_TYPE NextObject |
( |
PPERF_OBJECT_TYPE |
PerfObj | ) |
|
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:01 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.