summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Badea <catalin.badea392@gmail.com>2012-07-29 16:39:43 (GMT)
committerCătălin Badea <catalin.badea392@gmail.com>2012-08-11 15:59:13 (GMT)
commit7c3617acb71dd6ed23d29c81313b5caa1461e59d (patch)
treed4d71c521280f450e99fff2e1ffaf3c2c05a3d84 /Swift/Controllers/UIInterfaces/HistoryWindow.h
parent94ff6ec9e699a2db97775063eb7fa2f6d24b281a (diff)
downloadswift-contrib-7c3617acb71dd6ed23d29c81313b5caa1461e59d.zip
swift-contrib-7c3617acb71dd6ed23d29c81313b5caa1461e59d.tar.bz2
Properly handle new messages.
Diffstat (limited to 'Swift/Controllers/UIInterfaces/HistoryWindow.h')
-rw-r--r--Swift/Controllers/UIInterfaces/HistoryWindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/Controllers/UIInterfaces/HistoryWindow.h b/Swift/Controllers/UIInterfaces/HistoryWindow.h
index edc4af3..7b21184 100644
--- a/Swift/Controllers/UIInterfaces/HistoryWindow.h
+++ b/Swift/Controllers/UIInterfaces/HistoryWindow.h
@@ -20,6 +20,9 @@ namespace Swift {
virtual void resetConversationViewTopInsertPoint() = 0; // this is a temporary fix used in adding messages at the top
virtual void setDate(const boost::gregorian::date& date) = 0;
+ virtual std::string getSearchBoxText() = 0;
+ virtual boost::gregorian::date getLastVisibleDate() = 0;
+
boost::signal<void (RosterItem*)> onSelectedContactChanged;
boost::signal<void (const std::string&)> onReturnPressed;
boost::signal<void (const boost::gregorian::date&)> onScrollReachedTop;