22#ifndef QTPDCOM_MESSAGEMODELFILTER_H
23#define QTPDCOM_MESSAGEMODELFILTER_H
26#include <QScopedPointer>
27#include <QSortFilterProxyModel>
31class MessageModelFilterPrivate;
46 Q_PROPERTY(
bool showOnlyActiveMessages READ getShowOnlyActiveMessages
47 WRITE setShowOnlyActiveMessages)
53 bool getShowOnlyActiveMessages()
const;
54 void setShowOnlyActiveMessages(
bool value);
57 bool filterAcceptsRow(
int sourceRow,
const QModelIndex &sourceParent)
62 QScopedPointer<MessageModelFilterPrivate>
const d_ptr;
#define QTPDCOM_PUBLIC
Definition Export.h:30
Proxy model to filter Messages based on their reset time.
Definition MessageModelFilter.h:44
Q_DECLARE_PRIVATE(MessageModelFilter)
QScopedPointer< MessageModelFilterPrivate > const d_ptr
Definition MessageModelFilter.h:62
Definition BroadcastModel.h:32