Kate
katecompletiondelegate.h
Go to the documentation of this file.
38 QList<QTextLayout::FormatRange> createHighlighting(const QModelIndex& index, QStyleOptionViewItem& option) const;
virtual void adjustStyle(const QModelIndex &index, QStyleOptionViewItem &option) const
Definition: katecompletiondelegate.cpp:44
KateDocument * document() const
Definition: katecompletiondelegate.cpp:69
KateCompletionWidget * widget() const
Definition: katecompletiondelegate.cpp:64
KateCompletionDelegate(ExpandingWidgetModel *model, KateCompletionWidget *parent)
Definition: katecompletiondelegate.cpp:39
Handles all of the work of rendering the text (used for the views and printing)
Definition: katerenderer.h:50
This is the code completion's main widget, and also contains the core interface logic.
Definition: katecompletionwidget.h:55
QList< QTextLayout::FormatRange > createHighlighting(const QModelIndex &index, QStyleOptionViewItem &option) const
Definition: katecompletiondelegate.cpp:79
KateRenderer * renderer() const
Definition: katecompletiondelegate.cpp:59
Definition: katedocument.h:74
QList< int > m_cachedColumnStarts
Definition: katecompletiondelegate.h:36
This is a delegate that cares, together with ExpandingWidgetModel, about embedded widgets in tree-vie...
Definition: expandingdelegate.h:42
virtual void heightChanged() const
Definition: katecompletiondelegate.cpp:74
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.