summaryrefslogtreecommitdiff
path: root/plugins/Folders/src/stdafx.h
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2018-12-27 10:54:45 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2018-12-27 10:54:45 +0300
commit02c1073358630dc010bc74df7e35e14d30d58488 (patch)
treeda460e474bba4831f8114d65b0c584ac588df488 /plugins/Folders/src/stdafx.h
parent50b460e1381cfd3d8dbccc69892a70db2eeb2288 (diff)
Folders: options class structure fix
Diffstat (limited to 'plugins/Folders/src/stdafx.h')
-rw-r--r--plugins/Folders/src/stdafx.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/plugins/Folders/src/stdafx.h b/plugins/Folders/src/stdafx.h
index cc828b2ceb..afadf0a653 100644
--- a/plugins/Folders/src/stdafx.h
+++ b/plugins/Folders/src/stdafx.h
@@ -65,51 +65,4 @@ struct CMPlugin : public PLUGIN<CMPlugin>
extern OBJLIST<CFolderItem> lstRegisteredFolders;
-class COptDialog : public CDlgBase
-{
-private:
- CCtrlListBox m_lbSections, m_lbItems;
- CCtrlEdit m_edtPreview, m_edtEdit;
- CCtrlButton m_btnRefresh, m_btnHelp;
-
-protected:
- bool OnInitDialog() override;
- bool OnApply() override;
-
- void OnEditChange(CCtrlBase*);
- void OnRefreshClick(CCtrlBase*);
- void OnHelpClick(CCtrlBase*);
- void OnSectionsSelChange(CCtrlBase*);
- void OnItemsSelChange(CCtrlBase*);
-
- PFolderItem GetSelectedItem();
- int ContainsSection(const wchar_t *section);
- void LoadRegisteredFolderSections();
- void LoadRegisteredFolderItems();
- void RefreshPreview();
- void LoadItem(PFolderItem item);
- void SaveItem(PFolderItem item, int bEnableApply);
- int ChangesNotSaved(PFolderItem item);
- void CheckForChanges(int bNeedConfirmation);
-
-public:
- COptDialog();
-};
-
-class CHelpDialog : public CDlgBase
-{
-private:
- CCtrlButton m_btnClose;
- CCtrlRichEdit m_redtHelp;
-
-protected:
- bool OnInitDialog() override;
- bool OnClose() override;
-
- void OnCloseClick(CCtrlBase*);
-
-public:
- CHelpDialog();
-};
-
#endif //FOLDERS_COMMONHEADERS_H \ No newline at end of file