KDEUI
#include "kapplication.h"
#include <config.h>
#include <QtCore/QDir>
#include <QtCore/QFile>
#include <QtGui/QSessionManager>
#include <QtGui/QStyleFactory>
#include <QtCore/QTimer>
#include <QtGui/QWidget>
#include <QtCore/QList>
#include <QtDBus/QtDBus>
#include <QtCore/QMetaType>
#include "kauthorized.h"
#include "kaboutdata.h"
#include "kcheckaccelerators.h"
#include "kcrash.h"
#include "kconfig.h"
#include "kcmdlineargs.h"
#include "kclipboard.h"
#include "kglobalsettings.h"
#include "kdebug.h"
#include "kglobal.h"
#include "kicon.h"
#include "klocale.h"
#include "ksessionmanager.h"
#include "kstandarddirs.h"
#include "kstandardshortcut.h"
#include "ktoolinvocation.h"
#include "kgesturemap.h"
#include "kurl.h"
#include "kmessage.h"
#include "kmessageboxmessagehandler.h"
#include <QtGui/qx11info_x11.h>
#include <kstartupinfo.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
#include <netwm.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>
#include <X11/SM/SMlib.h>
#include <fixx11h.h>
#include <QX11Info>
#include <signal.h>
#include <QtGui/QActionEvent>
#include <kcomponentdata.h>
#include "kapplication.moc"
Go to the source code of this file.
#define NUM_TO_STRING2 |
( |
|
num | ) |
#num |
static void checkRestartVersion |
( |
QSessionManager & |
sm | ) |
|
|
static |
static void installSigpipeHandler |
( |
| ) |
|
|
static |
Installs a handler for the SIGPIPE signal.
It is thrown when you write to a pipe or socket that has been closed. The handler is installed automatically in the constructor, but you may need it if your application or component does not have a KApplication instance.
Definition at line 243 of file kapplication.cpp.
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.
static int kde_x_errhandler |
( |
Display * |
dpy, |
|
|
XErrorEvent * |
err |
|
) |
| |
|
static |
static int kde_xio_errhandler |
( |
Display * |
dpy | ) |
|
|
static |
SmcConn mySmcConnection = 0 |
|
static |
QByteArray* startup_id_tmp |
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:16 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.