libkdepim
#include "uistatesaver.h"
#include <KConfigGroup>
#include <QComboBox>
#include <QHeaderView>
#include <QSplitter>
#include <QTabWidget>
#include <QTreeView>
Include dependency graph for uistatesaver.cpp:
Go to the source code of this file.
Macros | |
#define | PROCESS_TYPE(T) |
Functions | |
template<typename Op , typename Config > | |
static void | processWidgets (QWidget *widget, Config config) |
Macro Definition Documentation
#define PROCESS_TYPE | ( | T | ) |
Value:
{ \
T *obj = qobject_cast<T*>( w ); \
if ( obj ) { \
Op::process( obj, config ); \
continue; \
} \
}
Definition at line 86 of file uistatesaver.cpp.
Function Documentation
template<typename Op , typename Config >
|
static |
Definition at line 95 of file uistatesaver.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.