Utility functions to sort text messages by timestamp (ascending/descending)

* compare function for text message
* resort function
* text message edit can display HTML text messages with ascending/descending timestamp
* made CTextMessageListModel -> CListModelTimestampObject
This commit is contained in:
Klaus Basan
2019-09-02 22:58:58 +02:00
parent a9761d2de8
commit f55ba85a98
16 changed files with 113 additions and 31 deletions

View File

@@ -32,7 +32,11 @@ namespace BlackGui
//! Set display mode
void setTextMessageMode(BlackGui::Models::CTextMessageListModel::TextMessageMode mode);
//! Sorted by a timestamp property
bool isSortedByTimestampProperty() const;
};
}
}
} // namespace
} // namespace
#endif // guard