Kate
#include <katecompletionmodel.h>
Classes | |
class | Group |
Public Types | |
enum | { BestMatchesProperty = 2*KTextEditor::CodeCompletionModel::LastProperty } |
enum | gm { ScopeType = 0x1, Scope = 0x2, AccessType = 0x4, ItemType = 0x8 } |
Public Types inherited from ExpandingWidgetModel | |
enum | ExpandingType { NotExpandable =0, Expandable, Expanded } |
enum | ExpansionType { NotExpanded = 0, ExpandDownwards, ExpandUpwards } |
Public Slots | |
void | setColumnMergingEnabled (bool enable) |
void | setFilteringEnabled (bool enable) |
void | setGroupingEnabled (bool enable) |
void | setSortingEnabled (bool enable) |
Public Slots inherited from ExpandingWidgetModel | |
void | placeExpandingWidgets () |
Signals | |
void | argumentHintsChanged () |
void | expandIndex (const QModelIndex &index) |
Public Member Functions | |
KateCompletionModel (KateCompletionWidget *parent=0L) | |
~KateCompletionModel () | |
bool | accessIncludeConst () const |
bool | accessIncludeSignalSlot () const |
bool | accessIncludeStatic () const |
void | addCompletionModel (KTextEditor::CodeCompletionModel *model) |
void | clearCompletionModels () |
virtual int | columnCount (const QModelIndex &parent=QModelIndex()) const |
const QList< QList< int > > & | columnMerges () const |
QString | commonPrefix (QModelIndex selectedIndex) const |
QList < KTextEditor::CodeCompletionModel * > | completionModels () const |
QString | currentCompletion (KTextEditor::CodeCompletionModel *model) const |
virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
void | debugStats () |
KTextEditor::CodeCompletionModel::CompletionProperties | filterAttributes () const |
bool | filterByAttribute () const |
bool | filterContextMatchesOnly () const |
uint | filteredItemCount () const |
virtual Qt::ItemFlags | flags (const QModelIndex &index) const |
GroupingMethods | groupingMethod () const |
virtual bool | hasChildren (const QModelIndex &parent=QModelIndex()) const |
bool | hasGroups () const |
virtual bool | hasIndex (int row, int column, const QModelIndex &parent=QModelIndex()) const |
virtual QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const |
virtual bool | indexIsItem (const QModelIndex &index) const |
bool | isColumnMergingEnabled () const |
bool | isFilteringEnabled () const |
bool | isGroupingEnabled () const |
bool | isSortingAlphabetical () const |
bool | isSortingByInheritanceDepth () const |
bool | isSortingEnabled () const |
bool | isSortingReverse () const |
virtual QModelIndex | mapFromSource (const QModelIndex &sourceIndex) const |
virtual QModelIndex | mapToSource (const QModelIndex &proxyIndex) const |
Qt::CaseSensitivity | matchCaseSensitivity () const |
int | maximumInheritanceDepth () const |
virtual QModelIndex | parent (const QModelIndex &index) const |
void | removeCompletionModel (KTextEditor::CodeCompletionModel *model) |
virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const |
virtual void | rowSelected (const QModelIndex &row) |
void | setAccessIncludeConst (bool include) |
void | setAccessIncludeSignalSlot (bool include) |
void | setAccessIncludeStatic (bool include) |
void | setColumnMerges (const QList< QList< int > > &columnMerges) |
void | setCompletionModel (KTextEditor::CodeCompletionModel *model) |
void | setCompletionModels (const QList< KTextEditor::CodeCompletionModel * > &models) |
void | setCurrentCompletion (KTextEditor::CodeCompletionModel *model, const QString &completion) |
void | setFilterAttributes (KTextEditor::CodeCompletionModel::CompletionProperties attributes) |
void | setFilterByAttribute (bool filter) |
void | setFilterContextMatchesOnly (bool filter) |
void | setGroupingMethod (GroupingMethods m) |
void | setMatchCaseSensitivity (Qt::CaseSensitivity cs) |
void | setMaximumInheritanceDepth (int maxDepth) |
void | setSortingAlphabetical (bool alphabetical) |
void | setSortingByInheritanceDepth (bool byIneritance) |
void | setSortingCaseSensitivity (Qt::CaseSensitivity cs) |
void | setSortingReverse (bool reverse) |
bool | shouldMatchHideCompletionList () const |
virtual void | sort (int column, Qt::SortOrder order=Qt::AscendingOrder) |
Qt::CaseSensitivity | sortingCaseSensitivity () const |
int | translateColumn (int sourceColumn) const |
KateView * | view () const |
KateCompletionWidget * | widget () const |
Public Member Functions inherited from ExpandingWidgetModel | |
ExpandingWidgetModel (QWidget *parent) | |
virtual | ~ExpandingWidgetModel () |
bool | canCollapseCurrentItem () const |
bool | canExpandCurrentItem () const |
void | clearExpanding () |
void | clearMatchQualities () |
QWidget * | expandingWidget (const QModelIndex &row) const |
int | expandingWidgetsHeight () const |
bool | isExpandable (const QModelIndex &index) const |
bool | isExpanded (const QModelIndex &row) const |
ExpansionType | isPartiallyExpanded (const QModelIndex &index) const |
uint | matchColor (const QModelIndex &index) const |
QRect | partialExpandRect (const QModelIndex &row) const |
QString | partialExpandText (const QModelIndex &row) const |
QModelIndex | partiallyExpandedRow () const |
int | partiallyExpandWidgetHeight () const |
void | placeExpandingWidget (const QModelIndex &row) |
void | setCurrentItemExpanded (bool) |
void | setExpanded (QModelIndex index, bool expanded) |
Public Member Functions inherited from QAbstractTableModel | |
QAbstractTableModel (QObject *parent) | |
~QAbstractTableModel () | |
virtual bool | dropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) |
Public Member Functions inherited from QAbstractItemModel | |
QAbstractItemModel (QObject *parent) | |
virtual | ~QAbstractItemModel () |
virtual QModelIndex | buddy (const QModelIndex &index) const |
virtual bool | canFetchMore (const QModelIndex &parent) const |
virtual int | columnCount (const QModelIndex &parent) const =0 |
void | columnsAboutToBeInserted (const QModelIndex &parent, int start, int end) |
void | columnsAboutToBeMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn) |
void | columnsAboutToBeRemoved (const QModelIndex &parent, int start, int end) |
void | columnsInserted (const QModelIndex &parent, int start, int end) |
void | columnsMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn) |
void | columnsRemoved (const QModelIndex &parent, int start, int end) |
virtual QVariant | data (const QModelIndex &index, int role) const =0 |
void | dataChanged (const QModelIndex &topLeft, const QModelIndex &bottomRight) |
virtual void | fetchMore (const QModelIndex &parent) |
bool | hasIndex (int row, int column, const QModelIndex &parent) const |
virtual QVariant | headerData (int section, Qt::Orientation orientation, int role) const |
void | headerDataChanged (Qt::Orientation orientation, int first, int last) |
virtual QModelIndex | index (int row, int column, const QModelIndex &parent) const =0 |
bool | insertColumn (int column, const QModelIndex &parent) |
virtual bool | insertColumns (int column, int count, const QModelIndex &parent) |
bool | insertRow (int row, const QModelIndex &parent) |
virtual bool | insertRows (int row, int count, const QModelIndex &parent) |
virtual QMap< int, QVariant > | itemData (const QModelIndex &index) const |
void | layoutAboutToBeChanged () |
void | layoutChanged () |
virtual QModelIndexList | match (const QModelIndex &start, int role, const QVariant &value, int hits, QFlags< Qt::MatchFlag > flags) const |
virtual QMimeData * | mimeData (const QModelIndexList &indexes) const |
virtual QStringList | mimeTypes () const |
void | modelAboutToBeReset () |
void | modelReset () |
virtual QModelIndex | parent (const QModelIndex &index) const =0 |
bool | removeColumn (int column, const QModelIndex &parent) |
virtual bool | removeColumns (int column, int count, const QModelIndex &parent) |
bool | removeRow (int row, const QModelIndex &parent) |
virtual bool | removeRows (int row, int count, const QModelIndex &parent) |
virtual void | revert () |
const QHash< int, QByteArray > & | roleNames () const |
virtual int | rowCount (const QModelIndex &parent) const =0 |
void | rowsAboutToBeInserted (const QModelIndex &parent, int start, int end) |
void | rowsAboutToBeMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow) |
void | rowsAboutToBeRemoved (const QModelIndex &parent, int start, int end) |
void | rowsInserted (const QModelIndex &parent, int start, int end) |
void | rowsMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow) |
void | rowsRemoved (const QModelIndex &parent, int start, int end) |
virtual bool | setData (const QModelIndex &index, const QVariant &value, int role) |
virtual bool | setHeaderData (int section, Qt::Orientation orientation, const QVariant &value, int role) |
virtual bool | setItemData (const QModelIndex &index, const QMap< int, QVariant > &roles) |
void | setSupportedDragActions (QFlags< Qt::DropAction > actions) |
QModelIndex | sibling (int row, int column, const QModelIndex &index) const |
virtual QSize | span (const QModelIndex &index) const |
virtual bool | submit () |
Qt::DropActions | supportedDragActions () const |
virtual Qt::DropActions | supportedDropActions () const |
Public Member Functions inherited from QObject | |
QObject (QObject *parent) | |
QObject (QObject *parent, const char *name) | |
virtual | ~QObject () |
bool | blockSignals (bool block) |
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
const QObjectList & | children () const |
const char * | className () const |
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const QObject *receiver, const char *method) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
T | findChild (const QString &name) const |
QList< T > | findChildren (const QRegExp ®Exp) const |
QList< T > | findChildren (const QString &name) const |
bool | inherits (const char *className) const |
void | insertChild (QObject *object) |
void | installEventFilter (QObject *filterObj) |
bool | isA (const char *className) const |
bool | isWidgetType () const |
void | killTimer (int id) |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
const char * | name () const |
const char * | name (const char *defaultName) const |
QString | objectName () const |
QObject * | parent () const |
QVariant | property (const char *name) const |
void | removeChild (QObject *object) |
void | removeEventFilter (QObject *obj) |
void | setName (const char *name) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
bool | signalsBlocked () const |
int | startTimer (int interval) |
QThread * | thread () const |
Static Public Member Functions | |
static QString | columnName (int column) |
static QString | propertyName (KTextEditor::CodeCompletionModel::CompletionProperty property) |
Static Public Member Functions inherited from QObject | |
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Static Public Attributes | |
static const int | AccessTypeMask = 0x7 |
static const int | ItemTypeMask = 0xfe0 |
static const int | ScopeTypeMask = 0x380000 |
Protected Member Functions | |
virtual int | contextMatchQuality (const QModelIndex &index) const |
Protected Member Functions inherited from ExpandingWidgetModel | |
int | basicRowHeight (const QModelIndex &index) const |
void | cacheIcons () const |
void | partiallyUnExpand (const QModelIndex &index) |
Protected Member Functions inherited from QAbstractItemModel | |
void | beginInsertColumns (const QModelIndex &parent, int first, int last) |
void | beginInsertRows (const QModelIndex &parent, int first, int last) |
bool | beginMoveColumns (const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild) |
bool | beginMoveRows (const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild) |
void | beginRemoveColumns (const QModelIndex &parent, int first, int last) |
void | beginRemoveRows (const QModelIndex &parent, int first, int last) |
void | beginResetModel () |
void | changePersistentIndex (const QModelIndex &from, const QModelIndex &to) |
void | changePersistentIndexList (const QModelIndexList &from, const QModelIndexList &to) |
QModelIndex | createIndex (int row, int column, void *ptr) const |
QModelIndex | createIndex (int row, int column, int id) const |
QModelIndex | createIndex (int row, int column, quint32 id) const |
void | endInsertColumns () |
void | endInsertRows () |
void | endMoveColumns () |
void | endMoveRows () |
void | endRemoveColumns () |
void | endRemoveRows () |
void | endResetModel () |
QModelIndexList | persistentIndexList () const |
void | reset () |
void | resetInternalData () |
void | setRoleNames (const QHash< int, QByteArray > &roleNames) |
Protected Member Functions inherited from QObject | |
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const char *signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const char *signal) |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
Additional Inherited Members | |
Static Protected Member Functions inherited from QObject | |
QByteArray | normalizeSignalSlot (const char *signalSlot) |
Static Protected Attributes inherited from ExpandingWidgetModel | |
static QIcon | m_collapsedIcon |
static QIcon | m_expandedIcon |
Properties inherited from QObject | |
objectName | |
Detailed Description
This class has the responsibility for filtering, sorting, and manipulating code completion data provided by a CodeCompletionModel.
Definition at line 48 of file katecompletionmodel.h.
Member Enumeration Documentation
anonymous enum |
Enumerator | |
---|---|
BestMatchesProperty |
Definition at line 146 of file katecompletionmodel.h.
Enumerator | |
---|---|
ScopeType | |
Scope | |
AccessType | |
ItemType |
Definition at line 139 of file katecompletionmodel.h.
Constructor & Destructor Documentation
KateCompletionModel::KateCompletionModel | ( | KateCompletionWidget * | parent = 0L | ) |
Definition at line 128 of file katecompletionmodel.cpp.
KateCompletionModel::~KateCompletionModel | ( | ) |
Definition at line 172 of file katecompletionmodel.cpp.
Member Function Documentation
bool KateCompletionModel::accessIncludeConst | ( | ) | const |
Definition at line 1355 of file katecompletionmodel.cpp.
bool KateCompletionModel::accessIncludeSignalSlot | ( | ) | const |
Definition at line 1385 of file katecompletionmodel.cpp.
bool KateCompletionModel::accessIncludeStatic | ( | ) | const |
Definition at line 1370 of file katecompletionmodel.cpp.
void KateCompletionModel::addCompletionModel | ( | KTextEditor::CodeCompletionModel * | model | ) |
Definition at line 2008 of file katecompletionmodel.cpp.
|
signal |
void KateCompletionModel::clearCompletionModels | ( | ) |
Definition at line 2259 of file katecompletionmodel.cpp.
|
virtual |
Definition at line 373 of file katecompletionmodel.cpp.
Definition at line 1246 of file katecompletionmodel.cpp.
|
static |
Definition at line 1226 of file katecompletionmodel.cpp.
QString KateCompletionModel::commonPrefix | ( | QModelIndex | selectedIndex | ) | const |
Returns a common prefix for all current visible completion entries If there is no common prefix, extracts the next useful prefix for the selected index.
Definition at line 1000 of file katecompletionmodel.cpp.
QList< KTextEditor::CodeCompletionModel * > KateCompletionModel::completionModels | ( | ) | const |
Definition at line 2048 of file katecompletionmodel.cpp.
|
protectedvirtual |
- Returns
- the context-match quality from 0 to 10 if it could be determined, else -1
Implements ExpandingWidgetModel.
Definition at line 299 of file katecompletionmodel.cpp.
QString KateCompletionModel::currentCompletion | ( | KTextEditor::CodeCompletionModel * | model | ) | const |
Definition at line 1998 of file katecompletionmodel.cpp.
|
virtual |
Does not request data from index, this only returns local data like highlighting for expanded rows and similar.
Reimplemented from ExpandingWidgetModel.
Definition at line 183 of file katecompletionmodel.cpp.
void KateCompletionModel::debugStats | ( | ) |
Definition at line 1162 of file katecompletionmodel.cpp.
|
signal |
KTextEditor::CodeCompletionModel::CompletionProperties KateCompletionModel::filterAttributes | ( | ) | const |
Definition at line 1634 of file katecompletionmodel.cpp.
bool KateCompletionModel::filterByAttribute | ( | ) | const |
Definition at line 1621 of file katecompletionmodel.cpp.
bool KateCompletionModel::filterContextMatchesOnly | ( | ) | const |
Definition at line 1608 of file katecompletionmodel.cpp.
uint KateCompletionModel::filteredItemCount | ( | ) | const |
Definition at line 1719 of file katecompletionmodel.cpp.
|
virtual |
Reimplemented from QAbstractItemModel.
Definition at line 348 of file katecompletionmodel.cpp.
KateCompletionModel::GroupingMethods KateCompletionModel::groupingMethod | ( | ) | const |
Definition at line 1410 of file katecompletionmodel.cpp.
|
virtual |
Reimplemented from QAbstractItemModel.
Definition at line 383 of file katecompletionmodel.cpp.
bool KateCompletionModel::hasGroups | ( | ) | const |
Definition at line 774 of file katecompletionmodel.cpp.
|
virtual |
Definition at line 463 of file katecompletionmodel.cpp.
|
virtual |
Reimplemented from QAbstractTableModel.
Definition at line 407 of file katecompletionmodel.cpp.
|
virtual |
Should return true if the given row should be painted like a contained item(as opposed to label-rows etc.)
Implements ExpandingWidgetModel.
Definition at line 1144 of file katecompletionmodel.cpp.
bool KateCompletionModel::isColumnMergingEnabled | ( | ) | const |
Definition at line 1206 of file katecompletionmodel.cpp.
bool KateCompletionModel::isFilteringEnabled | ( | ) | const |
Definition at line 1216 of file katecompletionmodel.cpp.
bool KateCompletionModel::isGroupingEnabled | ( | ) | const |
Definition at line 1211 of file katecompletionmodel.cpp.
bool KateCompletionModel::isSortingAlphabetical | ( | ) | const |
Definition at line 1422 of file katecompletionmodel.cpp.
bool KateCompletionModel::isSortingByInheritanceDepth | ( | ) | const |
Definition at line 1415 of file katecompletionmodel.cpp.
bool KateCompletionModel::isSortingEnabled | ( | ) | const |
Definition at line 1221 of file katecompletionmodel.cpp.
bool KateCompletionModel::isSortingReverse | ( | ) | const |
|
virtual |
Maps from an index in a source-model to the index of the item in this display-model.
Definition at line 883 of file katecompletionmodel.cpp.
|
virtual |
Maps from this display-model into the appropriate source code-completion model.
Definition at line 866 of file katecompletionmodel.cpp.
Qt::CaseSensitivity KateCompletionModel::matchCaseSensitivity | ( | ) | const |
Definition at line 2003 of file katecompletionmodel.cpp.
int KateCompletionModel::maximumInheritanceDepth | ( | ) | const |
Definition at line 1647 of file katecompletionmodel.cpp.
|
virtual |
Definition at line 814 of file katecompletionmodel.cpp.
|
static |
Definition at line 1904 of file katecompletionmodel.cpp.
void KateCompletionModel::removeCompletionModel | ( | KTextEditor::CodeCompletionModel * | model | ) |
Definition at line 2053 of file katecompletionmodel.cpp.
|
virtual |
Definition at line 838 of file katecompletionmodel.cpp.
|
virtual |
Notifies underlying models that the item was selected, collapses any previous partially expanded line, checks whether this line should be partially expanded, and eventually does it.
Does nothing when nothing needs to be done. Does NOT show the expanding-widget. That is done immediately when painting by ExpandingDelegate, to reduce flickering.
- See also
- showPartialExpandWidget()
- Parameters
-
row The row
- Todo:
- delay this
- Todo:
- allow multiple partially expanded rows
Reimplemented from ExpandingWidgetModel.
Definition at line 2246 of file katecompletionmodel.cpp.
void KateCompletionModel::setAccessIncludeConst | ( | bool | include | ) |
Definition at line 1360 of file katecompletionmodel.cpp.
void KateCompletionModel::setAccessIncludeSignalSlot | ( | bool | include | ) |
Definition at line 1390 of file katecompletionmodel.cpp.
void KateCompletionModel::setAccessIncludeStatic | ( | bool | include | ) |
Definition at line 1375 of file katecompletionmodel.cpp.
Definition at line 1251 of file katecompletionmodel.cpp.
|
slot |
Definition at line 1200 of file katecompletionmodel.cpp.
void KateCompletionModel::setCompletionModel | ( | KTextEditor::CodeCompletionModel * | model | ) |
Definition at line 2023 of file katecompletionmodel.cpp.
void KateCompletionModel::setCompletionModels | ( | const QList< KTextEditor::CodeCompletionModel * > & | models | ) |
Definition at line 2029 of file katecompletionmodel.cpp.
void KateCompletionModel::setCurrentCompletion | ( | KTextEditor::CodeCompletionModel * | model, |
const QString & | completion | ||
) |
Definition at line 907 of file katecompletionmodel.cpp.
void KateCompletionModel::setFilterAttributes | ( | KTextEditor::CodeCompletionModel::CompletionProperties | attributes | ) |
Definition at line 1639 of file katecompletionmodel.cpp.
void KateCompletionModel::setFilterByAttribute | ( | bool | filter | ) |
Definition at line 1626 of file katecompletionmodel.cpp.
void KateCompletionModel::setFilterContextMatchesOnly | ( | bool | filter | ) |
Definition at line 1613 of file katecompletionmodel.cpp.
|
slot |
Definition at line 1178 of file katecompletionmodel.cpp.
|
slot |
Definition at line 1194 of file katecompletionmodel.cpp.
void KateCompletionModel::setGroupingMethod | ( | GroupingMethods | m | ) |
Definition at line 1348 of file katecompletionmodel.cpp.
void KateCompletionModel::setMatchCaseSensitivity | ( | Qt::CaseSensitivity | cs | ) |
Definition at line 368 of file katecompletionmodel.cpp.
void KateCompletionModel::setMaximumInheritanceDepth | ( | int | maxDepth | ) |
Definition at line 1652 of file katecompletionmodel.cpp.
void KateCompletionModel::setSortingAlphabetical | ( | bool | alphabetical | ) |
Definition at line 1558 of file katecompletionmodel.cpp.
void KateCompletionModel::setSortingByInheritanceDepth | ( | bool | byIneritance | ) |
Definition at line 1418 of file katecompletionmodel.cpp.
void KateCompletionModel::setSortingCaseSensitivity | ( | Qt::CaseSensitivity | cs | ) |
Definition at line 1574 of file katecompletionmodel.cpp.
|
slot |
Definition at line 1184 of file katecompletionmodel.cpp.
void KateCompletionModel::setSortingReverse | ( | bool | reverse | ) |
bool KateCompletionModel::shouldMatchHideCompletionList | ( | ) | const |
Returns whether one of the filtered items exactly matches its completion string.
Definition at line 1728 of file katecompletionmodel.cpp.
|
virtual |
Reimplemented from QAbstractItemModel.
Definition at line 860 of file katecompletionmodel.cpp.
Qt::CaseSensitivity KateCompletionModel::sortingCaseSensitivity | ( | ) | const |
Definition at line 1427 of file katecompletionmodel.cpp.
int KateCompletionModel::translateColumn | ( | int | sourceColumn | ) | const |
Definition at line 1258 of file katecompletionmodel.cpp.
KateView * KateCompletionModel::view | ( | ) | const |
Definition at line 363 of file katecompletionmodel.cpp.
KateCompletionWidget * KateCompletionModel::widget | ( | ) | const |
Definition at line 359 of file katecompletionmodel.cpp.
Member Data Documentation
|
static |
Definition at line 153 of file katecompletionmodel.h.
|
static |
Definition at line 154 of file katecompletionmodel.h.
|
static |
Definition at line 152 of file katecompletionmodel.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.