KTextEditor
codecompletionmodel.h
Go to the documentation of this file.
86 Prefix = 0,
94 Postfix
99 NoProperty = 0x0,
100 FirstProperty = 0x1,
103 Public = 0x1,
104 Protected = 0x2,
105 Private = 0x4,
108 Static = 0x8,
112 Namespace = 0x20,
113 Class = 0x40,
114 Struct = 0x80,
115 Union = 0x100,
116 Function = 0x200,
117 Variable = 0x400,
118 Enum = 0x800,
119 Template = 0x1000,
120 TypeAlias = 0x2000,
123 Virtual = 0x4000,
124 Override = 0x8000,
125 Inline = 0x10000,
126 Friend = 0x20000,
127 Signal = 0x40000,
128 Slot = 0x80000,
131 LocalScope = 0x100000,
132 NamespaceScope = 0x200000,
133 GlobalScope = 0x400000,
136 LastProperty = GlobalScope
141 NoHighlighting = 0x0,
142 InternalHighlighting = 0x1,
143 CustomHighlighting = 0x2
151 CompletionRole = Qt::UserRole,
353 GroupRole
362 ManualInvocation
376 virtual void completionInvoked(KTextEditor::View* view, const KTextEditor::Range& range, InvocationType invocationType);
401 virtual QModelIndex index ( int row, int column, const QModelIndex & parent = QModelIndex() ) const;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 20:23:41 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 20:23:41 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.