diff options
author | George Hazan <george.hazan@gmail.com> | 2023-08-24 19:41:26 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-08-24 19:41:26 +0300 |
commit | d2426dcc2c146b6f953d3cd517c4887d4e203cd4 (patch) | |
tree | 9da44d5c9e256735fbba3ae9b56b3772aa2cfee2 /plugins/NewStory/src/history_control.h | |
parent | 2c05db5b281148d00bfd55ccadd9c307ade2b73d (diff) |
code cleaning
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r-- | plugins/NewStory/src/history_control.h | 14 |
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); |