]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/searchtabcontainer.h
Hopefully fixed bug #38: As the alarm message was used to identify the event by setti...
[toast/confclerk.git] / src / gui / searchtabcontainer.h
index fdb1bc3df47ce0fc211a6c2178f8f7523f3594b0..3475632f616a809f8d1d0a08be8214eaed7b227d 100644 (file)
@@ -31,11 +31,17 @@ class SearchTabContainer: public TabContainer {
 public:
     SearchTabContainer(QWidget *aParent);
     virtual ~SearchTabContainer() {}
+    bool searchDialogIsVisible() const;
+    int searchResultCount(const QDate& date) const; ///< returns the number of events found on that specific date
+
 protected:
     virtual void loadEvents( const QDate &aDate, const int aConferenceId );
 
+signals:
+    void searchResultChanged();
+
 public slots:
-    void showSearchDialog();
+    void showSearchDialog(bool show=true);
 
 private slots:
     void searchButtonClicked();