Kate
KateCompletionModel::Group Class Reference
#include <katecompletionmodel.h>
Detailed Description
Definition at line 234 of file katecompletionmodel.h.
Public Member Functions | |
void | addItem (Item i, bool notifyModel=false) |
void | clear () |
Group (KateCompletionModel *model) | |
bool | orderBefore (Group *other) const |
int | orderNumber () const |
void | refilter () |
bool | removeItem (const ModelRow &row) |
void | resort () |
Public Attributes | |
int | attribute |
bool | isEmpty |
KateCompletionModel * | model |
QList< Item > | prefilter |
QList< ModelRow > | rows |
QString | scope |
QString | title |
Constructor & Destructor Documentation
KateCompletionModel::Group::Group | ( | KateCompletionModel * | model | ) | [explicit] |
Definition at line 1552 of file katecompletionmodel.cpp.
Member Function Documentation
void KateCompletionModel::Group::addItem | ( | Item | i, | |
bool | notifyModel = false | |||
) |
Definition at line 1472 of file katecompletionmodel.cpp.
void KateCompletionModel::Group::clear | ( | ) |
Definition at line 1612 of file katecompletionmodel.cpp.
Definition at line 1040 of file katecompletionmodel.cpp.
int KateCompletionModel::Group::orderNumber | ( | ) | const |
- Todo:
- extend this. Currently it mainly does this: "BestMatches < Local < Public < Protected < Private < Global"
Definition at line 1015 of file katecompletionmodel.cpp.
void KateCompletionModel::Group::refilter | ( | ) |
Definition at line 1688 of file katecompletionmodel.cpp.
Removes the item specified by row. Returns true if a change was made to rows.
Definition at line 1531 of file katecompletionmodel.cpp.
void KateCompletionModel::Group::resort | ( | ) |
Definition at line 1567 of file katecompletionmodel.cpp.
Member Data Documentation
Definition at line 250 of file katecompletionmodel.h.
Definition at line 254 of file katecompletionmodel.h.
Definition at line 249 of file katecompletionmodel.h.
Definition at line 253 of file katecompletionmodel.h.
Definition at line 252 of file katecompletionmodel.h.
Definition at line 251 of file katecompletionmodel.h.
Definition at line 251 of file katecompletionmodel.h.
The documentation for this class was generated from the following files: