summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history_control.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-08-24 19:41:26 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-08-24 19:41:26 +0300
commitd2426dcc2c146b6f953d3cd517c4887d4e203cd4 (patch)
tree9da44d5c9e256735fbba3ae9b56b3772aa2cfee2 /plugins/NewStory/src/history_control.h
parent2c05db5b281148d00bfd55ccadd9c307ade2b73d (diff)
code cleaning
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r--plugins/NewStory/src/history_control.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/plugins/NewStory/src/history_control.h b/plugins/NewStory/src/history_control.h
index 9081dfdd4c..c80f8be547 100644
--- a/plugins/NewStory/src/history_control.h
+++ b/plugins/NewStory/src/history_control.h
@@ -12,18 +12,6 @@ enum
// result = number of total selected items
NSM_SELECTITEMS = NSM_FIRST,
- // result = id
- NSM_GETCARET,
-
- //
- NSM_COPY,
- NSM_EXPORT,
- NSM_DOWNLOAD,
-
- //
- NSM_GETCOUNT,
- NSM_GETARRAY,
-
//
NSM_SEEKTIME,
@@ -74,7 +62,9 @@ struct NewstoryListData : public MZeroedObject
void BeginEditItem(int index, bool bReadOnly);
void Clear();
void ClearSelection(int iFirst, int iLast);
+ void Copy(bool bTextOnly = false);
void DeleteItems(void);
+ void Download(int iOptions);
void EndEditItem(bool bAccept);
void EnsureVisible(int item);
int FindNext(const wchar_t *pwszText);