summaryrefslogtreecommitdiff
path: root/src/stamps/StampsController.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-19 14:22:18 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-19 14:22:18 (GMT)
commitc4bace95bf97546ecb2fff4343fe82d0540d34ab (patch)
treea35378f9a3062041751606239d82fd45e92b7062 /src/stamps/StampsController.h
parente9fc64eed6e5cbf5e750063e1ad2e30887840dbf (diff)
downloadpowder-c4bace95bf97546ecb2fff4343fe82d0540d34ab.zip
powder-c4bace95bf97546ecb2fff4343fe82d0540d34ab.tar.gz
Allow deleting of stamps
Diffstat (limited to 'src/stamps/StampsController.h')
-rw-r--r--src/stamps/StampsController.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stamps/StampsController.h b/src/stamps/StampsController.h
index 6b1c401..7053714 100644
--- a/src/stamps/StampsController.h
+++ b/src/stamps/StampsController.h
@@ -23,6 +23,10 @@ public:
StampsController(ControllerCallback * callback);
StampsView * GetView() {return stampsView;}
Save * GetStamp();
+ void RemoveSelected();
+ void removeSelectedC();
+ void ClearSelection();
+ void Selected(std::string stampID, bool selected);
void OpenStamp(Save * stamp);
void SetStamp();
void NextPage();