diff options
Diffstat (limited to 'protocols/NewsAggregator/Src/Options.h')
-rw-r--r-- | protocols/NewsAggregator/Src/Options.h | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/protocols/NewsAggregator/Src/Options.h b/protocols/NewsAggregator/Src/Options.h index c92c886da8..5179ea5b1f 100644 --- a/protocols/NewsAggregator/Src/Options.h +++ b/protocols/NewsAggregator/Src/Options.h @@ -71,71 +71,6 @@ public: __inline MCONTACT getContact() const { return m_hContact; } }; -class CImportFeed : public CDlgBase -{ -private: - typedef CDlgBase CSuper; - - CCtrlListView *m_list; - - CCtrlEdit m_importfile; - CCtrlButton m_browsefile; - CCtrlListBox m_feedslist; - CCtrlListBox m_feedsimportlist; - CCtrlButton m_addfeed; - CCtrlButton m_removefeed; - CCtrlButton m_addallfeeds; - CCtrlButton m_removeallfeeds; - CCtrlButton m_ok; - -protected: - bool OnInitDialog() override; - bool OnApply() override; - void OnDestroy() override; - - void OnBrowseFile(CCtrlBase*); - void OnAddFeed(CCtrlBase*); - void OnRemoveFeed(CCtrlBase*); - void OnAddAllFeeds(CCtrlBase*); - void OnRemoveAllFeeds(CCtrlBase*); - - void OnFeedsList(CCtrlBase*); - void OnFeedsImportList(CCtrlBase*); - -public: - CImportFeed(CCtrlListView *m_list); -}; - -class CExportFeed : public CDlgBase -{ -private: - typedef CDlgBase CSuper; - - CCtrlListBox m_feedslist; - CCtrlListBox m_feedsexportlist; - CCtrlButton m_addfeed; - CCtrlButton m_removefeed; - CCtrlButton m_addallfeeds; - CCtrlButton m_removeallfeeds; - CCtrlButton m_ok; - -protected: - bool OnInitDialog() override; - bool OnApply() override; - void OnDestroy() override; - - void OnAddFeed(CCtrlBase*); - void OnRemoveFeed(CCtrlBase*); - void OnAddAllFeeds(CCtrlBase*); - void OnRemoveAllFeeds(CCtrlBase*); - - void OnFeedsList(CCtrlBase*); - void OnFeedsExportList(CCtrlBase*); - -public: - CExportFeed(); -}; - class CAuthRequest : public CDlgBase { CFeedEditor *m_pDlg; |