7#ifndef GLYPHPALETTEPROXYMODEL_H
8#define GLYPHPALETTEPROXYMODEL_H
10#include <QSortFilterProxyModel>
77 bool filterAcceptsRow(
int sourceRow, const QModelIndex &sourceParent) const override;
The GlyphPaletteProxyModel class.
bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const override
QScopedPointer< Private > d
void setBlockFilter(int filter)
setBlockFilter set the unicode block filter.
void setSearchText(const QString &text)
setSearchText
void blockLabelsChanged()
void blockFilterChanged()
void emitBlockLabelsChanged()
emitBlockLabelsChanged This called "block labels changed" and is should be used when the source KoFon...