kdecore Library API Documentation

KSessionManaged Class Reference

Provides highlevel access to session management on a per-object base. Highlevel access to session management. More...

#include <kapplication.h>

List of all members.

Public Methods

virtual bool saveState (QSessionManager &sm)
 See QApplication::saveState() for documentation.

virtual bool commitData (QSessionManager &sm)
 See QApplication::commitData() for documentation.


Detailed Description

Provides highlevel access to session management on a per-object base. Highlevel access to session management.

KSessionManaged makes it possible to provide implementations for QApplication::commitData() and QApplication::saveState(), without subclassing KApplication. KMainWindow internally makes use of this.

You don't need to do anything with this class when using KMainWindow. Instead, use KMainWindow::saveProperties(), KMainWindow::readProperties(), KMainWindow::queryClose(), KMainWindow::queryExit() and friends.

Author:
Matthias Ettrich <ettrich@kde.org>

Definition at line 1129 of file kapplication.h.


Member Function Documentation

bool KSessionManaged::saveState QSessionManager   sm [virtual]
 

See QApplication::saveState() for documentation.

This function is just a convenience version to avoid subclassing KApplication.

Return true to indicate a successful state save or false to indicate a problem and to halt the shutdown process (will implicitly call sm.cancel() ).

Definition at line 850 of file kapplication.cpp.

bool KSessionManaged::commitData QSessionManager   sm [virtual]
 

See QApplication::commitData() for documentation.

This function is just a convenience version to avoid subclassing KApplication.

Return true to indicate a successful commit of data or false to indicate a problem and to halt the shutdown process (will implicitly call sm.cancel() ).

Definition at line 855 of file kapplication.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:20:46 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001