diff options
Diffstat (limited to 'Swift/Controllers/UIInterfaces')
| -rw-r--r-- | Swift/Controllers/UIInterfaces/HistoryWindow.h | 3 | 
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;  | 
 Swift