22 #ifndef QTPDCOM_MESSAGEMODELFILTER_H 23 #define QTPDCOM_MESSAGEMODELFILTER_H 26 #include <QScopedPointer> 27 #include <QSortFilterProxyModel> 31 class 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;
67 #endif // QTPDCOM_MESSAGEMODELFILTER_H Definition: BroadcastModel.h:32
Proxy model to filter Messages based on their reset time.
Definition: MessageModelFilter.h:43
QScopedPointer< MessageModelFilterPrivate > const d_ptr
Definition: MessageModelFilter.h:62
#define QTPDCOM_PUBLIC
Definition: Export.h:30