added save/restore current selection

This commit is contained in:
csoler 2019-03-21 10:14:50 +01:00
parent 3419b44ec1
commit dc24bb6f03
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
4 changed files with 63 additions and 12 deletions

View file

@ -153,6 +153,7 @@ public slots:
signals:
void messagesLoaded(); // emitted after the messages have been set. Can be used to updated the UI.
void messagesAboutToLoad();
private:
bool passesFilter(const Rs::Msgs::MsgInfoSummary& fmpe,int column) const;
@ -184,4 +185,5 @@ private:
FilterType mFilterType;
std::vector<Rs::Msgs::MsgInfoSummary> mMessages;
std::map<std::string,uint32_t> mMessagesMap;
};