KDEUI
Macros | |
#define | KDE_RESTORE_MAIN_WINDOWS_NUM_TEMPLATE_ARGS 3 |
#define | RESTORE(type) |
Detailed Description
Macro Definition Documentation
#define KDE_RESTORE_MAIN_WINDOWS_NUM_TEMPLATE_ARGS 3 |
Returns the maximal number of arguments that are actually supported by kRestoreMainWindows().
Definition at line 736 of file kmainwindow.h.
#define RESTORE | ( | type | ) |
Restores the last session.
(To be used in your main function).
If your client has only one kind of toplevel widgets (which should be pretty usual) then you can use this macro, which is provided for backwards compatibility with 3.1 and 3.0 branches:
The macro expects the type of your toplevel widget as argument.
Since KDE4, you can also use kRestoreMainWindows(), which supports also clients with more than one kind of toplevel widgets.
Definition at line 725 of file kmainwindow.h.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.