kleopatra
#include <config-kleopatra.h>
#include "headerview.h"
#include <algorithm>
#include <numeric>
#include <cassert>
#include <KDebug>
#include "moc_headerview.cpp"
Include dependency graph for headerview.cpp:
Go to the source code of this file.
Macros | |
#define | hvDebug if ( true ) {} else kDebug |
Functions | |
static void | apply_section_sizes (QHeaderView *view, const std::vector< int > &newSizes) |
template<typename T , typename A > | |
QDebug | operator<< (QDebug debug, const std::vector< T, A > &v) |
static std::vector< int > | section_sizes (const QHeaderView *view) |
Macro Definition Documentation
#define hvDebug if ( true ) {} else kDebug |
Definition at line 48 of file headerview.cpp.
Function Documentation
|
static |
Definition at line 62 of file headerview.cpp.
template<typename T , typename A >
QDebug operator<< | ( | QDebug | debug, |
const std::vector< T, A > & | v | ||
) |
Definition at line 78 of file headerview.cpp.
|
static |
Definition at line 53 of file headerview.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 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:56:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.