mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 07:25:36 -04:00
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:
parent
f93d41991e
commit
3a4a8f388d
4 changed files with 132 additions and 32 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue