kcachegrind
tabview.cpp File Reference
#include "tabview.h"
#include <QLabel>
#include <QSplitter>
#include <QTabWidget>
#include <QHideEvent>
#include <QMoveEvent>
#include <QEvent>
#include <QShowEvent>
#include <QVBoxLayout>
#include <QResizeEvent>
#include <QMouseEvent>
#include <QAction>
#include <QMenu>
#include "config.h"
#include "globalconfig.h"
#include "eventtypeview.h"
#include "partview.h"
#include "callview.h"
#include "coverageview.h"
#include "callmapview.h"
#include "instrview.h"
#include "sourceview.h"
#include "callgraphview.h"
#include "tabview.moc"
Include dependency graph for tabview.cpp:
Go to the source code of this file.
Macros | |
#define | DEFAULT_ACTIVEBOTTOM "CalleeView" |
#define | DEFAULT_ACTIVETOP "CallerView" |
#define | DEFAULT_BOTTOMTABS |
#define | DEFAULT_LEFTSIZE 0 |
#define | DEFAULT_RIGHTSIZE 0 |
#define | DEFAULT_TOPSIZE 50 |
#define | DEFAULT_TOPTABS |
Macro Definition Documentation
#define DEFAULT_ACTIVEBOTTOM "CalleeView" |
Definition at line 62 of file tabview.cpp.
#define DEFAULT_ACTIVETOP "CallerView" |
Definition at line 61 of file tabview.cpp.
#define DEFAULT_BOTTOMTABS |
Value:
"PartView" << "CalleeView" << "CallGraphView" \
<< "AllCalleeView" << "CallerMapView" << "InstrView"
Definition at line 57 of file tabview.cpp.
#define DEFAULT_LEFTSIZE 0 |
Definition at line 66 of file tabview.cpp.
#define DEFAULT_RIGHTSIZE 0 |
Definition at line 64 of file tabview.cpp.
#define DEFAULT_TOPSIZE 50 |
Definition at line 65 of file tabview.cpp.
#define DEFAULT_TOPTABS |
Value:
"EventTypeView" << "CallerView" << "AllCallerView" \
<< "CalleeMapView" << "SourceView"
Definition at line 54 of file tabview.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.