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/dirstatdoc.h
parente55919f1b595faeeacc471c8d11732ea24f3b06f (diff)
See changelog.
Diffstat (limited to 'windirstat/dirstatdoc.h')
-rw-r--r--windirstat/dirstatdoc.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/windirstat/dirstatdoc.h b/windirstat/dirstatdoc.h
index 8209fb4..0c4830f 100644
--- a/windirstat/dirstatdoc.h
+++ b/windirstat/dirstatdoc.h
@@ -1,7 +1,7 @@
// dirstatdoc.h - Declaration of the CDirstatDoc class
//
// 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
@@ -58,10 +58,12 @@ enum
HINT_SELECTIONCHANGED, // The selection has changed, EnsureVisible.
HINT_SHOWNEWSELECTION, // The selection has changed, Show Path
HINT_SELECTIONSTYLECHANGED, // Only update selection in Graphview
+ HINT_EXTENSIONSELECTIONCHANGED, // Type list selected a new extension
HINT_ZOOMCHANGED, // Only zoom item has changed.
HINT_REDRAWWINDOW, // Only graphically redraw views.
+ HINT_SOMEWORKDONE, // Directory list shall process mouse messages first, then re-sort.
- HINT_TREELISTSTYLECHANGED, // Options: Treelist style (grid) changed
+ HINT_LISTSTYLECHANGED, // Options: List style (grid/stripes) or treelist colors changed
HINT_TREEMAPSTYLECHANGED // Options: Treemap style (grid, colors etc.) changed
};
@@ -119,6 +121,8 @@ public:
bool UserDefinedCleanupWorksForItem(const USERDEFINEDCLEANUP *udc, const CItem *item);
LONGLONG GetWorkingItemReadJobs();
+ void OpenItem(const CItem *item);
+
protected:
void RecurseRefreshMountPointItems(CItem *item);
void GetDriveItems(CArray<CItem *, CItem *>& drives);