KDEUI
kmainwindow.cpp File Reference
#include "kmainwindow.h"#include "kmainwindow_p.h"#include "kmainwindowiface_p.h"#include "ktoolbarhandler.h"#include "kwhatsthismanager_p.h"#include "kcmdlineargs.h"#include "ktoggleaction.h"#include "ksessionmanager.h"#include "kstandardaction.h"#include <QtCore/QList>#include <QtCore/QObject>#include <QtCore/QTimer>#include <QtGui/QCloseEvent>#include <QtGui/QDesktopWidget>#include <QtGui/QDockWidget>#include <QtGui/QLayout>#include <QtGui/QSessionManager>#include <QtGui/QStyle>#include <QtGui/QWidget>#include <kaction.h>#include <kapplication.h>#include <kauthorized.h>#include <kconfig.h>#include <kdebug.h>#include <kdialog.h>#include <khelpmenu.h>#include <klocale.h>#include <kmenubar.h>#include <kstandarddirs.h>#include <kstatusbar.h>#include <ktoolbar.h>#include <kwindowsystem.h>#include <kconfiggroup.h>#include <kglobalsettings.h>#include <qx11info_x11.h>#include <netwm.h>#include <stdlib.h>#include <ctype.h>#include <assert.h>#include <config.h>#include "kmainwindow.moc"Go to the source code of this file.
Functions | |
| static bool | endsWithHashNumber (const QString &s) |
| static KMenuBar * | internalMenuBar (KMainWindow *mw) |
| static KStatusBar * | internalStatusBar (KMainWindow *mw) |
Variables | |
| static bool | being_first = true |
| static bool | no_query_exit = false |
Function Documentation
Definition at line 302 of file kmainwindow.cpp.
| static KMenuBar* internalMenuBar | ( | KMainWindow * | mw | ) | [static] |
Definition at line 77 of file kmainwindow.cpp.
| static KStatusBar* internalStatusBar | ( | KMainWindow * | mw | ) | [static] |
Definition at line 82 of file kmainwindow.cpp.
Variable Documentation
bool being_first = true [static] |
Definition at line 221 of file kmainwindow.cpp.
bool no_query_exit = false [static] |
Definition at line 75 of file kmainwindow.cpp.
KDE 4.3 API Reference