Added Channel Item Filter from Phenom

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7381 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-05-27 06:57:45 +00:00
parent f93d41991e
commit 3a4a8f388d
4 changed files with 132 additions and 32 deletions

View file

@ -71,6 +71,8 @@ protected:
private slots:
void createMsg();
void filterChanged(int filter);
void filterItems(const QString& text);
//void fillThreadFinished();
//void fillThreadAddMsg(const QString &channelId, const QString &channelMsgId, int current, int count);
@ -96,6 +98,8 @@ private:
void acknowledgeMessageUpdate(const uint32_t &token);
bool filterItem(GxsChannelPostItem *pItem, const QString &text, const int filter);
RsGxsGroupId mChannelId; /* current Channel */
TokenQueue *mChannelQueue;
@ -109,6 +113,8 @@ private:
UIStateHelper *mStateHelper;
bool mInProcessSettings;
/* UI - from Designer */
Ui::GxsChannelPostsWidget *ui;
};