diff options
Diffstat (limited to 'include/m_srmm_int.h')
-rw-r--r-- | include/m_srmm_int.h | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index a694a2bce3..bfcce6d31d 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -308,6 +308,15 @@ class MIR_APP_EXPORT CSrmmBaseDialog : public CDlgBase std::vector<MEVENT> m_arDisplayedEvents;
+ void onClick_BIU(CCtrlButton *);
+ void onClick_Color(CCtrlButton *);
+ void onClick_BkColor(CCtrlButton *);
+
+ void onClick_Filter(CCtrlButton *);
+ void onClick_ChanMgr(CCtrlButton *);
+ void onClick_History(CCtrlButton *);
+ void onClick_CloseQuote(CCtrlButton *);
+
protected:
CSrmmBaseDialog(CMPluginBase &pPlugin, int idDialog, MCONTACT hContact);
@@ -352,14 +361,6 @@ protected: CCtrlButton m_btnBold, m_btnItalic, m_btnUnderline, m_btnStrikeout;
CCtrlButton m_btnHistory, m_btnChannelMgr, m_btnNickList, m_btnFilter;
- void onClick_BIU(CCtrlButton *);
- void onClick_Color(CCtrlButton *);
- void onClick_BkColor(CCtrlButton *);
-
- void onClick_ChanMgr(CCtrlButton *);
- void onClick_History(CCtrlButton *);
- void onClick_CloseQuote(CCtrlButton *);
-
void onContextMenu(CContextMenuPos *);
void onDblClick_List(CCtrlListBox *);
@@ -373,6 +374,7 @@ public: COLORREF m_iFG, m_iBG;
CTimer timerFlash, timerType, timerNickList, timerRedraw;
+ MWindow m_hwndFilter;
void ClearLog();
bool IsSuitableEvent(const LOGINFO &lin) const;
|