mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Ref T529, model/views get sort order values
This commit is contained in:
committed by
Mat Sutcliffe
parent
f55db48cef
commit
b2ec28e3cd
@@ -43,12 +43,15 @@ namespace BlackGui
|
||||
//! \copydoc BlackGui::Models::CStatusMessageListModel::adjustOrderColumn
|
||||
void adjustOrderColumn(const BlackMisc::CStatusMessageList &messages);
|
||||
|
||||
//! Add my own filter dialog
|
||||
void addFilterDialog();
|
||||
//! \copydoc BlackGui::Models::CStatusMessageListModel::isSortedByTimestampOrOrder
|
||||
bool isSortedByTimestampOrOrder() const;
|
||||
|
||||
//! \copydoc BlackMisc::CStatusMessageList::keepLatest
|
||||
void keepLatest(int desiredSize);
|
||||
|
||||
//! Add my own filter dialog
|
||||
void addFilterDialog();
|
||||
|
||||
//! Filter dialog if any
|
||||
Filters::CStatusMessageFilterDialog *getFilterDialog() const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user