Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbseifert <none@none>2004-01-01 10:40:45 +0300
committerbseifert <none@none>2004-01-01 10:40:45 +0300
commit42b9a1723a2c0510ce37644f9266d5d9ad2e931f (patch)
tree9ae5bfa070363d65205a0d332007f493e4e07650 /windirstat/dirstatview.h
parente55919f1b595faeeacc471c8d11732ea24f3b06f (diff)
See changelog.
Diffstat (limited to 'windirstat/dirstatview.h')
-rw-r--r--windirstat/dirstatview.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/windirstat/dirstatview.h b/windirstat/dirstatview.h
index a327156..c0f8a1e 100644
--- a/windirstat/dirstatview.h
+++ b/windirstat/dirstatview.h
@@ -1,7 +1,7 @@
// dirstatview.h - Declaration of CMyTreeListControl and CDirstatView
//
// WinDirStat - Directory Statistics
-// Copyright (C) 2003 Bernhard Seifert
+// Copyright (C) 2003-2004 Bernhard Seifert
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -38,6 +38,10 @@ public:
virtual bool GetAscendingDefault(int column);
protected:
+ virtual void OnItemDoubleClick(int i);
+
+ void PrepareDefaultMenu(CMenu *menu, const CItem *item);
+
CDirstatView *m_dirstatView;
DECLARE_MESSAGE_MAP()
@@ -60,12 +64,14 @@ public:
virtual ~CDirstatView();
CString GenerateReport();
CFont *GetSmallFont();
+ void SysColorChanged();
protected:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
virtual void OnInitialUpdate();
virtual void OnDraw(CDC* pDC);
CDirstatDoc* GetDocument() const;
+ virtual void OnUpdate(CView *pSender, LPARAM lHint, CObject *pHint);
CMyTreeListControl m_treeListControl; // The tree list
@@ -77,7 +83,8 @@ protected:
afx_msg void OnDestroy();
afx_msg void OnSetFocus(CWnd* pOldWnd);
afx_msg void OnLvnItemchanged(NMHDR *pNMHDR, LRESULT *pResult);
- virtual void OnUpdate(CView *pSender, LPARAM lHint, CObject *pHint);
+ afx_msg void OnUpdatePopupToggle(CCmdUI *pCmdUI);
+ afx_msg void OnPopupToggle();
public:
#ifdef _DEBUG