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