From c68e738245aa8016899e4ee85619baaa7660c2e9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 19 Apr 2025 13:56:21 +0300 Subject: common code went to the core --- include/m_srmm_int.h | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'include/m_srmm_int.h') 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 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; -- cgit v1.2.3