• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • applications API Reference
  • KDE Home
  • Contact Us
 

KTextEditor

  • KTextEditor
  • CodeCompletionModel
Public Types | Signals | Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
KTextEditor::CodeCompletionModel Class Reference

#include <codecompletionmodel.h>

Inheritance diagram for KTextEditor::CodeCompletionModel:
Inheritance graph
[legend]

Public Types

enum  Columns {
  Prefix = 0, Icon, Scope, Name,
  Arguments, Postfix
}
 
enum  CompletionProperty {
  NoProperty = 0x0, FirstProperty = 0x1, Public = 0x1, Protected = 0x2,
  Private = 0x4, Static = 0x8, Const = 0x10, Namespace = 0x20,
  Class = 0x40, Struct = 0x80, Union = 0x100, Function = 0x200,
  Variable = 0x400, Enum = 0x800, Template = 0x1000, TypeAlias = 0x2000,
  Virtual = 0x4000, Override = 0x8000, Inline = 0x10000, Friend = 0x20000,
  Signal = 0x40000, Slot = 0x80000, LocalScope = 0x100000, NamespaceScope = 0x200000,
  GlobalScope = 0x400000, LastProperty = GlobalScope
}
 
enum  ExtraItemDataRoles {
  CompletionRole = Qt::UserRole, ScopeIndex, MatchQuality, SetMatchContext,
  HighlightingMethod, CustomHighlight, InheritanceDepth, IsExpandable,
  ExpandingWidget, ItemSelected, ArgumentHintDepth, BestMatchesCount,
  AccessibilityNext, AccessibilityPrevious, AccessibilityAccept, GroupRole,
  UnimportantItemRole, LastExtraItemDataRole
}
 
enum  HighlightMethod { NoHighlighting = 0x0, InternalHighlighting = 0x1, CustomHighlighting = 0x2 }
 
enum  InvocationType { AutomaticInvocation, UserInvocation, ManualInvocation }
 

Signals

void hasGroupsChanged (KTextEditor::CodeCompletionModel *model, bool hasGroups)
 
void waitForReset ()
 

Public Member Functions

 CodeCompletionModel (QObject *parent)
 
virtual ~CodeCompletionModel ()
 
virtual int columnCount (const QModelIndex &parent=QModelIndex()) const
 
virtual void completionInvoked (KTextEditor::View *view, const KTextEditor::Range &range, InvocationType invocationType)
 
virtual void executeCompletionItem (Document *document, const Range &word, int row) const
 
bool hasGroups () const
 
virtual QModelIndex index (int row, int column, const QModelIndex &parent=QModelIndex()) const
 
virtual QMap< int, QVariant > itemData (const QModelIndex &index) const
 
virtual QModelIndex parent (const QModelIndex &index) const
 
virtual int rowCount (const QModelIndex &parent=QModelIndex()) const
 
void setRowCount (int rowCount)
 
- 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 bool dropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent)
 
virtual void fetchMore (const QModelIndex &parent)
 
virtual Qt::ItemFlags flags (const QModelIndex &index) const
 
virtual bool hasChildren (const QModelIndex &parent) const
 
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)
 
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 void sort (int column, Qt::SortOrder order)
 
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 &regExp) 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 Attributes

static const int ColumnCount = Postfix + 1
 
static const int LastItemDataRole = AccessibilityAccept
 

Protected Member Functions

void setHasGroups (bool hasGroups)
 
- 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 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 Protected Member Functions inherited from QObject
QByteArray normalizeSignalSlot (const char *signalSlot)
 
- Properties inherited from QObject
 objectName
 

Detailed Description

An item model for providing code completion, and meta information for enhanced presentation.

Introduction

The CodeCompletionModel is the actual workhorse to provide code completions in a KTextEditor::View. It is meant to be used in conjunction with the CodeCompletionInterface. The CodeCompletionModel is not meant to be used as is. Rather you need to implement a subclass of CodeCompletionModel to actually generate completions appropriate for your type of Document.

Implementing a CodeCompletionModel

The CodeCompletionModel is a QAbstractItemModel, and can be subclassed in the same way. It provides default implementations of several members, however, so in most cases (if your completions are essentially a non-hierarchical, flat list of matches) you will only need to overload few virtual functions.

Implementing a CodeCompletionModel for a flat list

For the simple case of a flat list of completions, you will need to:

  • Implement completionInvoked() to actually generate/update the list of completion matches
  • implement itemData() (or QAbstractItemModel::data()) to return the information that should be displayed for each match.
  • use setRowCount() to reflect the number of matches.

Columns and roles

Todo:
document the meaning and usage of the columns and roles used by the CodeCompletionInterface

Using the new CodeCompletionModel

To start using your CodeCompletionModel, refer to CodeCompletionInterface.

ControllerInterface to get more control

To have more control over code completion implement CodeCompletionModelControllerInterface in your CodeCompletionModel.

See also
CodeCompletionInterface, CodeCompletionModelControllerInterface
Author
Hamish Rodda rodda.nosp@m.@kde.nosp@m..org

Definition at line 77 of file codecompletionmodel.h.

Member Enumeration Documentation

enum KTextEditor::CodeCompletionModel::Columns
Enumerator
Prefix 
Icon 

Icon representing the type of completion.

We have a separate icon field so that names remain aligned where only some completions have icons, and so that they can be rearranged by the user.

Scope 
Name 
Arguments 
Postfix 

Definition at line 85 of file codecompletionmodel.h.

enum KTextEditor::CodeCompletionModel::CompletionProperty
Enumerator
NoProperty 
FirstProperty 
Public 
Protected 
Private 
Static 
Const 
Namespace 
Class 
Struct 
Union 
Function 
Variable 
Enum 
Template 
TypeAlias 
Virtual 
Override 
Inline 
Friend 
Signal 
Slot 
LocalScope 
NamespaceScope 
GlobalScope 
LastProperty 

Definition at line 98 of file codecompletionmodel.h.

enum KTextEditor::CodeCompletionModel::ExtraItemDataRoles

Meta information is passed through extra {Qt::ItemDataRole}s.

This information should be returned when requested on the Name column.

Enumerator
CompletionRole 

The model should return a set of CompletionProperties.

ScopeIndex 

The model should return an index to the scope -1 represents no scope.

Todo:
how to sort scope?
MatchQuality 

If requested, your model should try to determine whether the completion in question is a suitable match for the context (ie.

is accessible, exported, + returns the data type required).

The returned data should ideally be matched against the argument-hint context set earlier by SetMatchContext.

Return an integer value that should be positive if the completion is suitable, and zero if the completion is not suitable. The value should be between 0 an 10, where 10 means perfect match.

Return QVariant::Invalid if you are unable to determine this.

SetMatchContext 

Is requested before MatchQuality(..) is requested.

The item on which this is requested is an argument-hint item(

See also
ArgumentHintDepth). When this role is requested, the item should be noted, and whenever MatchQuality is requested, it should be computed by matching the item given with MatchQuality into the context chosen by SetMatchContext.

Feel free to ignore this, but ideally you should return QVariant::Invalid to make clear that your model does not support this.

HighlightingMethod 

Define which highlighting method will be used:

  • QVariant::Invalid - allows the editor to choose (usually internal highlighting)
  • QVariant::Integer - highlight as specified by HighlightMethods.
CustomHighlight 

Allows an item to provide custom highlighting.

Return a QList<QVariant> in the following format:

  • int startColumn (where 0 = start of the completion entry)
  • int endColumn (note: not length)
  • QTextFormat attribute (note: attribute may be a KTextEditor::Attribute, as it is a child class) If the attribute is invalid, and the item is an argument-hint, the text will be drawn with a background-color depending on match-quality, or yellow. You can use that to mark the actual arguments that are matched in an argument-hint.

Repeat this triplet as many times as required, however each column must be >= the previous, and startColumn != endColumn.

InheritanceDepth 

Returns the inheritance depth of the completion.

For example, a completion which comes from the base class would have depth 0, one from a parent class would have depth 1, one from that class' parent 2, etc. you can use this to symbolize the general distance of a completion-item from a user. It will be used for sorting.

IsExpandable 

This allows items in the completion-list to be expandable.

If a model returns an QVariant bool value that evaluates to true, the completion-widget will draw a handle to expand the item, and will also make that action accessible through keyboard.

ExpandingWidget 

After a model returned true for a row on IsExpandable, the row may be expanded by the user.

When this happens, ExpandingWidget is requested.

The model may return two types of values: QWidget*: If the model returns a QVariant of type QWidget*, the code-completion takes over the given widget and embeds it into the completion-list under the completion-item. The widget will be automatically deleted at some point. The completion-widget will use the height of the widget as a hint for its preferred size, but it will resize the widget at will. QString: If the mode returns a QVariant of type QString, it will create a small html-widget showing the given html-code, and embed it into the completion-list under the completion-item.

Warning: QWidget* widget; return QVariant(widget); Will not work correctly! Use the following instead.: QVariant v; v.setValue<QWidget*>(widget); return v;

ItemSelected 

Whenever an item is selected, this will be requested from the underlying model.

It may be used as a simple notification that the item was selected.

Above that, the model may return a QString, which then should then contain html-code. A html-widget will then be displayed as a one- or two-liner under the currently selected item(it will be partially expanded)

ArgumentHintDepth 

Is this completion-item an argument-hint? The model should return an integral positive number if the item is an argument-hint, and QVariant() or 0 if it is not one.

The returned depth-integer is important for sorting and matching. Example: "otherFunction(function1(function2(" all functions named function2 should have ArgumentHintDepth 1, all functions found for function1 should have ArgumentHintDepth 2, and all functions named otherFunction should have ArgumentHintDepth 3

Later, a completed item may then be matched with the first argument of function2, the return-type of function2 with the first argument-type of function1, and the return-type of function1 with the argument-type of otherFunction.

If the model returns a positive value on this role for a row, the content will be treated specially:

  • It will be shown in a separate argument-hint list
  • It will be sorted by Argument-hint depth
  • Match-qualities will be illustrated by differently highlighting the matched argument if possible The argument-hint list strings will be built from all source-model, with a little special behavior: Prefix - Should be all text of the function-signature up to left of the matched argument of the function Name - Should be the type and name of the function's matched argument. This part will be highlighted differently depending on the match-quality Suffix - Should be all the text of the function-signature behind the matched argument

Example: You are matching a function with signature "void test(int param1, int param2)", and you are matching the first argument. The model should then return: Prefix: "void test(" Name: "int param1" Suffix: ", int param2)"

If you don't use the highlighting, matching, etc. you can also return the columns in the usual way.

BestMatchesCount 

This will be requested for each item to ask whether it should be included in computing a best-matches list.

If you return a valid positive integer n here, the n best matches will be listed at top of the completion-list separately.

This is expensive because all items of the whole completion-list will be tested for their matching-quality, with each of the level 1 argument-hints.

For that reason the end-user should be able to disable this feature.

AccessibilityNext 

The following three enumeration-values are only used on expanded completion-list items that contain an expanding-widget(.

See also
ExpandingWidget)

You can use them to allow the user to interact with the widget by keyboard.

AccessibilityNext will be requested on an item if it is expanded, contains an expanding-widget, and the user triggers a special navigation short-cut to go to navigate to the next position within the expanding-widget(if applicable).

Return QVariant(true) if the input was used.

AccessibilityPrevious 

AccessibilityPrevious will be requested on an item if it is expanded, contains an expanding-widget, and the user triggers a special navigation short-cut to go to navigate to the previous position within the expanding-widget(if applicable).

Return QVariant(true) if the input was used.

AccessibilityAccept 

AccessibilityAccept will be requested on an item if it is expanded, contains an expanding-widget, and the user triggers a special shortcut to trigger the action associated with the position within the expanding-widget the user has navigated to using AccessibilityNext and AccessibilityPrevious.

This should return QVariant(true) if an action was triggered, else QVariant(false) or QVariant().

GroupRole 

Using this Role, it is possible to greatly optimize the time needed to process very long completion-lists.

In the completion-list, the items are usually ordered by some properties like argument-hint depth, inheritance-depth and attributes. Kate usually has to query the completion-models for these values for each item in the completion-list in order to extract the argument-hints and correctly sort the completion-list. However, with a very long completion-list, only a very small fraction of the items is actually visible.

By using a tree structure you can give the items in a grouped order to kate, so it does not need to look at each item and query data in order to initially show the completion-list.

This is how it works:

  • You create a tree-structure for your items
  • Every inner node of the tree defines one attribute value that all sub-nodes have in common.
    • When the inner node is queried for GroupRole, it should return the "ExtraItemDataRoles" that all sub-nodes have in common
    • When the inner node is then queried for that exact role, it should return that value.
    • No other queries will be done to inner nodes.
  • Every leaf node stands for an actual item in the completion list.

The recommended grouping order is: Argument-hint depth, inheritance depth, attributes.

This role can also be used to define completely custom groups, bypassing the editors builtin grouping:

  • Return Qt::DisplayRole when GroupRole is requested
  • Return the lable text of the group when Qt::DisplayRole
    • Optional: Return an integer sorting-value when InheritanceDepth is requested. This number will be used to determine the order of the groups. The order of the builtin groups is: 1 = Best Matches, 100 = Local Scope, 200 = Public, 300 = Protected, 400 = Private, 500 = Namespace, 600 = Global You can pick any arbitrary number to position your group relative to these builtin groups.
UnimportantItemRole 

Return a nonzero value here to enforce sorting the item at the end of the list.

LastExtraItemDataRole 

Definition at line 149 of file codecompletionmodel.h.

enum KTextEditor::CodeCompletionModel::HighlightMethod
Enumerator
NoHighlighting 
InternalHighlighting 
CustomHighlighting 

Definition at line 140 of file codecompletionmodel.h.

enum KTextEditor::CodeCompletionModel::InvocationType
Enumerator
AutomaticInvocation 
UserInvocation 
ManualInvocation 

Definition at line 368 of file codecompletionmodel.h.

Constructor & Destructor Documentation

CodeCompletionModel::CodeCompletionModel ( QObject *  parent)

Definition at line 36 of file codecompletionmodel.cpp.

CodeCompletionModel::~CodeCompletionModel ( )
virtual

Definition at line 42 of file codecompletionmodel.cpp.

Member Function Documentation

int CodeCompletionModel::columnCount ( const QModelIndex &  parent = QModelIndex()) const
virtual

Reimplemented from QAbstractItemModel::columnCount().

The default implementation returns ColumnCount for all indices.

Definition at line 47 of file codecompletionmodel.cpp.

void CodeCompletionModel::completionInvoked ( KTextEditor::View *  view,
const KTextEditor::Range &  range,
InvocationType  invocationType 
)
virtual

This function is responsible to generating / updating the list of current completions.

The default implementation does nothing.

When implementing this function, remember to call setRowCount() (or implement rowCount()), and to generate the appropriate change notifications (for instance by calling QAbstractItemModel::reset()).

Parameters
viewThe view to generate completions for
rangeThe range of text to generate completions for
invocationTypeHow the code completion was triggered

Definition at line 91 of file codecompletionmodel.cpp.

void CodeCompletionModel::executeCompletionItem ( Document *  document,
const Range &  word,
int  row 
) const
virtual
Deprecated:
This does not work if your model is hierarchical(
See also
GroupRole). Use CodeCompletionModel2::executeCompletionItem2 instead.

This function is responsible for inserting a selected completion into the document. The default implementation replaces the text that the completions were based on with the Qt::DisplayRole of the Name column of the given match.

Parameters
documentThe document to insert the completion into
wordThe Range that the completions are based on (what the user entered so far)
rowThe row of the completion match to insert

Definition at line 98 of file codecompletionmodel.cpp.

bool CodeCompletionModel::hasGroups ( ) const

This function returns true if the model needs grouping, otherwise false in KDE 4 default value is true, in KDE 5 the default will be false TODO KDE 5.

Definition at line 103 of file codecompletionmodel.cpp.

void KTextEditor::CodeCompletionModel::hasGroupsChanged ( KTextEditor::CodeCompletionModel *  model,
bool  hasGroups 
)
signal

Internal.

QModelIndex CodeCompletionModel::index ( int  row,
int  column,
const QModelIndex &  parent = QModelIndex() 
) const
virtual

Reimplemented from QAbstractItemModel::index().

The default implementation returns a standard QModelIndex as long as the row and column are valid.

Definition at line 52 of file codecompletionmodel.cpp.

QMap< int, QVariant > CodeCompletionModel::itemData ( const QModelIndex &  index) const
virtual

Reimplemented from QAbstractItemModel::itemData().

The default implementation returns a map with the QAbstractItemModel::data() for all roles that are used by the CodeCompletionInterface. You will need to reimplement either this function or QAbstractItemModel::data() in your CodeCompletionModel.

Reimplemented from QAbstractItemModel.

Definition at line 60 of file codecompletionmodel.cpp.

QModelIndex CodeCompletionModel::parent ( const QModelIndex &  index) const
virtual

Reimplemented from QAbstractItemModel::parent().

The default implementation returns an invalid QModelIndex for all items. This is appropriate for non-hierarchical / flat lists of completions.

Definition at line 73 of file codecompletionmodel.cpp.

int CodeCompletionModel::rowCount ( const QModelIndex &  parent = QModelIndex()) const
virtual

Reimplemented from QAbstractItemModel::rowCount().

The default implementation returns the value set by setRowCount() for invalid (toplevel) indices, and 0 for all other indices. This is appropriate for non-hierarchical / flat lists of completions

Definition at line 83 of file codecompletionmodel.cpp.

void CodeCompletionModel::setHasGroups ( bool  hasGroups)
protected

Definition at line 107 of file codecompletionmodel.cpp.

void CodeCompletionModel::setRowCount ( int  rowCount)

Definition at line 78 of file codecompletionmodel.cpp.

void KTextEditor::CodeCompletionModel::waitForReset ( )
signal

Emit this if the code-completion for this model was invoked, some time is needed in order to get the data, and the model is reset once the data is available.

This only has an effect if emitted from within completionInvoked(..).

This prevents the code-completion list from showing until this model is reset, so there is no annoying flashing in the user-interface resulting from other models supplying their data earlier.

Note
The implementation may choose to show the completion-list anyway after some timeout
Warning
If you emit this, you must also reset the model at some point, else the code-completion will be completely broken to the user. Consider that there may always be additional completion-models apart from yours.
Since
KDE 4.3

Member Data Documentation

const int KTextEditor::CodeCompletionModel::ColumnCount = Postfix + 1
static

Definition at line 96 of file codecompletionmodel.h.

const int KTextEditor::CodeCompletionModel::LastItemDataRole = AccessibilityAccept
static

Definition at line 364 of file codecompletionmodel.h.


The documentation for this class was generated from the following files:
  • codecompletionmodel.h
  • codecompletionmodel.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KTextEditor

Skip menu "KTextEditor"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

applications API Reference

Skip menu "applications API Reference"
  •   kate
  •       kate
  •   KTextEditor
  •   Kate
  • Konsole

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal