mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
added ability for plugins to return their own PopupChatDialog class
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4988 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
63cd9d65f2
commit
96fd780502
6 changed files with 32 additions and 4 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
class QAction;
|
||||
class QTextEdit;
|
||||
class QPushButton;
|
||||
|
||||
namespace Ui {
|
||||
class ChatWidget;
|
||||
|
@ -71,6 +72,8 @@ public:
|
|||
bool setStyle();
|
||||
const RSStyle *getStyle() { return &style; }
|
||||
|
||||
void addChatButton(QPushButton *button) ;
|
||||
|
||||
private slots:
|
||||
void clearChatHistory();
|
||||
void deleteChatHistory();
|
||||
|
@ -85,6 +88,8 @@ protected:
|
|||
virtual void showEvent(QShowEvent *event);
|
||||
virtual void resizeEvent(QResizeEvent *event);
|
||||
void updateTitle();
|
||||
virtual void updateStatus(const QString &peer_id, int status);
|
||||
void resetStatusBar() ;
|
||||
|
||||
private slots:
|
||||
void pasteLink();
|
||||
|
@ -95,8 +100,6 @@ private slots:
|
|||
void smileyWidget();
|
||||
void addSmiley();
|
||||
|
||||
void resetStatusBar() ;
|
||||
|
||||
void addExtraFile();
|
||||
void addExtraPicture();
|
||||
void on_closeInfoFrameButton_clicked();
|
||||
|
@ -108,7 +111,6 @@ private slots:
|
|||
|
||||
void sendChat();
|
||||
|
||||
void updateStatus(const QString &peer_id, int status);
|
||||
void updatePeersCustomStateString(const QString& peer_id, const QString& status_string) ;
|
||||
|
||||
bool fileSave();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue