Kate
kateargumenthinttree.cpp
Go to the documentation of this file.
36 KateArgumentHintTree::KateArgumentHintTree( KateCompletionWidget* parent ) : ExpandingTree(0), m_parent(parent) { //Do not use the completion-widget as widget-parent, because the argument-hint-tree will be rendered separately
69 void KateArgumentHintTree::dataChanged ( const QModelIndex & topLeft, const QModelIndex & bottomRight ) {
74 void KateArgumentHintTree::currentChanged ( const QModelIndex & current, const QModelIndex & previous ) {
166 setHorizontalScrollBarPolicy( enableScrollBars ? Qt::ScrollBarAlwaysOn : Qt::ScrollBarAlwaysOff );
const char header[]
virtual void rowsInserted(const QModelIndex &parent, int start, int end)
Definition: kateargumenthinttree.cpp:80
Definition: kateargumenthintmodel.h:30
virtual void paintEvent(QPaintEvent *event)
Definition: kateargumenthinttree.cpp:64
Definition: expandingtree.h:28
This is the code completion's main widget, and also contains the core interface logic.
Definition: katecompletionwidget.h:55
virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight)
Definition: kateargumenthinttree.cpp:69
KateArgumentHintTree(KateCompletionWidget *parent)
Definition: kateargumenthinttree.cpp:36
virtual int rowCount(const QModelIndex &parent) const
Definition: kateargumenthintmodel.cpp:226
bool previousCompletion()
Definition: kateargumenthinttree.cpp:218
KateArgumentHintModel * argumentHintModel() const
Definition: katecompletionwidget.cpp:248
virtual void currentChanged(const QModelIndex ¤t, const QModelIndex &previous)
Definition: kateargumenthinttree.cpp:74
virtual bool indexIsItem(const QModelIndex &index) const
Should return true if the given row should be painted like a contained item(as opposed to label-rows ...
Definition: kateargumenthintmodel.cpp:253
Cares about expanding/un-expanding items in a tree-view together with ExpandingDelegate.
Definition: expandingwidgetmodel.h:36
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:51 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:31:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.