Kate
expandingwidgetmodel.h File Reference
#include <QAbstractTableModel>
#include <QtCore/QHash>
#include <QIcon>
#include <QPersistentModelIndex>
#include <QPointer>
Include dependency graph for expandingwidgetmodel.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | ExpandingWidgetModel |
Cares about expanding/un-expanding items in a tree-view together with ExpandingDelegate. More... | |
Functions | |
QList< QVariant > | mergeCustomHighlighting (QStringList strings, QList< QVariantList > highlights, int gapBetweenStrings=0) |
Function Documentation
QList<QVariant> mergeCustomHighlighting | ( | QStringList | strings, | |
QList< QVariantList > | highlights, | |||
int | gapBetweenStrings = 0 | |||
) |
Helper-function to merge custom-highlighting variant-lists.
- Parameters:
-
stings A list of strings that should be merged highlights One variant-list for highlighting, as described in the kde header ktextedtor/codecompletionmodel.h gapBetweenStrings How many signs are inserted between 2 strings?
Definition at line 471 of file expandingwidgetmodel.cpp.