#include <CompletionModel.hpp>
|
| CompletionModel (Channel &channel) |
|
virtual int | columnCount (const QModelIndex &) const override |
|
virtual QVariant | data (const QModelIndex &index, int) const override |
|
virtual int | rowCount (const QModelIndex &) const override |
|
void | refresh (const QString &prefix, bool isFirstWord=false) |
|
◆ CompletionModel()
chatterino::CompletionModel::CompletionModel |
( |
Channel & |
channel | ) |
|
◆ columnCount()
int chatterino::CompletionModel::columnCount |
( |
const QModelIndex & |
| ) |
const |
|
overridevirtual |
◆ compareStrings()
bool chatterino::CompletionModel::compareStrings |
( |
const QString & |
a, |
|
|
const QString & |
b |
|
) |
| |
|
static |
◆ data()
QVariant chatterino::CompletionModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
|
|
) |
| const |
|
overridevirtual |
◆ refresh()
void chatterino::CompletionModel::refresh |
( |
const QString & |
prefix, |
|
|
bool |
isFirstWord = false |
|
) |
| |
◆ rowCount()
int chatterino::CompletionModel::rowCount |
( |
const QModelIndex & |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: