kdevplatform/debugger
variabletooltip.cpp
Go to the documentation of this file.
185 if (session && session->state() != IDebugSession::NotStartedState && session->state() != IDebugSession::EndedState) {
int indexRowSizeHint(const QModelIndex &index) const
QScrollBar * verticalScrollBar() const
virtual void drawControl(ControlElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget) const=0
QDesktopWidget * desktop()
const QItemSelection selection() const
void resizeSection(int logicalIndex, int size)
virtual void setModel(QAbstractItemModel *model)
void setSizePolicy(QSizePolicy)
Qt::MouseButton button() const
void clicked(bool checked)
QItemSelectionModel * selectionModel() const
Definition: treeview.h:34
void setSelectionMode(QAbstractItemView::SelectionMode mode)
virtual void attachMaybe(QObject *callback=nullptr, const char *callbackMethod=nullptr)=0
int x() const
int y() const
virtual QModelIndex mapToSource(const QModelIndex &proxyIndex) const
virtual void setSourceModel(QAbstractItemModel *sourceModel)
Definition: treemodel.h:38
QHeaderView * header() const
bool empty() const
int bottom() const
TreeItem * itemForIndex(const QModelIndex &index) const
Definition: treemodel.cpp:160
QStyle * style() const
typedef Alignment
VariableToolTip(QWidget *parent, const QPoint &position, const QString &identifier)
Definition: variabletooltip.cpp:90
QModelIndex indexForItem(TreeItem *item, int column) const
Definition: treemodel.cpp:170
virtual void select(const QModelIndex &index, QFlags< QItemSelectionModel::SelectionFlag > command)
const QRect screenGeometry(int screen) const
virtual QModelIndex mapFromSource(const QModelIndex &sourceIndex) const
Definition: variablecollection.h:124
const QPoint & globalPos() const
void ignore()
void init(const QWidget *widget)
The variables widget is passive, and is invoked by the rest of the code via two main Q_SLOTS:
Definition: breakpoint.h:34
void setSelectionBehavior(QAbstractItemView::SelectionBehavior behavior)
T & front()
void rangeChanged(int min, int max)
void setVerticalScrollBarPolicy(Qt::ScrollBarPolicy)
QPalette palette()
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Fri Apr 16 2021 23:29:37 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Fri Apr 16 2021 23:29:37 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.