Wittyshare  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WsSearchObject.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2006-Today Guy Deleeuw
3  *
4  * See the LICENSE file for terms of use.
5 */
6 
7 #ifndef _WsSearchObject_H_
8 #define _WsSearchObject_H_
9 
10 #include <Wt/WContainerWidget>
11 
12 #include <gdwtcore/gdWSearch.h>
13 
14 class WsSearchObject : public gdWSearch {
15 public :
16  WsSearchObject(Wt::WContainerWidget* parent = 0);
18 
19 public slots :
20  void doSearch(Wt::WString sSearch);
21  void doFocussed(Wt::WString sSearch);
22  void doBlurred(Wt::WString sSearch);
23 
24 private :
25  std::string m_searchPath;
26 };
27 
28 #endif // ifdef _WsSearchObject_H_
29 
WsSearchObject(Wt::WContainerWidget *parent=0)
void doSearch(Wt::WString sSearch)
void doFocussed(Wt::WString sSearch)
std::string m_searchPath
void doBlurred(Wt::WString sSearch)