summaryrefslogtreecommitdiff
path: root/src/search/SearchController.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-06 23:45:24 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-06 23:45:24 (GMT)
commitbbfbb81086897d50b67bf1494ac150eb607add72 (patch)
tree80bab3ddb1f62f847f12947bc81fac2c091669b8 /src/search/SearchController.h
parent8f8de875c6f7a68a3e47252a8653abb72fd398c1 (diff)
downloadpowder-bbfbb81086897d50b67bf1494ac150eb607add72.zip
powder-bbfbb81086897d50b67bf1494ac150eb607add72.tar.gz
Confirmation Dialogue, Save selection and multi-delete
Diffstat (limited to 'src/search/SearchController.h')
-rw-r--r--src/search/SearchController.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/search/SearchController.h b/src/search/SearchController.h
index cf34830..3168419 100644
--- a/src/search/SearchController.h
+++ b/src/search/SearchController.h
@@ -21,6 +21,8 @@ private:
double nextQueryTime;
std::string nextQuery;
bool nextQueryDone;
+ void removeSelectedC();
+ void unpublishSelectedC();
public:
class OpenCallback;
bool HasExited;
@@ -33,8 +35,13 @@ public:
void PrevPage();
void ChangeSort();
void ShowOwn(bool show);
+ void Selected(int saveID, bool selected);
void OpenSave(int saveID);
void Update();
+ void ClearSelection();
+ void RemoveSelected();
+ void UnpublishSelected();
+ void FavouriteSelected();
Save * GetLoadedSave();
};