Interfaces
Window Class Reference
#include <main.h>
Inheritance diagram for Window:
Public Member Functions | |
| Window () | |
| Public Member Functions inherited from KMainWindow | |
| KMainWindow (QWidget *parent=0, Qt::WindowFlags f=KDE_DEFAULT_WINDOWFLAGS) | |
| virtual | ~KMainWindow () |
| virtual void | applyMainWindowSettings (const KConfigGroup &config, bool forceGlobal=false) |
| KConfigGroup | autoSaveConfigGroup () const |
| QString | autoSaveGroup () const |
| bool | autoSaveSettings () const |
| KMenu * | customHelpMenu (bool showWhatsThis=true) |
| QString | dbusName () const |
| bool | hasMenuBar () |
| KMenu * | helpMenu (const QString &aboutAppText=QString(), bool showWhatsThis=true) |
| void | ignoreInitialGeometry () |
| bool | initialGeometrySet () const |
| KMenuBar * | menuBar () |
| void | resetAutoSaveSettings () |
| bool | restore (int number, bool show=true) |
| void | saveMainWindowSettings (const KConfigGroup &config) |
| void | setAutoSaveSettings (const KConfigGroup &group, bool saveWindowSize=true) |
| void | setAutoSaveSettings (const QString &groupName=QLatin1String("MainWindow"), bool saveWindowSize=true) |
| KStatusBar * | statusBar () |
| KToolBar * | toolBar (const QString &name=QString()) |
| QList< KToolBar * > | toolBars () const |
Additional Inherited Members | |
| Public Slots inherited from KMainWindow | |
| void | appHelpActivated (void) |
| virtual void | setCaption (const QString &caption) |
| virtual void | setCaption (const QString &caption, bool modified) |
| virtual void | setPlainCaption (const QString &caption) |
| void | setSettingsDirty () |
| Static Public Member Functions inherited from KMainWindow | |
| static bool | canBeRestored (int number) |
| static const QString | classNameOfToplevel (int number) |
| static QList< KMainWindow * > | memberList () |
| Protected Slots inherited from KMainWindow | |
| void | saveAutoSaveSettings () |
| virtual void | showAboutApplication () |
| Protected Member Functions inherited from KMainWindow | |
| KMainWindow (KMainWindowPrivate &dd, QWidget *parent, Qt::WindowFlags f) | |
| virtual void | closeEvent (QCloseEvent *) |
| virtual bool | event (QEvent *event) |
| void | parseGeometry (bool parsewidth) |
| virtual bool | queryClose () |
| virtual bool | queryExit () |
| virtual void | readGlobalProperties (KConfig *sessionConfig) |
| virtual void | readProperties (const KConfigGroup &) |
| bool | readPropertiesInternal (KConfig *, int) |
| void | restoreWindowSize (const KConfigGroup &config) |
| virtual void | saveGlobalProperties (KConfig *sessionConfig) |
| virtual void | saveProperties (KConfigGroup &) |
| void | savePropertiesInternal (KConfig *, int) |
| void | saveWindowSize (const KConfigGroup &config) const |
| bool | settingsDirty () const |
| Protected Attributes inherited from KMainWindow | |
| KMainWindowPrivate *const | k_ptr |
| Properties inherited from KMainWindow | |
| QString | autoSaveGroup |
| bool | autoSaveSettings |
| bool | hasMenuBar |
| bool | initialGeometrySet |
Detailed Description
Constructor & Destructor Documentation
◆ Window()
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.